Quote:
Originally Posted by tryinn_2_stream_audio
i developed an audio capture and playback program.
my audio capture program captures the voice from mic and writes it in a .wav file. from there a file transfer server sends the file to the client which first write a new .wav file and plays it back with the help of playback program.
sampling frequency is 8000
16 bits
big endian
the problem is that at the other end (client side) when the file is played it has lot of noise.
if i send a file of 57Kb it turns there out to be 58Kb.
|
It's hard to tell anyhting about software you have no idea about.
It seems like sampling frequency is too low. Try to use higher values.
The recorded .wav file is OK, but after broadcasting it you get noise, am I right?