[DEV] update xml for MacOs (bad select default) and missing math include
This commit is contained in:
parent
a086674189
commit
4879bd00fb
@ -3,26 +3,27 @@
|
||||
io:"input",
|
||||
map-on:{
|
||||
interface:"coreOSX",
|
||||
name:"default",
|
||||
name:"Apple Inc.: Built-in Input",
|
||||
},
|
||||
frequency:48000,
|
||||
channel-map:[
|
||||
"front-left", "front-right"
|
||||
],
|
||||
type:"int16",
|
||||
type:"float",
|
||||
nb-chunk:1024
|
||||
},
|
||||
speaker:{
|
||||
io:"output",
|
||||
map-on:{
|
||||
interface:"coreOSX",
|
||||
name:"default",
|
||||
#name:"Apple Inc.: Built-in Output",
|
||||
name:"Apple Inc.: HDMI",
|
||||
},
|
||||
frequency:48000,
|
||||
channel-map:[
|
||||
"front-left", "front-right",
|
||||
],
|
||||
type:"int16",
|
||||
type:"float",
|
||||
nb-chunk:1024,
|
||||
volume-name:"MASTER"
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <river/Interface.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <etk/os/FSNode.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <sstream>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user