Clean repository, add .gitignore
This commit is contained in:
parent
e81028d751
commit
aba5279be9
3
audio-logger/.gitignore
vendored
Normal file
3
audio-logger/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
taget
|
||||
*.wav
|
||||
recordings
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = {url = "https://github.com/clap-rs/clap", features = ["derive"]}
|
||||
clap = { url = "https://github.com/clap-rs/clap", features = ["derive"] }
|
||||
cpal= { version = "0.13.5", features = ["jack"] }
|
||||
anyhow = "1.0.61"
|
||||
hound = "3.4.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
target/release/audio-logger \
|
||||
target/release/audio rec \
|
||||
--name test \
|
||||
--output recordings/ \
|
||||
--batch-recording 3 \
|
||||
|
Loading…
Reference in New Issue
Block a user