andrewrk / andrewrk/libsoundio

WASAPI device volume changes doesn't propagate back to libsoundio

オープン
#171 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C
スター
2.1k
フォーク
254
PR マージ指標
30日以内にマージされた PR はありません

説明

The volume for WASAPI devices are currently retrieved only when the device is opened. If someone decides to change the application volume via OS volume mixer, the volume value does not get updated in SoundIoOutStream structure.

With raw WASAPI streams, the newly added volume interface does not change the stream volume at all. Raw/exclusive streams (and maybe shared streams too?) should use the [IAudioEndpointVolume](https://msdn.microsoft.com/en-us/library/windows/desktop/dd370832(v=vs.85).aspx) interface over ISimpleAudioVolume for controlling volume and receiving volume notifications.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。