ardaku / wavy

Asynchronous cross-platform real-time audio recording & playback.
https://docs.rs/crate/wavy/latest
Apache License 2.0
84 stars 4 forks source link

Update twang requirement from 0.7 to 0.9 #48

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on twang to permit the latest version.

Changelog

Sourced from twang's changelog.

[0.9.0] - 2022-10-23

Changed

  • Bump MSRV to 1.60.0
  • Documentation improvements

[0.8.0] - 2022-02-03

Added

  • no-std support
  • ops module for auditory effects previously provided by Signal
  • osc module for basic oscillators previously provided by Signal
  • Synth::stream() (needed now that the Stream trait is gone)

Changed

  • Update to fon version 0.6
  • Move Pink to noise::Pink
  • Move White to noise::White
  • Rename Pink::noise() to Pink::step()
  • Rename White::noise() to Pink::step()
  • Move Room to ops::Room
  • Rename Room::gen() to Room::step()
  • Room::add() now takes seconds instead of samples for time parameter

Removed

  • Signal - fon::Ch32 is now used instead
  • Mix trait, you can now use fon::Frame::pan() to mix instead
  • Synth::params()
  • Fc - no longer any global synthesis state

[0.7.0] - 2021-01-17

Changed

  • Update to fon version 0.5

[0.6.0] - 2020-12-30

Added

  • Synth now implements fon::Stream
  • Synth::params()

Changed

  • Synth::new now takes an additional parameter for parameterizing synthesis, and rather than taking a closure takes a function.
  • Update fon to version 0.4
  • Signal::to_mono() now always return Ch64 rather than being generic.

Removed

  • Synth::gen()

[0.5.0] - 2020-12-19

Changed

  • Update fon to version 0.3

... (truncated)

Commits
  • 00dfee3 Prepare new version release
  • b164f18 Add more WIP tutorial content
  • d79440f Add some content to the twang tutorial
  • d0a9014 Bump MSRV to 1.60.0
  • 7ce2477 Create mdbook tutorial
  • 7516644 Start experimenting with new SynthBuilder design
  • 91042e2 Add rust structs to represent schema
  • b3ce728 Change twang schema
  • fd5b411 First attempt at twang data-oriented format design.
  • 1031ea4 Add build.rs to Cargo.toml include
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)