Skip to content

Commit

Permalink
WIP use audio crate's traits for generic input & output buffers
Browse files Browse the repository at this point in the history
Fixes #51
  • Loading branch information
Be committed Dec 11, 2022
1 parent b13befd commit a1608e5
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 323 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
audio = { git = "https://github.com/Be-ing/audio.git", branch = "range" }
log = { version = "0.4.14", optional = true }
realfft = "3.1.0"
num-complex = "0.4"
Expand Down

0 comments on commit a1608e5

Please sign in to comment.