How can I convert this RIFF WAVE .bin file?

0

I'm trying to extract some audio from a program, and I've got as far as getting a .bin file. When I open this file with a hex editor, the first line is RIFF ÷! WAVEfmt 4.

I've done some research, and there is a similar question on superuser.com, but I tried that user's solution (try to open it in wavepad) and it did not work. I have also used a tool called Dragon Unpacker, but it recognised it as a .wav file and converted it, but it would not open with any audio players apart from VLC, which gave no sound and crashed after 20 seconds.

The sound file is here. I am using Windows 7 32 bit if that matters.

AMAAAAAR

Posted 2016-11-15T16:28:50.040

Reputation: 1

Answers

0

I have found a converter called at9tools that can convert .at9 RIFF WAVE files to .wav. Running the .exe file using cmd will tell you how to use the command -d to convert the file. I hope this helps others with this problem.

AMAAAAAR

Posted 2016-11-15T16:28:50.040

Reputation: 1

Thanks for closing the loop on your question. If you accept your own answer (click the checkmark), that will indicate that you solved the problem. That makes it easier for other readers to spot proven solutions. – fixer1234 – 2016-11-17T19:04:59.473

Where can at9tools be found? – Hiccup – 2018-12-18T20:09:46.197