https://github.com/flatmax/gtkiostream
Trivialised Threading, GTK GUIs, Signal Processing, Neural Networks, Audio Processing, Octave interfacing ... and more !
https://github.com/flatmax/gtkiostream
Last synced: 4 months ago
JSON representation
Trivialised Threading, GTK GUIs, Signal Processing, Neural Networks, Audio Processing, Octave interfacing ... and more !
- Host: GitHub
- URL: https://github.com/flatmax/gtkiostream
- Owner: flatmax
- Created: 2017-06-07T10:42:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T00:14:51.000Z (over 1 year ago)
- Last Synced: 2025-12-24T23:36:08.720Z (6 months ago)
- Language: C++
- Size: 4.19 MB
- Stars: 16
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# gtkIOStream
[Support this project by purchasing our hardware.](http://www.audioinjector.net/)
Trivialised Threading, GTK GUIs, Signal Processing, Neural Networks, Audio Processing, Octave interfacing ... and more !
## Description
Elements of DSP. Neural Network computations.
```
FIR fir;
fir.loadTimeDomainCoefficients(h);
for (int m=0; m buffer;
while (1){
creatAudioData(buffer);
playBack<