[DEV] update xml for MacOs (bad select default) and missing math include

This commit is contained in:
Edouard DUPIN 2015-02-12 23:22:58 +01:00
parent a086674189
commit 4879bd00fb
2 changed files with 6 additions and 4 deletions

View File

@ -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"
}

View File

@ -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>