[DEV] update drain pipeline and add process output

This commit is contained in:
2015-02-08 15:11:02 +01:00
parent 8ee3cc7544
commit 8896c0b5de
5 changed files with 102 additions and 46 deletions

View File

@@ -25,5 +25,33 @@
type:"int16",
nb-chunk:1024,
volume-name:"MASTER"
},
speaker-pulse:{
io:"output",
map-on:{
interface:"pulse",
name:"default",
},
frequency:48000,
channel-map:[
"front-left", "front-right",
],
type:"int16",
nb-chunk:1024,
volume-name:"MASTER"
},
speaker-jack:{
io:"output",
map-on:{
interface:"jack",
name:"default",
},
frequency:48000,
channel-map:[
"front-left", "front-right",
],
type:"float",
nb-chunk:1024,
volume-name:"MASTER"
}
}