Releases: chengsokdara/use-whisper
Releases · chengsokdara/use-whisper
v0.2.0
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
Full Changelog: v0.1.2...v0.2.0
v0.1.2
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
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
What's Changed
- Add Real-Time transcription support by @chengsokdara in #6
[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
[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
What's Changed
- add autoTranscribe config by @chengsokdara in #2
- add onTranscribe callback and whisperConfig by @chengsokdara in #3
New Contributors
- @chengsokdara made their first contribution in #2
Full Changelog: v0.0.10...v0.0.11
v0.0.10
[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