[DEV] add parameter set and file hardware config file read
This commit is contained in:
@@ -6,9 +6,8 @@
|
||||
name:"default", # name of the interface
|
||||
},
|
||||
frequency:48000, # frequency to open device
|
||||
channel-map:[ # mapping of the harware device (to change map if needed)
|
||||
"front-left", "front-right",
|
||||
"read-left", "rear-right",
|
||||
channel-map:[ # mapping of the harware device (mapping is not get under)
|
||||
"front-left", "front-right"
|
||||
],
|
||||
type:"int16", # format to open device (int8, int16, int16-on-ont32, int24, int32, float)
|
||||
nb-chunk:1024 # number of chunk to open device (create the latency anf the frequency to call user)
|
||||
|
Reference in New Issue
Block a user