29 lines
497 B
JSON
29 lines
497 B
JSON
{
|
|
speaker:{
|
|
io:'output',
|
|
map-on:{
|
|
interface:'auto',
|
|
name:'default',
|
|
timestamp-mode:'trigered',
|
|
},
|
|
#group:'groupSynchro',
|
|
frequency:0,
|
|
channel-map:['front-left', 'front-right'],
|
|
type:'auto',
|
|
nb-chunk:1024,
|
|
},
|
|
microphone:{
|
|
io:'input',
|
|
map-on:{
|
|
interface:'auto',
|
|
name:'default',
|
|
timestamp-mode:'trigered',
|
|
},
|
|
#group:'groupSynchro',
|
|
frequency:0,
|
|
channel-map:['front-left', 'front-right', 'rear-left', 'rear-right'],
|
|
type:'auto',
|
|
nb-chunk:1024
|
|
}
|
|
}
|