Skip to content

Commit

Permalink
Add audio transcribing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmweis committed Nov 6, 2023
1 parent d862e81 commit de98b79
Show file tree
Hide file tree
Showing 7 changed files with 250 additions and 20 deletions.
96 changes: 80 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ thiserror = "1.0"
walkdir = "2.3.3"
bytes = "1.4"
reqwest = {version = "0.11", features = ["json"]}
tempdir = "0.3.7"

# async
futures = "0.3"
Expand Down Expand Up @@ -88,7 +89,7 @@ serde_yaml = "0.9.25"
toml = "0.7.6"
schemars = "0.8.12"
cobs-rs = "1.1.1"

base64 = "0.21.0"

# other projects
azure_tts = {git = "https://github.com/dmweis/azure_tts", branch = "main", optional = true}
Expand Down
Loading

0 comments on commit de98b79

Please sign in to comment.