junglemike
31st May 2006, 18:04
Hellow fellas. I'm hoping anybody can help me.
I curretnly trying to compress an audio book (in wav format) to free speex audio compression codec. I've read the manual, found out the best settings for me, and can sucessfully compress a single file like that : speexenc.exe" -w --bitrate 12 --vbr -comp 6 input.wav output.spx
The problem is that audio book devided to hundreds small files , like part0015.wav, part0016.wav. etc, I was thinking to writing .bat file to do all this in one go, but it would require for me to type hundreds of pathnames of files.
I was wondering is there any easier way to do this?
TIA.
I curretnly trying to compress an audio book (in wav format) to free speex audio compression codec. I've read the manual, found out the best settings for me, and can sucessfully compress a single file like that : speexenc.exe" -w --bitrate 12 --vbr -comp 6 input.wav output.spx
The problem is that audio book devided to hundreds small files , like part0015.wav, part0016.wav. etc, I was thinking to writing .bat file to do all this in one go, but it would require for me to type hundreds of pathnames of files.
I was wondering is there any easier way to do this?
TIA.