Best way to do something...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Best way to do something...

TheLittleP
Hi,

My video recorder records sound in mono8 which of course comes with the all famous background noise for such a format.

I am wondering if it is better to convert it to mono16 and run it through a compressor and save my audio files in this format, which of course will double the file sizes.

or, is it just as viable to program an inline compressor on the source to remove the hiss?

both methods need to be programmable with java. I would really appreciate examples to do either method.

Many thanks
:)
Reply | Threaded
Open this post in threaded view
|

Re: Best way to do something...

TheLittleP
I found this...

http://stackoverflow.com/questions/15783032/how-to-remove-noise-from-wav-file?lq=1

Hopefully this will provide me with the information I require.