Radio

You are viewing the difference between two consecutive revisions of this article.

See also the list of all changes to this article or the article as it was before and after this change.

<script>
  Audio.prototype.pause = function(){
    this.pause();
    this.currentTime = 0 ;
  } ;
  Audio.prototype.play = function(){
    this.play();
    this.currentTime = 0 ;
  } ;
</script>
List of the radio FMs on my server:

## [GachiFM](https://gachifm.radio.surdeus.su)

Not the best of gachi stuff

<audio id="gachi" controls src="https://gachifm.radio.surdeus.su/fm"></audio>

## [EDMFM](https://edm.radio.surdeus.su)

EDM music

<audio class="edm" controls src="https://edm.radio.surdeus.su/fm"></audio>