From 476a7618907a9d21671b47d01f9d54446656706f Mon Sep 17 00:00:00 2001 From: MyBlackMIDIScore Date: Thu, 22 Aug 2024 15:36:42 +0300 Subject: [PATCH] Revert "Fix SF2 sample length errors (#87)" This reverts commit 3cc3eb18494ad2a156476e13cf2b47007f5df6b8. --- Cargo.lock | 3 ++- soundfonts/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72b7563..fb4d52b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1319,7 +1319,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"