audio - how do i set output of submix voice in XAudio2? (metro) -


I tried to use the SetOutputVoices function, and the constructor parameter, but both results resulted in an XAUDIO2_E_INVALID_CALL result when used on a submix The voice goes

Docs says that you receive this error by calling it an audio callback, but I am not. I have also tried to call it before starting the audio engine.

The same way works for the source sound, so I'm pretty sure I'm not passing a bad XAUDIO2_VOICE_SENDS structure.

Submix voices have processing commands, specified by process station parameters in IXaudio2.CreateSubmixVoice

You can only send output to a submix voice with low processing platform and all my launch was on the default processing phase (0).

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -