-
default install of coming with distribution debian bookworm, have no owner or group.
root@**# find / -xdev \( -nouser -o -nogroup \) -print
/usr/lib/firmware/intel
/usr/lib/firmware/intel/sof-tpl…
-
When running the play_tone.py example I can hear a perfect sine wave. But then if I minimally change it to be non-blocking I just hear a buzzing sound. I must be missing something silly, but I just ca…
-
I was wondering if anyone has been able to get the library working with the ESP32-S3? I'm using the I2Saudio example and i've modified the pins to this:
```c++
#define SD_CS 5
#define SPI_…
-
I can't get my ESP32-WROOM-32 DEV board to play audio. I'm using the MAX98357 as a DAC connected to a single 4 Ohm 3 Watt speaker.
I'm not sure what the problem could even be, but here is what I tr…
-
To get work audio I downloaded the kernel 5.10.201 from kernel.org.
I got the config from kernel 5.10.23 in fedora 33.
I had set the following parameters in the kernel config.
CONFIG_DRM=y
CONFI…
-
### Problem Description
While trying to build, having a certain number of errors:
```
In file included from .pio/libdeps/esp32-s3-devkitc-1/audio-tools/src/AudioLibs/AudioSourceSDMMC.h:5,
…
olup updated
9 months ago
-
Do you plan to publish the source code? And is it in the Arduino IDE or the IDF?
-
Hi,
I am currently testing in ESPHome 2024.2.0 . with an ESP32-s3-N16R8. When I stream some mp3 files, tts using piper or nabu casa and radio using 'radio browser' the playback speed varies from ve…
-
## Environment
- Development Kit: ESP32-DevKitC
- Kit version : v1
- IDF version : v4.0-dev-1443-g39f090a4f, v3.2
- Build System: CMake
- Compiler version: 5.2
- Operating System: Linux
…
-
Hi there,
I just wanted to rebuild the current master to update my snapclient.
It's a basic ESP32 mini with a PCM5102A DAC attached.
Last time I successfully built this was 8th of May and I just …