pause/resume waveOut option defaults to old behaviour#11
Conversation
|
Hi finebytes, according to my understanding of the project, PauseAudio and ResumeAudio are implmentation of the IAudioSource and not IAudioSink, that's why they should not deal with waveOutEvent., that's the purpose of the IAudioSink interface. |
|
Is this still required after #12? |
|
I Suggest to rename the existing methods as described in my previous comment so it will be consistent with the other already existing PauseAudioSink and PauseAUdioSource, but not implement this change request which would create an asymetric behaviour |
PauseAudio() and ResumeAudio() are only pausing _waveInEvent in WindowsAudioEndPoint but optionally _waveOutEvent needs to be paused as well. #10