Update audio utilities
This commit is contained in:
parent
9861dfdb93
commit
f3b155c44f
4 changed files with 110 additions and 21 deletions
|
|
@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
|
|||
|
||||
[package]
|
||||
name = "whisper-rs"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
description = "Rust bindings for whisper.cpp"
|
||||
license = "Unlicense"
|
||||
|
|
@ -18,6 +18,7 @@ whisper-rs-sys = { path = "sys", version = "0.8" }
|
|||
|
||||
[dev-dependencies]
|
||||
hound = "3.5.0"
|
||||
rand = "0.8.4"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue