Submix hierarchy deallocation fixes

This commit is contained in:
Jack Andersen
2016-05-16 12:14:07 -10:00
parent 80026d7fe6
commit eea45ebcbe
3 changed files with 13 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ protected:
void _unbindFrom(std::list<AudioSubmix*>::iterator it);
public:
~BaseAudioVoiceEngine();
std::unique_ptr<IAudioVoice> allocateNewMonoVoice(double sampleRate,
IAudioVoiceCallback* cb,
bool dynamicPitch=false);