LISTEN-moe / windows-app

Official LISTEN.moe Windows-only Client
MIT License
62 stars 13 forks source link

Custom Audio Output Device #24

Closed NeilSeligmann closed 6 years ago

NeilSeligmann commented 6 years ago

Added the ability to change the output device.

Because of the way WaveOut works, the device's names are cut off.

bitnimble commented 6 years ago

I have merged this manually as I reworked the audio from WaveOut to DirectOut, removing the 30 character limit from the device names. You can find your (altered) commit here: https://github.com/LISTEN-moe/windows-app/commit/51b4f780f4094610d0f7e31449e2859993daeb32

As such, I'll close this PR, but rest assured that your code is in the repo :)