voice_activity_detector: 0.0.2 -> 0.0.3 (⚠️ API breaking changes)
⚠️ voice_activity_detector breaking changes
--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---
Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/derive_trait_impl_removed.ron
Failed in:
type LabeledAudio no longer derives Copy, in /tmp/.tmpW8mNA9/voice_activity_detector/src/label.rs:5
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/inherent_method_missing.ron
Failed in:
VoiceActivityDetector::try_with_sample_rate, previously in file /tmp/.tmpm78W1H/voice_activity_detector/src/vad.rs:19
VoiceActivityDetector::with_session, previously in file /tmp/.tmpm78W1H/voice_activity_detector/src/vad.rs:45
VoiceActivityDetector::predict_array, previously in file /tmp/.tmpm78W1H/voice_activity_detector/src/vad.rs:116
Changelog
## [0.0.3](https://github.com/nkeenan38/voice_activity_detector/compare/v0.0.2...v0.0.3) - 2024-04-03
### Added
- remove const generic chunk size; add vad builder ([#12](https://github.com/nkeenan38/voice_activity_detector/pull/12))
### Other
- *(deps)* bump tokio from 1.36.0 to 1.37.0 ([#7](https://github.com/nkeenan38/voice_activity_detector/pull/7))
🤖 New release
voice_activity_detector
: 0.0.2 -> 0.0.3 (⚠️ API breaking changes)⚠️
voice_activity_detector
breaking changesChangelog
This PR was generated with release-plz.