hpr2135 :: Audio speedup script
I want to speed up some of my podcasts and truncate silence in them too so I wrote a script to do it
Hosted by Dave Morriss on Friday, 2016-10-07 is flagged as Explicit and is released under a CC-BY-SA license.
bash, sox, speed.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr2135
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:27:59
Bash Scripting.
This is an open series in which Hacker Public Radio Listeners can share their Bash scripting knowledge and experience with the community. General programming topics and Bash commands are explored along with some tutorials for the complete novice.
Audio speedup script
Back in 2015 Ken Fallon did a show (episode 1766) on how to use sox
to truncate silence and speed up audio.
Inspired by this I wrote a Bash script to aid my use of the technique, which I thought I’d share with you.
I have written out detailed notes for this episode describing the script and examining how it works. Click the link to see them.
Links
- HPR show 1766 “The Sox of Silence”: https://hackerpublicradio.org/eps/hpr1766/
- Original article on doing clever things with sox: https://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/
- The
speedup
script for download: https://hackerpublicradio.org/eps/hpr2135/hpr2135/speedup - The repository containing the
speedup
script on GitLab: https://gitlab.com/davmo/hprmisc