mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added more example for dmix plugin
This commit is contained in:
parent
6d7b69d397
commit
a8f375386e
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue