initial commit

This commit is contained in:
2025-09-17 20:33:25 +02:00
commit 20cac4cb60
6 changed files with 176 additions and 0 deletions

16
Cargo.lock generated Normal file
View File

@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "hound"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
[[package]]
name = "rdsp"
version = "0.1.0"
dependencies = [
"hound",
]