Browse Source

Update index.html

changed
{"type":"AudioOutputPWM",        "resource":"DAC1",           "shareable":false},
to
{"type":"AudioOutputPWM",        "resource":"PWM",           "shareable":false},
dds
Jannik 3 years ago
parent
commit
be912d65d8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gui/index.html

+ 1
- 1
gui/index.html View File

{"type":"AudioOutputAnalogStereo","resource":"DAC1", "shareable":false}, {"type":"AudioOutputAnalogStereo","resource":"DAC1", "shareable":false},
{"type":"AudioOutputAnalogStereo","resource":"DAC2", "shareable":false}, {"type":"AudioOutputAnalogStereo","resource":"DAC2", "shareable":false},
{"type":"AudioOutputAnalogStereo","resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"}, {"type":"AudioOutputAnalogStereo","resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"},
{"type":"AudioOutputPWM", "resource":"DAC1", "shareable":false},
{"type":"AudioOutputPWM", "resource":"PWM", "shareable":false},
{"type":"AudioOutputPWM", "resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"}, {"type":"AudioOutputPWM", "resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"},
{"type":"AudioOutputMQS", "resource":"MSQ Device", "shareable":false}, {"type":"AudioOutputMQS", "resource":"MSQ Device", "shareable":false},
{"type":"AudioOutputMQS", "resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"}, {"type":"AudioOutputMQS", "resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"},

Loading…
Cancel
Save