-
i wish there was a script-compatible offline version of beepbox that could be sent a .json or song hash, and then just render an audio file automatically. as im writing this im in the process of tryin…
-
Hello,
I have installed Aquila and I am getting one error when trying to compile a simple example.
I have posted the issue in detail in: https://stackoverflow.com/questions/44317406/undefined-refere…
-
Hey Maxlord,
I was wondering if you guys ever implemented raw mic data to be put into createSample()
WaveFile.createSample(recorder.output);
I see a similar person had an issue here
https://github.c…
-
-
Proposal for a freedv-gui test mode/feature to dump a file of `features_out.f32` vectors (36 cols each, x length of sample). These are the vectors at the output of the RADE decoder, that are fed to t…
-
Hello!
I was trying to use this gem to record a wav file to STDOUT and then feed it to `WaveFile::Reader` to analyze in realtime. If I recall correctly, it was something along the lines of
```ruby…
-
Hi all,
I'm trying to get bark up and running, and used the example code to see if it's working.
OS is Ubuntu 22.04. Running the latest stable release of python3, using pytorch for CUDA 12.2, c…
-
Calling the LowPower.sleep(..) function from the ArduinoLowPower library causes I2S audio playback using the ArduinoSound library to crash.
The sketch below is based on the WavePlayback demo sket…
-
Its not really about latency. When you start three wavefiles in the same moment with autocontinue, the second and the third will be played later then the first one (something like a quarter or a half …
-
There appears to be an incompatibility between the ArduinoSound.h and RTCZero.h libraries.
When you try to play an audio file after the internal RTC has been initialised, the WAV files won't play…