How to play binary MP3 stream with jQuery/Javascript?

前端 未结 5 1154
独厮守ぢ
独厮守ぢ 2021-01-14 00:01

I\'m getting a pure binary MP3 stream from an ajax call. No headers, nothing. Just straight MP3 bits. (Actually is that really even a stream at all?)

I\'d like to b

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-14 00:40

    as indeed mentioned, you'll need a mp3 playing plugin, flash being the most widely available. The JMP3 jquery plugin makes that task easier for you. It does rely on a flash file for the sound processing.

提交回复
热议问题