Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grizeldi/waves
A 3 band waveform viewing software written in rust
https://github.com/grizeldi/waves
Last synced: about 1 month ago
JSON representation
A 3 band waveform viewing software written in rust
- Host: GitHub
- URL: https://github.com/grizeldi/waves
- Owner: grizeldi
- Created: 2024-07-13T18:00:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T17:51:35.000Z (5 months ago)
- Last Synced: 2024-10-16T06:46:17.991Z (3 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waves
Once done, Waves will be a 3 band waveform viewing application, written in Rust.The idea was created after I got too used to staring at 3 band (low, mid, high) waveforms in DJ software, so it now feels wrong looking at flat waveforms commonly found in DAW software.
3 band waveforms make it much easier to see at a glance what is going on in the track at a particular point in time.
Because of all of this, I decided to make a standalone application just for checking waveforms.It's also my Rust learning project, so it's most likely full of bad practices and beginner stupid decisions.
But hey, can't learn without making mistakes.