We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a2f64 commit f057fc5Copy full SHA for f057fc5
src/AudioLibs/AudioKit.h
@@ -28,7 +28,7 @@ friend class AudioKitStream;
28
audio_hal_dac_output_t output_device = AUDIOKIT_DEFAULT_OUTPUT;
29
int masterclock_pin = 0;
30
bool sd_active = true;
31
- bool speaker_active = true;
+//bool speaker_active = true;
32
bool default_actions_active = true;
33
34
/// convert to config object needed by HAL
@@ -205,7 +205,7 @@ class AudioKitStream : public AudioStreamX {
205
converter.begin(cfg.channels, 2, cfg.bits_per_sample);
206
207
// Volume control and headphone detection
208
- setSpeakerActive(cfg.speaker_active);
+ //setSpeakerActive(cfg.speaker_active);
209
if (cfg.default_actions_active){
210
setupActions();
211
}
0 commit comments