nkeenan38 / voice_activity_detector

A Voice Activity Detector rust library using the Silero VAD model.
https://crates.io/crates/voice_activity_detector
MIT License
26 stars 6 forks source link

chore: release v0.0.3 #10

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

🤖 New release

⚠️ 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))


This PR was generated with release-plz.