diff sv/audioio/AudioCallbackPlaySource.cpp @ 84:51a12971e10e

specify the number of channels of the source to the filters
author lbajardsilogic
date Fri, 22 Jun 2007 13:35:26 +0000
parents 8ebc85f6ce4e
children 490e955a21f8
line wrap: on
line diff
--- a/sv/audioio/AudioCallbackPlaySource.cpp	Fri Jun 22 12:49:50 2007 +0000
+++ b/sv/audioio/AudioCallbackPlaySource.cpp	Fri Jun 22 13:35:26 2007 +0000
@@ -216,6 +216,8 @@
     }
 
     m_condition.wakeAll();
+
+	m_filterStack->setSourceChannelCount(getTargetChannelCount());
 }
 
 void