M BUZZ CRAZE NEWS
// news

Play and encode audio in reverse?

By Joseph Russell

Using tools available to Trusty Tahr how can I play audio files in reverse (play them backwards)? I would also like to know of tools that will allow me to save or create such reversed audio files...

1 Answer

From GUI with Audacity - Install audacity

Reversing audio can be done using Audacity Effect > Reverse. After reversing we can choose to just playback or to export in any codec supported.

From CLI with Sox - Install sox

On the command line we can reverse audio with sox option reverse:

sox input.wav output.wav reverse ## for conversion
play input.wav output.wav reverse ## for playback
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy