Skip to content

Releases: reriiasu/speech-to-text

v0.4.1

23 Jul 14:27

Choose a tag to compare

New features:

  • Support "Faster Distil-Whisper" model.
  • Update faster-whisper requirement to include the latest version "1.0.3".
  • Updating packages.
  • Add run.bat for Windows.

v0.4.0

27 Nov 14:37

Choose a tag to compare

New features:

  • Support "large-v3" model.
  • Update faster-whisper requirement to include the latest version "0.10.0".

v0.3.6

01 Oct 14:32

Choose a tag to compare

New features:

  • Add feature where audio and word highlighting are synchronized.
  • Support for repetition_penalty and no_repeat_ngram_size in transcribe_settings.
  • updating packages.

v0.3.5

12 Jul 07:28

Choose a tag to compare

New features:

  • Add Text proofreading option via OpenAI API.
    Transcription results can be proofread.
  • Add non-speech threshold setting.
  • Add setting to include non-speech data in buffer.

v0.3.4

08 Jul 02:26

Choose a tag to compare

New features:

  • Add support for mp3, ogg, and other audio files.
    Depends on Soundfile support.

Other Changes:

  • fix: issue where transcription from audio file was not possible

v0.3.3

05 Jul 09:07

Choose a tag to compare

New features:

  • Add generate SRT files from transcription result

v0.3.2

02 Jul 21:21

Choose a tag to compare

New features:

  • Add Send transcription results from a WebSocket server to a WebSocket client.
    Example of use: Display subtitles in live streaming.

Other Changes:

  • Add loading state after initiating 'Start Transcription' and 'Stop Transcription'.

v0.3.1

30 Jun 00:06

Choose a tag to compare

This update add transcription from audio files.

New features:

  • Add transcription from audio files.(only wav format)

Other Changes:

  • Switching between real-time mode and audio mode is now possible.

v0.3.0

30 Jun 00:15

Choose a tag to compare

New features:

  • Add generate audio files from input sound.
    Create a wav file in the web folder.
  • Add synchronize audio files with transcription.