https://github.com/chzchzchz/dafft
it's da fft utility
https://github.com/chzchzchz/dafft
Last synced: 4 months ago
JSON representation
it's da fft utility
- Host: GitHub
- URL: https://github.com/chzchzchz/dafft
- Owner: chzchzchz
- License: agpl-3.0
- Created: 2021-04-25T06:56:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T05:19:09.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T22:24:37.369Z (12 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dafft
A handy FFT streamer for JACK audio.
## Build and Run
Install fftw and sdl development libraries then run:
```sh
go get github.com/chzchzchz/dafft
dafft # defaults to PulseAudio monitor
dafft XMMS2 # XMMS2 jack monitor
dafft XM # substring matching if you want
```