Need to convert vox files (dialogic adpcm) to wav ones. Do you know java solu开发者_开发问答tion?Both the encoder and the decoder is documented in a 7 page format specification with lots of whitespac
I have a situation where there is a corrupt WAV file from which I\'m trying to开发者_开发技巧 recover data.
I\'m developing a simple appplication to play WAV files using PlaySound, with 开发者_运维技巧this code:
I need to play few wav files on button click. I found solution working in IE but it requires QickTime plugin for Firefox.
I used made a fft to make a band pass filter. After that I made the ifft to inverse it and pass it to time domain.
I am trying to convert text to wave file using following function. It works fine if called from main UI thread. But it fails when calling from another thread. How to call it from a multi-threaded func