开发者

How can I present live audio data (updating buffer) as an audio file in C

I am recieving live audio as floating points in an updating array.开发者_开发知识库 I want this live data to present as a file that can b read by vlc media player. Can someone guide me how can I do that in C language?

/mudassar


Does your operating system support pipes or fifos? You can stream input into VLC's standard input from the command line, or have your program write to the other end of a FIFO. Only standard C library read/write calls are necessary.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜