Borisov
22nd May 2002, 11:00
Hi
I'm new WinAmp's user but I don't amateur in mpeg.
I'm trying to develop ac3-decoder plugin. And I want to hear 6 channels on my Audigy sound card.
tell me please how I can say to winamp that I have 5+1 channels of my audio.
I tryed to write
maxlatency = mod.outMod->Open(SampleRatio,6,BPS,0,0);
but player sent me messages that format not supported or secondary buffer not allocated.
But, if I decode ac3 to wav in 5+1 format, WinAmp plays it.
Could anybody give me src code of in_wave.dll or help me by other way.
Thank you.
I'm new WinAmp's user but I don't amateur in mpeg.
I'm trying to develop ac3-decoder plugin. And I want to hear 6 channels on my Audigy sound card.
tell me please how I can say to winamp that I have 5+1 channels of my audio.
I tryed to write
maxlatency = mod.outMod->Open(SampleRatio,6,BPS,0,0);
but player sent me messages that format not supported or secondary buffer not allocated.
But, if I decode ac3 to wav in 5+1 format, WinAmp plays it.
Could anybody give me src code of in_wave.dll or help me by other way.
Thank you.