rust-whisper-baked streams again woo

This commit is contained in:
Bel LaPointe
2023-12-20 09:48:38 -05:00
parent 1e56d44b2f
commit 3b6ae8801c
8 changed files with 32 additions and 1481 deletions

View File

@@ -563,6 +563,14 @@ version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
[[package]]
name = "listen-lib"
version = "0.1.0"
dependencies = [
"cpal",
"signal-hook",
]
[[package]]
name = "lock_api"
version = "0.4.11"
@@ -872,6 +880,7 @@ name = "rust-whisper-baked"
version = "0.1.0"
dependencies = [
"clap",
"listen-lib",
"rust-whisper-baked-lib",
"rust-whisper-lib",
]
@@ -890,8 +899,6 @@ dependencies = [
"byteorder",
"chrono",
"clap",
"cpal",
"signal-hook",
"tokio",
"wav",
"whisper-rs",