diff --git a/Cargo.lock b/Cargo.lock index beb3927..f3cb8a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,7 +1272,8 @@ dependencies = [ [[package]] name = "soundfont" version = "0.0.3" -source = "git+https://github.com/PolyMeilex/OxiSynth?tag=0.0.5#c2e95ab7156f0be617b0aa960ab3d049c84b2530" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88f3c4ee9be1386dc5d4f33fb1df6f813eb2f49510cb24e8bfd30784f4853fce" dependencies = [ "riff", ] diff --git a/soundfonts/Cargo.toml b/soundfonts/Cargo.toml index 1f24ca2..d60dc3d 100644 --- a/soundfonts/Cargo.toml +++ b/soundfonts/Cargo.toml @@ -19,5 +19,5 @@ lazy-regex = "3.2.0" regex-bnf = "0.1.2" simdeez = "2.0.0-dev3" thiserror = "1.0.63" -soundfont = { git = "https://github.com/PolyMeilex/OxiSynth", tag = "0.0.5" } +soundfont = "0.0.3" rubato = "0.15.0"