martindevans / MumbleSharp

An implementation of the mumble voice chat protocol in C#
http://martindevans.me
MIT License
93 stars 28 forks source link

Speaker playback #32

Closed Meetsch closed 6 years ago

Meetsch commented 6 years ago

Added feature so that users can choose the audio playback device. To do this I refactored the code to extract the AudioPlayer into a SpeakerPlayer class to match the architecture of the already existing MicrophoneRecorder. The playback is initialized the first time a user sends encoded voice.

martindevans commented 6 years ago

I'll try to make some time to review/test this over the weekend :)

martindevans commented 6 years ago

Sorry this took so long to review - it's been a busy week!