Iterate over samples

This commit is contained in:
2024-10-10 22:05:18 +02:00
parent 0d273eed38
commit 6478a4c000
3 changed files with 76 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ panic = "abort"
[dependencies]
clap = {version = "4.4.11", features = ["derive"]}
image = "0.24.7"
hound = "3.5.1"
paste = "1.0.14"
png = "0.17.10"
tool_helper = {path = "../tool_helper"}