CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/11/19 01:14:19
Modified files:
lib/libsndio : sio.c sndio.7
Log message:
Allow specific devices to be used for play-only and rec-only modes.
Introduce new AUDIO{PLAY,REC}DEVICE environment variables that
override AUDIODEVICE in cases play-only and rec-only mode is
requested. This allows using different devices for playback and
recording in programs requesting twice the default device (one in
play-only mode and one in rec-only mode).
Based on diffs from Peter J Philipp, semarie, and solene
ok solene, sthen