You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The appropriate system (OSS vs ALSA vs Pulse) should be autodetected. Then, if there are multiple soundcards, and multiple volume controls, the right one should be selected again.
The text was updated successfully, but these errors were encountered:
The current autodetection only tests if the volume can be changed without generating an exception, but this is no guarantee that you get a volume control that effectively changes the playback volume, e.g., because Pulse is installed but not actually used, or because there are multiple sound cards.
Handling all cases seems complex, so maybe doing the volume control through the player makes things easier.
- Fix ALSA mixer. When there are multiple sound cards, card index 0 may
be disabled. Older versions of alsaaudio do not support listing valid
card indexes, so work around by trying a few.
- Detect when pulseaudio tools are installed, but there is not actually
a working mixer available.
these partly address issue #17
The text was updated successfully, but these errors were encountered: