-
Audio DSP is very natural to program using a signal-flow graph, which in the context of audio we can just call an audio graph. Many audio APIs use it as their basis - for example, miniaudio, webaudio,…
-
Hi.
I am trying to generate a binary to run "micro speech" on the ARM CPU environment below.
> model name : ARMv7 Processor rev 0 (v7l)
BogoMIPS : 10.00
Features : half thumb …
-
Hi,
I have a sparkfun edge lying around and have a hard time finding the right libraries to support it. This seems to be a repo that has it all, but I don't really understand how to get started wit…
-
Hello icculus!
Not sure if you miss my supertuxkart team mail, but we've tried using your project as replacement for openal in stk-code, and we added a pitch-shfter ourselves.
It seems that actual…
Benau updated
2 years ago
-
https://github.com/geographiclib/geographiclib/blob/23bd797bf2b1fa894ca30b69a9cf998e00f4a663/src/kissfft.hh#L6
I don't see the referenced file in the repo, is this comment outdated?
-
I ran `sudo apt-get build-dep .` to install build dependencies.
Then I ran `make`:
```
make[1]: Entering directory '/home/pi/vital'
make -C standalone/builds/linux CONFIG=Release SIMDFLAGS="-mar…
-
Existing conda-forge packages
- [x] glew
- [x] libogg/libtheora
- [x] proj4
- [x] netcdf
- [x] netcdf-cxx4
- [x] lz4
To be packaged
- [ ] exodusII
- [x] gl2ps ( https://github.com/conda-for…
-
I want to create the static library of tflite-lib and esp-nn components of the project and link it to the project of micro_speech.
I find the static library of both components under the micro_spee…
-
### Environment details
Linux Ubuntu Focal
Clang-17
Conan 2.1.0
Python 3.8.10
### Steps to reproduce
This seems hard to reproduce so I captured as much as I could.
I'm building my project…
-
Hello, I have this problem:
C:\Pico>git clone https://github.com/tensorflow/tflite-micro.git
Cloning into 'tflite-micro'...
remote: Enumerating objects: 20270, done.
remote: Counting objects: 10…