Skip to content

Commit

Permalink
feat(analyer): Add support for audio analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Oct 5, 2024
1 parent e2f3052 commit 2eaabee
Show file tree
Hide file tree
Showing 9 changed files with 953 additions and 1 deletion.
234 changes: 234 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ simplelog = "0.12.2"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"
itertools = "0.13.0"
symphonia = "0.5.4"
rusty-chromaprint = "0.2.0"
base64 = "0.22.1"
float_eq = "1"

[dev-dependencies]
float_eq = "1"
paste = "1"

[features]
Expand Down
Loading

0 comments on commit 2eaabee

Please sign in to comment.