thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 318 forks source link

StreamOptions::streamName is also used/shown in PulseAudio #349

Closed hayguen closed 2 years ago

hayguen commented 2 years ago

The comments on StreamOptions::streamName indicate, that it's only used for Jack. This doesn't hold true (any longer) and needs an update. At least, "Ubuntu 20.04.4 LTS" shows the streamName in system's sound options with a volume level slider.

garyscavone commented 2 years ago

Fixed with latest push.