remove dasp_sample, use Sample from symphonia instead
This commit is contained in:
parent
2d73ac2e4c
commit
2733cd9345
2 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,5 @@ infer = "0.16"
|
|||
thiserror = "2.0"
|
||||
derive-new = "0.7"
|
||||
strum = { version = "0.26", features = ["derive"] }
|
||||
dasp_sample = "0.11.0"
|
||||
derive_wrapper = "0.1"
|
||||
symphonia = { version = "0.5.4", features = ["all"] }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pub use dasp_sample::Sample;
|
||||
pub use symphonia::core::sample::Sample;
|
||||
mod raw;
|
||||
pub use raw::RawSamples;
|
||||
mod simphonia;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue