index
:
wavy/rustynotes
master
rustynotes is a small note visualizer application, currently only works in linux with alsa and you'll want to modify the buf assignment in src/main.rs:53 to use your input device
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
blob: 3a1eb7d724d493dffe3da3ef5759eb7361b0f409 (
plain
)
1
2
3
4
5
6
pub mod notes; pub mod proc; pub mod outputers; pub mod buf; pub mod rfft; pub mod args;