audio-river/data/hardwareIOs.json

29 lines
413 B
JSON

{
microphone:{
io:"input",
map-on:{
interface:"coreIOS",
name:"default",
},
frequency:48000,
channel-map:[
"front-left", "front-right"
],
type:"int16",
nb-chunk:1024
},
speaker:{
io:"output",
map-on:{
interface:"coreIOS",
name:"default",
},
frequency:48000,
channel-map:[
"front-left", "front-right",
],
type:"int16",
nb-chunk:1024,
volume-name:"MASTER"
}
}