Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: AC3 / DTS decoding for Winamp (Read 4443 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

AC3 / DTS decoding for Winamp

Does anyone know of good AC3 / DTS plugins for winamp?

I know about Valex's in_vac3.dll, but this one has a lot of sound quality issues (decode errors - compression artifacts).

Is there perhaps one that uses Intervideo's decoder?

If not, I guess I'll be writing one myself, but I'd rather save the effort and not have to reinvent the wheel unless I absolutely have to.

Thanks

///Leif

AC3 / DTS decoding for Winamp

Reply #1
http://winampac3.sourceforge.net/
Or you can just add ;AC3 to the DirectShow decoder and use whatever directshow decoders you have on the system.

AC3 / DTS decoding for Winamp

Reply #2
Quote
http://winampac3.sourceforge.net/
Or you can just add ;AC3 to the DirectShow decoder and use whatever directshow decoders you have on the system.
[a href="index.php?act=findpost&pid=261089"][{POST_SNAPBACK}][/a]


winampac3.sourceforge.net = Valex's in_vac3.dll (the one i mentioned as having a buggy decoder.)

I tried adding ;AC3 to the directshow decoder but it wouldn't play at all anyway.

I made sure the decoder in my system is working with GraphEdit.

Filter graph consists of:

File Source (Async), pointed to a straight AC3 file
MPEG-2 Demultiplexer
Intervideo Audio Decoder
Default DirectSound Device

Plays perfectly.

Any way to get winamp to do this, short of writing my own plug-in? (which would be complicated - even if it's easy to get it to decode, how about seeking, knowing how long the file is, etc?)

///Leif