Log in

View Full Version : Looking for AC3 decoder to n-channels WAV


jpsdr
19th March 2003, 13:00
Hello.

I'm looking for a software wich can decode AC3 to WAVE,
without creating a tempory file, and creating a WAVE file
for each channel.

For exemple, if i open a 5.1 AC3 file, i want to have 6
WAVE files.

All the programs have been able to find only do dolby
surround downmix.

If someone know a program wich can do that...

tiki4
19th March 2003, 14:10
That's easy with BeSweet:

besweet -core( -input your.ac3 -output whatyoulike.wav -logfile BeSweet.log -6ch ) -azid( -c normal )

That's just an example of a command line. You would get something like 'whatyoulikeC.wav', 'whatyoulikeLF.wav' and so on...


Download BeSweet (and it's GUI if you like) and check out the homepage of the author (http://dspguru.doom9.org). There you will also find many guides on BeSweet.

Regards,

tiki4