Skip to content

Commit

Permalink
Bump and edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiPerttu committed Oct 4, 2024
1 parent 75863b9 commit 489905e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ edition = "2021"
numeric-array = { version = "0.6.1", default-features = false }
dyn-clone = "1.0.17"
libm = "0.2.8"
wide = { version = "0.7.26", default-features = false }
wide = { version = "0.7.28", default-features = false }
num-complex = { version = "0.4.6", default-features = false, features = ["libm"] }
tinyvec = { version = "1.8.0", features = ["alloc"] }
hashbrown = "0.14.5"
hashbrown = "0.15.0"
microfft = { version = "0.6.0", features = ["size-32768"] }
funutd = { version = "0.16.0", default-features = false }
thingbuf = { version = "0.1.6", default-features = false, features = ["alloc"] }
once_cell = { version = "1.19.0", default-features = false, features = ["race", "alloc"] }
once_cell = { version = "1.20.1", default-features = false, features = ["race", "alloc"] }
symphonia = { version = "0.5.4", optional = true, features = ["all"] }

[dev-dependencies]
anyhow = "1.0.87"
anyhow = "1.0.89"
criterion = "0.5.1"
cpal = "0.15.3"
assert_no_alloc = "1.1.2"
eframe = "0.28.1"
eframe = "0.29.1"
plotters = "0.3.7"
midi-msg = "0.5.0"
midir = "0.9.1"
Expand Down
1 change: 0 additions & 1 deletion FUTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ This is a list of feature ideas for the future.
- Make a more flexible node replacement method for `Net` where the number of inputs and outputs could be changed.
- Text-to-speech engine.
- Resampler with sinc interpolation.
- Ring buffer component for transporting audio data from another thread.
- Support feedback loops in `Net`.
- Looping in `Sequencer`.

0 comments on commit 489905e

Please sign in to comment.