Skip to content

Releases: chengsokdara/use-whisper

v0.2.0

18 Mar 13:14
Compare
Choose a tag to compare

Added

  • lamejs as new dependency

Changed

  • audio recorded from microphone will be in lossless .wav format and will be converted to mp3 for cross-browser suppport
  • recorded mp3 be optimized for speech with bitrate of 96k and sample rate of 44.1k

Fixed

  • audio will be in mp3 format across all major browsers like Chrome, Safari, Firefox, Edge. #13 #10

Full Changelog: v0.1.2...v0.2.0

v0.1.2

15 Mar 07:41
Compare
Choose a tag to compare

Added

  • add missing mode to onWhispered dependency list

Changed

  • remove excessive use of useCallback

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Mar 05:51
Compare
Choose a tag to compare

Added

  • add mode option for Whisper API, choose either transcriptions or translations
    (currently only support translation to English)

Changed

  • default timeSlice from 2000ms to 1000ms

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Mar 04:54
Compare
Choose a tag to compare

What's Changed

[0.1.0] - 2023-03-11

Added

  • streaming option for real-time trascription
  • timeSlice option to control onDataAvailable event
  • onDataAvaiable option for getting recorded blob in interval based on timeSlice

Changed

  • recording in higher audio quality to help Whisper in transcription

Removed

  • customServer option, deprecated since 0.0.11

Full Changelog: v0.0.12...v0.1.0

v0.0.12

09 Mar 08:40
Compare
Choose a tag to compare

[0.0.12] - 2023-03-09

Changed

  • autoTranscribe default to true
  • update examples in README.md

Full Changelog: v0.0.11...v0.0.12

v0.0.11

08 Mar 16:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

08 Mar 09:29
Compare
Choose a tag to compare

[0.0.10] - 2023-03-08

Added

  • this changelog file
  • comments to every functions and variables
  • @chengsokdara/react-hooks-async for useCallbackAsync and useEffectAsync
  • add Github Actions CI/CD

Fixed

  • now will not send audio to Whisper if converted mp3 audio is empty

Changed

  • transcripting state changed to transcribing to make it a valid word
  • move constants string to configs.ts

Removed

  • hooks directory, now use @chengsokdara/react-hooks-async package instead
  • remove console.log from distribution build

Full Changelog: v0.0.9...v0.0.10