WASAPI VoiceEngine implementation

This commit is contained in:
Jack Andersen
2016-03-23 15:50:34 -10:00
parent 1eb46301c0
commit 290d40641d
3 changed files with 191 additions and 210 deletions

View File

@@ -31,8 +31,6 @@ protected:
void _pumpAndMixVoices(size_t frames, float* dataOut);
public:
BaseAudioVoiceEngine(const std::function<AudioVoiceEngineMixInfo()>& getEngineMixInfo);
std::unique_ptr<IAudioVoice> allocateNewMonoVoice(double sampleRate,
IAudioVoiceCallback* cb,
bool dynamicPitch=false);