-
Hi,
I'm trying to run Surge with the python bindings in a way that it can generate sounds Live (whereas the existing demos show it creating waveforms to be saved or viewed in a plot.)
This is wh…
-
Hi @mertguner
I am getting the following error through firebase crashlytics on some devices.
```
Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 124606360 byte allocation wi…
-
SoundGenerator's current fade in/out support is awkward. You need to compute a proper `timeConstant` based on your desired fade time, use `setOutputLevel` to perform the fade (not at all obvious), an…
-
`soundManager` supports putting sounds into named "catagories". But when a SoundGenerator is added, specifying a catagory is optional, via option `catagoryName`. For example:
`soundManager.addSou…
-
We're getting this error message:
ERROR: /node/set: Synth 1 not found
When a sound file is looping. For example:
```
import processing.sound.*;
SoundFile soundfile1;
void setup() {
size(640, 360…
-
I have been experimenting with using the sound generator to tonally represent G-forces using the userAccelerometer from the motion_sensors package. Through these experiments, I have noticed that the s…
-
Related to sound design for Faraday's Electromagnetic Lab (FEL), this issue involves both design and development.
From https://github.com/phetsims/faradays-electromagnetic-lab/issues/15#issuecommen…
-
Originally this was reported in https://github.com/phetsims/scenery-phet/issues/724#issuecomment-1050346255:
>I wanted to touch base about one more item I noticed while testing this. It seems like …
-
### Problem Description
I'm trying to get MemoryOutput to work, however it's only getting 200-500ms into recording before reporting the buffer is too small. Strangely, this behaviour changes based o…
-
### Problem Description
After experiencing this issue with the Azure TTS example I tried to run the most basic example which I believe is the streams-generator-i2s example. Luckily this shows the sam…