Skip to content

Commit

Permalink
Merge pull request #19 from edgenai/refactor/whisper-endpoint
Browse files Browse the repository at this point in the history
Refactor/whisper endpoint
  • Loading branch information
pedro-devv authored Feb 5, 2024
2 parents 68470e6 + e376066 commit 4f2a901
Show file tree
Hide file tree
Showing 13 changed files with 528 additions and 1,158 deletions.
131 changes: 43 additions & 88 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/edgen_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ edgen_async_compat = { path = "../edgen_async_compat", features = ["runtime-toki
notify = { workspace = true }
num_cpus = { workspace = true }
once_cell = { workspace = true }
rubato = "0.14.1"
serde = { workspace = true, features = ["derive"] }
serde_yaml = { workspace = true }
smol = { workspace = true }
symphonia = { version = "0.5.3", features = ["all-codecs", "all-formats"] }
time = { workspace = true }
tracing = { workspace = true }
futures = { workspace = true }
Expand Down
Loading

0 comments on commit 4f2a901

Please sign in to comment.