Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call AudioSink and AudioSource start/close methods (#977)
Previously, only the AudioSource start and close were called, this was working with the cxurrent implementation of WindowsAudioEndpoint which grouped audiosink and source in the audiosource methods, but this does not work if only the audiosink is used. This requires also a change in WindowsAudioEndpoint were the code for the audiosink is moved at the right place (the placeholders do exist but are empty)
- Loading branch information