From: Jaroslav Kysela Date: Sat, 1 Mar 2003 09:05:31 +0000 (+0000) Subject: Added more example for dmix plugin X-Git-Tag: v1.0.3~234 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a8f375386e9504be7181fd69a234ef3a25cb0285;p=alsa-lib.git Added more example for dmix plugin --- diff --git a/doc/asoundrc.txt b/doc/asoundrc.txt index 0423bad5..756d9fa5 100644 --- a/doc/asoundrc.txt +++ b/doc/asoundrc.txt @@ -449,3 +449,5 @@ pcm.ladspa { # an example command for dmix plugin to force 44100Hz mixing rate: # aplay -D"plug:'dmix:RATE=44100'" +# an example command for dmix plugin to force 44100Hz and hw:1,0 output device +# aplay -Dplug:\'dmix:SLAVE=\"hw:1,0\",RATE=44100\'