Added Nuoptix DTMF sync transmit (Disney parades, light shows...)

Soundboard ignores stereo files
This commit is contained in:
furrtek
2016-09-23 17:34:50 +02:00
parent d049553750
commit bb29efeda6
15 changed files with 620 additions and 44 deletions
+3 -4
View File
@@ -54,7 +54,6 @@ private:
struct sound {
std::string filename = "";
std::string shortname = "";
bool stereo = false;
bool sixteenbit = false;
uint32_t sample_rate = 0;
uint32_t size = 0;
@@ -120,9 +119,9 @@ private:
};
NumberField number_bw {
{ 14 * 8, 4 },
2,
{1, 50},
{ 13 * 8, 4 },
3,
{1, 150},
1,
' '
};