Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Releases: shirayu/whispering

v0.6.6

06 Jan 16:30
Compare
Choose a tag to compare
  • Updated messages

v0.6.5

07 Dec 11:18
Compare
Choose a tag to compare
  • Updated whisper

v0.6.4

08 Nov 14:46
Compare
Choose a tag to compare

New features

  • Add --frame option to change the number of minimum frames of mel spectrogram input for Whisper (default: 3000. i.e. 30 seconds)

v0.6.3

21 Oct 13:23
Compare
Choose a tag to compare

v0.6.2

17 Oct 13:13
Compare
Choose a tag to compare

New features

  • Add data_type in class Context for websocket (#36)

v0.6.1

17 Oct 12:36
Compare
Choose a tag to compare

🔧 Bug fix

v0.6.0

15 Oct 06:07
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Removed --no-vad option and add --vad option to set threshold (86f38c6)
  • Removed --allow-padding and add --max_nospeech_skip option (Resolve #13)

Update

  • Document description of Parse interval

v0.5.1

12 Oct 02:34
Compare
Choose a tag to compare

New features

None

Changes

  • Installation
    • Set required poetry version explicitly (b12ca01)
  • Development
    • Fix codes for Windows (#18)

v0.5.0: Initial release

11 Oct 14:16
Compare
Choose a tag to compare

Set the tag to install easily the release version like this.

pip install -U git+https://github.com/shirayu/whispering.git@v0.5.0