gstreamer/subprojects/gst-plugins-bad/sys/wasapi2
Seungha Yang 745a73eece wasapi2: Don't use global volume control object
ISimpleAudioVolume controls volume of corresponding audio session
and there would be only single input/output audio session
in case of share-mode, which means that it controls audio volume of the
process. Instead, use IAudioStreamVolume interface which controls
volume of the stream.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5549>
2023-10-27 18:11:51 +00:00
..
AsyncOperations.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstwasapi2client.cpp wasapi2: Use C++ atomic instead of GLib 2023-08-14 14:20:45 +00:00
gstwasapi2client.h wasapi2: Add option to monitor loopback device's mute state 2023-04-07 17:19:33 +00:00
gstwasapi2device.c wasapi2: fix "device" property description 2023-05-17 04:50:04 +00:00
gstwasapi2device.h wasapi2deviceprovider: Add support for device update 2021-09-30 06:13:07 +00:00
gstwasapi2ringbuffer.cpp wasapi2: Don't use global volume control object 2023-10-27 18:11:51 +00:00
gstwasapi2ringbuffer.h wasapi2: Add option to monitor loopback device's mute state 2023-04-07 17:19:33 +00:00
gstwasapi2sink.c wasapi2: fix "device" property description 2023-05-17 04:50:04 +00:00
gstwasapi2sink.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstwasapi2src.c wasapi2: fix "device" property description 2023-05-17 04:50:04 +00:00
gstwasapi2src.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstwasapi2util.c wasapi2: Allows process loopback capture on Windows 10 2023-04-28 14:11:16 +00:00
gstwasapi2util.h wasapi2: Add option to monitor loopback device's mute state 2023-04-07 17:19:33 +00:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00
plugin.c wasapi2deviceprovider: Add support for device update 2021-09-30 06:13:07 +00:00