You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get audio from the Sparkfun Pro Mini esp32. It worked 6 months ago (before Mozzi 2.0?). I don't remember any special config back then, and there's nothing in the sketches. But I expect the issue is with my brain rather than the software....
Should this work, at the top of the sketch?
#include "MozziConfigValues.h"
#define MOZZI_AUDIO_MODE MOZZI_OUTPUT_INTERNAL_DAC
#define MOZZI_AUDIO_CHANNELS MOZZI_MONO
The text was updated successfully, but these errors were encountered:
I'm not completely sure it is your brain, there was a few reports of problems with ESP32 lately (#278#261 ). Unfortunately I do not have the hardware yet to reproduce.
One thing is sure (even though the main webpage is wrong) is that the default output mode for ESP32 should be the internal dac (
I can't get audio from the Sparkfun Pro Mini esp32. It worked 6 months ago (before Mozzi 2.0?). I don't remember any special config back then, and there's nothing in the sketches. But I expect the issue is with my brain rather than the software....
Should this work, at the top of the sketch?
#include "MozziConfigValues.h"
#define MOZZI_AUDIO_MODE MOZZI_OUTPUT_INTERNAL_DAC
#define MOZZI_AUDIO_CHANNELS MOZZI_MONO
The text was updated successfully, but these errors were encountered: