[DEV] dot error and update test delay

This commit is contained in:
2015-03-04 22:15:35 +01:00
parent 5d7c9203ef
commit 8a59126beb
13 changed files with 336 additions and 93 deletions

View File

@@ -1,4 +1,22 @@
{
speaker:{
io:"output",
map-on:{
interface:"alsa",
#name:"default",
name:"hw:0,0",
timestamp-mode:"trigered",
},
group:"baseIOSynchrone",
frequency:48000,
channel-map:[
"front-left", "front-right",
],
type:"int16",
nb-chunk:1024,
volume-name:"MASTER",
mux-demux-type:"int16-on-int32",
},
# name of the device
microphone:{
# input or output
@@ -26,24 +44,6 @@
nb-chunk:1024,
mux-demux-type:"int16",
},
speaker:{
io:"output",
map-on:{
interface:"alsa",
#name:"default",
name:"hw:0,0",
timestamp-mode:"trigered",
},
group:"baseIOSynchrone",
frequency:48000,
channel-map:[
"front-left", "front-right",
],
type:"int16",
nb-chunk:1024,
volume-name:"MASTER",
mux-demux-type:"int16-on-int32",
},
speaker-pulse:{
io:"output",
map-on:{