Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@rtkay123 rtkay123 released this 05 Mar 10:20
· 4 commits to master since this release
5469056
  • Derive Default, Clone, Copy for StreamSettings
  • Add Debug implementations for all public types
  • Error unwinding - transcribe() now returns Result<T,E> instead of Option<T>
  • transcribe() now accepts StreamSettings and &mut Model
  • Replace DeepSpeechModel::instantiate_from() method with instance_model() function
  • Directly specify paths of model file and (optional) scorer instead of searching a specified directory
  • Encapsulate internal modules intended for internal use (only)
  • Denoising is now activated through a cargo feature with the name denoise
  • Bug fix - infinite recursion on non-mono input devices bc85b1a
  • Adds logging
  • Adds a basic transcription example
  • Bumps Rust edition to 2021 272c612
  • nnnoiseless (denoise) has been reexported fa29913
  • deepspeech-rs has been reexported fa29913

What's Changed

  • Fix: Infinite loop on channel configuration by @kawaki-san in #5
  • v1.0.0-beta by @kawaki-san in #6
  • v1.0.0 by @kawaki-san in #7

Full Changelog: v0.1.3...v1.0.0