we are using SOX sound exchange tool for converting the wave file, and we were just using/testing the tools capabilty.
procedure followed is file.wav to SOX to get file.raw data, and again we passed the file.raw to the SOX tool to convert it back to wave file (sample.wav), but on playing this audio file in the windows media player, all I could hear is only noise.
Commands given.
step1:
sox -r 8000 -2 file.wav file.raw
step2:
sox -r 8000 -2 -u file.raw sample.wav
played sample.wav in windows media player , but we could only hear noise.
could you please tell me, why did the noise get added in it, or is the procedure which we followed was wrong or not ?
Please do reply at your earliest.
Regards,
Umesh G.K.
procedure followed is file.wav to SOX to get file.raw data, and again we passed the file.raw to the SOX tool to convert it back to wave file (sample.wav), but on playing this audio file in the windows media player, all I could hear is only noise.
Commands given.
step1:
sox -r 8000 -2 file.wav file.raw
step2:
sox -r 8000 -2 -u file.raw sample.wav
played sample.wav in windows media player , but we could only hear noise.
could you please tell me, why did the noise get added in it, or is the procedure which we followed was wrong or not ?
Please do reply at your earliest.
Regards,
Umesh G.K.