add changes from whisper.cpp update

This commit is contained in:
Zero 2023-04-17 17:57:00 -06:00
parent 7c78c128a1
commit 13d44e5881
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
9 changed files with 536 additions and 140 deletions

View file

@ -15,6 +15,7 @@ repository = "https://github.com/tazz4843/whisper-rs"
[dependencies]
whisper-rs-sys = { path = "sys", version = "0.4" }
dashmap = "5"
[dev-dependencies]
hound = "3.5.0"