Hacker News new | ask | show | jobs
by twink 5613 days ago
That's also what I do with the podcasts I listen to. 1.35x is my default though ;-)

The files go from my podcatcher directly into sox for conversion. Sounds a lot nicer than the speedup mechanism provided by my mobile media player.

time sox --single-threaded -S "${FILE}" -t wav - tempo ${TEMPO} | lame -h -V 4 - ${NEWFILE} || exit 1

id3cp --v1tag "${FILE}" "${NEWFILE}"

Does anyone know of a way that doesn't need a conversion to WAV first?