-
Discovered in https://github.com/phetsims/gas-properties/issues/281 ...
NumberSpinner and FineCoarseSpinner do not make sound when using the Home and End keys. They both extend `AccessibleNumberS…
-
### Problem Description
I'm trying to generate a simple tone using ESP32 (with built-in DAC, and therefore sending the audio stream to analog). I'm using the example sketch as provided. It compiles f…
-
### Problem Description
Hello Mr. Schatzmann, sorry to bother you, but I am trying to create a simple standalone instrument that is triggered by a keypad.
You can check my code https://github.com/…
-
Over in https://github.com/phetsims/graphing-lines/issues/137#issuecomment-1861693224, @amanda-phet and I discovered that DragListener and KeyboardDragListener apparently have an (unofficial?) default…
-
### Problem Description
After flashing the example send-receive sketch in Arduino Audio Tools, the serial monitor shows:
```
rst:0x1 (POWERON_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)
configsip: 0…
-
### Problem Description
The streams-generator-pwm.ino example works just fine on version 2.x, but on 3.x it produces no output with the same code, IDE and hardware configuration. I will investigate f…
-
### Problem Description
I am trying to play two WAV files simultaneously off of an SDMMC card source.
One is a narration track that plays a WAV file of someone speaking. This file will change per…
-
I copied the code from example anc change it like that:
```cpp
#include
#include "AudioTools.h"
#include "AudioLibs/I2SCodecStream.h"
#include
// I2C
#define SDAPIN 3 // I2C Data…
-
### Problem Description
Hello!
My Hardware is Esp32 devkit V4 and Adau1701 from wondom . I tested the example " streams-generator-i2s.ino" in master mode and its work, also in Serial monitor shows…
-
Related to changes made to NumberSpinner and AccessibleNumberSpinner in https://github.com/phetsims/sun/issues/804 and https://github.com/phetsims/sun/issues/869.
Those changes appear to be have in…