View Single Post
Old 11th April 2007, 12:07   #1009  |  Link
haruhiko_yamagata
Registered User
 
Join Date: Feb 2006
Location: Japan
Posts: 1,560
Quote:
Originally Posted by chros View Post
Thanks for this act! I have asked about a month ago about the new DFX plugin (ver. 8.x) which is able to connect to multichannel audio (it works in winamp), but not working in ffdshow !
Can you do something about it ? (dts, aac, ac3, etc.)

Thank you !
Multi-channel audio is excluded from ffdshow-winamp plugin on purpose.
Code:
bool TaudioFilterWinamp2::is(const TsampleFormat &fmt,const TfilterSettingsAudio *cfg)
{
 return super::is(fmt,cfg) && fmt.nchannels<=2;
}
If I remove <=2, it works, but some other plugins does not work, gets very noisy.
I tested winamp2, it seems it's the same. The new DFX plugin does not work with multi-channel audio. Do you use winamp5?
__________________
[ Download ffdshow | Wiki ]
haruhiko_yamagata is offline   Reply With Quote