Added 32-bit sample support to dmix plugin

This commit is contained in:
Jaroslav Kysela 2003-03-18 14:15:19 +00:00
parent 56dbac84f8
commit 9ccf002f54
3 changed files with 315 additions and 62 deletions

View file

@ -451,3 +451,5 @@ pcm.ladspa {
# 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>
# an example command for dmix plugin to force 32-bit signed little endian format
# aplay -D"plug:'dmix:FORMAT=S32_LE'" <filename>