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

Releases: rtkay123/ds-transcriber

v1.0.0

05 Mar 10:20
5469056
Compare
Choose a tag to compare
  • 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

v1.0.0-beta

03 Mar 00:15
d4873f9
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release
  • Public API changes:

    • Derive Default, Clone, Copy for StreamSettings
    • 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
    • Change module visibility for functionality that's internal 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
  • Adds documentation

v0.1.3

31 May 18:33
Compare
Choose a tag to compare

Allows for Model and StreamSettings reuse

v0.1.2

30 May 20:06
Compare
Choose a tag to compare

Reset the pause length if speech is detected before pause length is exceeded