Skip to content

Commit

Permalink
Adds new endpoint to generate audio waveforms
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Sep 2, 2024
1 parent f4b0cb9 commit 9a30065
Show file tree
Hide file tree
Showing 12 changed files with 562 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ TestConfig.toml
polaris.log
polaris.pid
profile.json
/peaks
/thumbnails

# Release process artifacts (usually runs on CI)
Expand Down
261 changes: 261 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ serde = { version = "1.0.147", features = ["derive"] }
serde_derive = "1.0.147"
serde_json = "1.0.122"
simplelog = "0.12.2"
symphonia = { version = "0.5.4", features = [
"all-codecs",
"all-formats",
"opt-simd",
] }
tinyvec = { version = "1.8.0", features = ["serde"] }
thiserror = "1.0.62"
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
Expand Down
Loading

0 comments on commit 9a30065

Please sign in to comment.