-
### Checklist
- [X] I am able to reproduce the bug with the [latest version](https://github.com/z-huang/music/releases/latest).
- [X] I've checked that there is no issue about this bug.
- [X] This is…
-
Hello,
First of all I would to thank you for this great project!
I'm currently trying to integrate your library into a custom components into Esphome.
I created some empty component and and h…
P4uLT updated
2 years ago
-
Hi I'm testing the codec from your library and I ran into a error with the Opus and OggOpus codec. I changed frame_size_ms_x2 to different values but the error always showed up.
Example : test-co…
-
I also encountered a error in the MP3 LAME encoder.
Serial log:
```
[Error] lame.c : 2769 - calloc(1,38808) -> 0x0
available MALLOC_CAP_8BIT: 25588 / MALLOC_CAP_32BIT: 64500 / MALLOC_CAP_SPIRA…
-
if(player.isActive()) {
player.stop();
} else {
player.play();
}
...
void loop() {
if (player.isActive()) {
player.copy();
} else {
delay(50);
}
}
-
When I tested the FLAC codec. I encountered a compilation error in the EncodedAudioStream witch new FLACDecoder().
Compilation error:
```
ESP32-Flac-AudioTools-Test:20:51: error: no matching func…
-
I am trying to make a sine sweep/chirp noise based on the SineWaveGenerator. I found this that I am basing it on: https://stackoverflow.com/questions/22597392/generating-swept-sine-waves
and thi…
-
Yesterday I had this example working. Unfortunately, today it only connects and disconnects (no sound).
[I] SoundGenerator.h : 200 - setFrequency: 494
[I] SoundGenerator.h : 201 - active: false
…
-
Hi, thanks for the fantastic job.
Trying to apply effects here.
The example with a sine wave is all right (with some modification, I think there are typos).
When I try to use the audioKit in, ther…
-
In https://github.com/phetsims/tasks/issues/378 we introduced Namespace as a standard pattern to register most/all files with a global namespace. Today when @zepumph asked how TypeScript would deal w…