Skip to content

Commit

Permalink
update savvy and implement try_seek
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Jun 14, 2024
1 parent 824dd0c commit 005b7da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions r-harmonium/src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ panic = "unwind" # otherwise savvy crashes R when panic.
# prevents package from thinking it's in the workspace.

[dependencies]
harmonium-core = { path = "../../../harmonium-core" }
harmonium-io = { path = "../../../harmonium-io" }
harmonium-resample = { path = "../../../harmonium-resample" }
harmonium-fft = { path = "../../../harmonium-fft" }
harmonium-window = { path = "../../../harmonium-window" }
#harmonium-core = { git = "https://github.com/daniellga/harmonium.git" }
#harmonium-io = { git = "https://github.com/daniellga/harmonium.git", features = ["all", "opt-simd"] }
#harmonium-resample = { git = "https://github.com/daniellga/harmonium.git" }
#harmonium-fft = { git = "https://github.com/daniellga/harmonium.git" }
#harmonium-window = { git = "https://github.com/daniellga/harmonium.git" }
#harmonium-core = { path = "../../../harmonium-core" }
#harmonium-io = { path = "../../../harmonium-io" }
#harmonium-resample = { path = "../../../harmonium-resample" }
#harmonium-fft = { path = "../../../harmonium-fft" }
#harmonium-window = { path = "../../../harmonium-window" }
harmonium-core = { git = "https://github.com/daniellga/harmonium.git" }
harmonium-io = { git = "https://github.com/daniellga/harmonium.git", features = ["all", "opt-simd"] }
harmonium-resample = { git = "https://github.com/daniellga/harmonium.git" }
harmonium-fft = { git = "https://github.com/daniellga/harmonium.git" }
harmonium-window = { git = "https://github.com/daniellga/harmonium.git" }
rubato = "0.15.0"
ndarray = "0.15.6"
num-complex = { version = "0.4" }
Expand Down

0 comments on commit 005b7da

Please sign in to comment.