Tool to bulk speed up/convert an audio file
- by User1
I want to listen to certain podcasts on my phone but I have two common problems:
The audio is in some weird format (some don't play on my phone).
The audio is slow.
I want to use something like sox or avconv to bulk convert the files. Since this is just voice and going on a cell phone, small low-quality files would be best for me. I had some good success using avconv:
avconv -i weird.wma normal.ogg
Unforunately, this command creates an enormous ogg file and I can't get it play faster. Ideally, this particular file would play at 170% of the original speed.