Android: How to record mp3 radio (audio) stream

后端 未结 2 520
独厮守ぢ
独厮守ぢ 2020-12-02 13:56

My favorite Radio station plays a radio audio stream in mp3 format. In my android application I can receive and play it without any problem.

How can I implement a re

2条回答
  •  一整个雨季
    2020-12-02 14:25

    Maybe you should read audio stream "byte by byte" and then place it into new file? Like a simple file copy operation, using inputstream-outputstream.

提交回复
热议问题