https://github.com/nanotech/wavegraph
Audio spectrogram generator. Pipe in signed 32-bit stereo samples.
https://github.com/nanotech/wavegraph
audio spectrogram
Last synced: 11 months ago
JSON representation
Audio spectrogram generator. Pipe in signed 32-bit stereo samples.
- Host: GitHub
- URL: https://github.com/nanotech/wavegraph
- Owner: nanotech
- License: mit
- Created: 2019-01-26T05:55:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T00:41:39.000Z (over 6 years ago)
- Last Synced: 2025-01-28T13:28:50.281Z (about 1 year ago)
- Topics: audio, spectrogram
- Language: C++
- Homepage: https://nanotech.nanotechcorp.net/music
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wavegraph
```sh
ffmpeg -i audio.flac -f s32le - | ./main audio.png
```
