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: Winamp input plugin crash (Read 5362 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Winamp input plugin crash

I've ripped a DVDA (24 bit 48 khz 5.1) and encoded the pcm files to flac, but my winamp won't play them ,it crashes with access violation. the flac decoder can decode the files without problems.

Is there anything i've done wrong? or is it a known issue?

Using latest flac of course.

cheers
-lev


Winamp input plugin crash

Reply #2
They crash too.

Winamp input plugin crash

Reply #3
the reference winamp plugin only handles mono/stereo.  I don't know how to feed multichannel data to winamp.  if anyone has pointers to some sample code, that would help.

(it's not supposed to crash though, that's a bug.)

Josh

Winamp input plugin crash

Reply #4
I think the FAAD2 source has a mp4 plugin which supports multichannel.
http://prdownloads.sourceforge.net/faac/fa....0.zip?download
However I have no idea how this works  Never written anything with the winamp SDK.

the reference winamp plugin only handles mono/stereo.  I don't know how to feed multichannel data to winamp.  if anyone has pointers to some sample code, that would help.

(it's not supposed to crash though, that's a bug.)

Josh

Winamp input plugin crash

Reply #5
Update: actually the crash happens only if the input is 24bits per sample. The same file downsampled to 16 bits per sample plays fine.