Add WAVOut Voice Backend for offline Audio mixing

This commit is contained in:
Jack Andersen
2016-07-06 11:29:06 -10:00
parent 96fe19cfc0
commit c47780527d
7 changed files with 217 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
struct AudioUnitVoiceEngine;
struct VSTVoiceEngine;
struct WAVOutVoiceEngine;
namespace boo
{
@@ -20,6 +21,7 @@ class AudioSubmix : public IAudioSubmix, public IAudioMix
friend struct WASAPIAudioVoiceEngine;
friend struct ::AudioUnitVoiceEngine;
friend struct ::VSTVoiceEngine;
friend struct ::WAVOutVoiceEngine;
/* Mixer-engine relationships */
BaseAudioVoiceEngine& m_root;