[DEV] add support of the output float,double,int32/64 muxer

This commit is contained in:
2016-09-27 21:46:47 +02:00
parent 6ecf73bb11
commit bc47714cff
3 changed files with 157 additions and 18 deletions

View File

@@ -34,7 +34,8 @@ static std::string basicAutoConfig =
" 'front-left', 'front-right'\n"
" ],\n"
" type:'auto',\n"
" nb-chunk:1024\n"
" nb-chunk:1024,\n"
" mux-demux-type:'float'\n"
" },\n"
" speaker:{\n"
" io:'output',\n"
@@ -48,7 +49,8 @@ static std::string basicAutoConfig =
" ],\n"
" type:'auto',\n"
" nb-chunk:1024,\n"
" volume-name:'MASTER'\n"
" volume-name:'MASTER',\n"
" mux-demux-type:'float'\n"
" }\n"
"}\n";