mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added 32-bit sample support to dmix plugin
This commit is contained in:
parent
56dbac84f8
commit
9ccf002f54
3 changed files with 315 additions and 62 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue