Jump to content

Reverse play a Sound file (.wav,.mp3,.aac).


prashantakerkar

Recommended Posts

5 minutes ago, prashantakerkar said:

Is it possible to reverse play a sound file?

Sound formats viz .wav,.mp3,.aac etc.

Thanks & Regards,

Prashant S Akerkar

Well, you could do it with software, or, hardware.

With [software], you would want to simply want to 'reverse the play' by reading the file backwards. This can be done by recompiling the file to compile from bottom of the page of text to top, of course, but, let's say you do not have a compiler... Then you would want to simply change the binary for the file by taking the last bits of code and 'recoding it,' via... you now what, this all requires programming skills and programs, that might cost money, why don't you just 'record' and drag it back, with a small program for that? You can program, yes? This would require a mouse program to slowly at the right rate, hey I am no disc jockey, drag it backwards, yes? Should take about fifteen minutes or less, I figure.

With [hardware], you need only to reverse the charge. This would require the circuits operating in the same way, but only 'charging the file' to 'flip.'

Link to comment
Share on other sites

17 minutes ago, prashantakerkar said:

Thank you.

Do the reverse methods will vary for different sound file formats?

Thanks & Regards,

Prashant S Akerkar

No. They always compile, as they are written on a text file, of European base language format, from top to bottom, so you just find the data or sound bits, and compile them the other way.

~ If they used robots, like they should, you could manually do it by taking each robot and changing the order, of course.

May I ask what your fancy is, why are you into this... this... perversion of music? :rolleyes:

Link to comment
Share on other sites

2 hours ago, Brett Nortj said:

No. They always compile, as they are written on a text file, of European base language format, from top to bottom, so you just find the data or sound bits, and compile them the other way.

What are you talking about.. ? What text file? Audio files are binary files, mostly compressed one.. Only raw format could be reversed by reversing order of bytes in file, as long as you know how many bytes per sample is (usually 1 or 2), and how many channels (usually 1 or 2), and byte order (Intel-compatible or Motorola-compatible).

.wav file format has header at the beginning of file. If data are not compressed (wFormatTag set to WAVE_FORMAT_PCM), it would be 2nd the easiest (after plain raw format) to reverse in custom made script. 5-10 minutes to write it or so.

https://docs.microsoft.com/pl-pl/windows/desktop/api/mmreg/ns-mmreg-twaveformatex

2 hours ago, prashantakerkar said:

Do the reverse methods will vary for different sound file formats?

Yes.

 

Link to comment
Share on other sites

  • 1 year later...

WavePad(NCH software)  is a downloadable sound editor that is compatible with a number of formats, including mp3 and wav. ( you could even upload in one format and save as another*)

It has a "reverse" feature as well as other editing options.

It has a free unlicensed version for personal home use and a licensed commercial version.

* Some of the "save as" options, such as mpeg-4, are limited to the commercial version.  You can upload mpeg-4 files, you just have to save the edited file as something else.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.