开发者

record encode play and save a wav file

开发者 https://www.devze.com 2023-02-08 04:05 出处:网络
Can someone give an example of how to record, play, save and also encode a .wav file in a pcm file (u-law encode开发者_运维百科 for ex). I would like to create a rtp stream. THXNAudio can be used to r

Can someone give an example of how to record, play, save and also encode a .wav file in a pcm file (u-law encode开发者_运维百科 for ex). I would like to create a rtp stream. THX


NAudio can be used to record audio, convert it to u-law and save it to a WAV file. The included NAudioDemo application demonstrates how to perform all three tasks.

For creating an RTP stream, you could try RTP.NET

0

精彩评论

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