[DEV] add support of multiple input stream type
This commit is contained in:
@@ -17,12 +17,12 @@ static const std::string configurationRiver =
|
||||
" io:'output',\n"
|
||||
" map-on:{\n"
|
||||
" interface:'alsa',\n"
|
||||
" name:'hw:2,0',\n"
|
||||
" name:'hw:0,0',\n"
|
||||
" },\n"
|
||||
" frequency:0,\n"
|
||||
" frequency:48000,\n"
|
||||
//" channel-map:['front-left', 'front-right', 'rear-left', 'rear-right'],\n"
|
||||
" channel-map:['front-left', 'front-right'],\n"
|
||||
" type:'int32',\n"
|
||||
" type:'int16',\n"
|
||||
" nb-chunk:1024,\n"
|
||||
" volume-name:'MASTER'\n"
|
||||
" }\n"
|
||||
|
Reference in New Issue
Block a user