OSDN Git Service

Added more example for dmix plugin
authorJaroslav Kysela <perex@perex.cz>
Sat, 1 Mar 2003 09:05:31 +0000 (09:05 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 1 Mar 2003 09:05:31 +0000 (09:05 +0000)
doc/asoundrc.txt

index 0423bad..756d9fa 100644 (file)
@@ -449,3 +449,5 @@ pcm.ladspa {
 
 # an example command for dmix plugin to force 44100Hz mixing rate:
 # aplay -D"plug:'dmix:RATE=44100'" <filename>
+# an example command for dmix plugin to force 44100Hz and hw:1,0 output device
+# aplay -Dplug:\'dmix:SLAVE=\"hw:1,0\",RATE=44100\' <filename>