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

@@ -65,6 +65,7 @@ public:
const AudioVoiceEngineMixInfo& mixInfo() const;
AudioChannelSet getAvailableSet() {return m_mixInfo.m_channels;}
void pumpAndMixVoices() {}
size_t get5MsFrames() const {return m_5msFrames;}
};
}