How to assemble a WAV file?

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-05-05T22:11:34Z Indexed on 2010/05/05 22:38 UTC
Read the original article Hit count: 225

Filed under:
|

I'm doing an educational project in which 1) I record voice commands on a separate device and after appropriate processing etc... 2) I send 16-bit samples encapsulated in UDP packets over Ethernet to the PC.

After receiving the packets and "extracting" data (samples) from them, I need to assemble the samples to a WAV file.

Any example code? Any suggestions?

© Stack Overflow or respective owner

Related posts about wav

Related posts about c#