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 f057fc5 commit 86f9f50Copy full SHA for 86f9f50
src/AudioLibs/AudioKit.h
@@ -28,7 +28,6 @@ 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;
32
bool default_actions_active = true;
33
34
/// convert to config object needed by HAL
@@ -205,8 +204,7 @@ class AudioKitStream : public AudioStreamX {
205
204
converter.begin(cfg.channels, 2, cfg.bits_per_sample);
206
207
// Volume control and headphone detection
208
- //setSpeakerActive(cfg.speaker_active);
209
- if (cfg.default_actions_active){
+S if (cfg.default_actions_active){
210
setupActions();
211
}
212
0 commit comments