-
Discussed during quarterly planning last week, every developer is to take on converting a sim to typescript to take the new language for a test drive. Since this sim is my next sim I'm going to be wor…
-
I am trying to get the mozzi integration running in order to create a pink noise generator for my toddler. At the moment running into a few issues with https://github.com/pschatzmann/arduino-audio-too…
-
Hi,
I would still call myself kind of beginner (or intermediate) at Arduino. I've never dug this deep into any library, and this is (for) my first project using the Raspberry Pi Pico. Please take eve…
-
Hello
I am having some troubles trying to play mp3 with spdif out, no sound is being produced
Its is on ESP32
ESP-WROOM-32
My setup:
```cpp
const char *startFilePath="/";
const char* ex…
-
In https://github.com/phetsims/solar-system-common/commit/74042910dec21e4462ef3268a7df75a7fae15bed buttons were added to this solar system common slider. This should instead be a NumberControl because…
-
#include "AudioTools.h"
#include "AudioLibs/AudioKit.h"
AudioKitStream kit;
InputMixer mixer;
uint16_t sample_rate=44100;
uint8_t channels = 2;
void setup(){
AudioBaseInfo info;
info…
-
**Describe the problem you have/What new integration you would like**
It would be great to have ESPHome support for an I2S (I²S) microphone like the one on the [LILYGO® TTGO T-Camera](https://w…
-
Hi, i did not want to fork the whole thing, but if you want you can add sound in the TTGOVGA 1.4 very easily with the FabGL-functions like this, this is a modified version of btone in hardware-arduino…
-
@jessegreenberg showed interest in this, and I think it will be straight forward. Let me take a look!
-
After working on https://github.com/phetsims/sun/issues/787, I'm thinking we should apply the same pattern (createNode + tandemName) for ComboBoxItems. @pixelzoom does that sound good to you? If so,…