Skip to content

Releases: mybigday/whisper.rn

Release 0.3.7

23 Sep 07:12
Compare
Choose a tag to compare

0.3.7 (2023-09-23)

Bug Fixes

Features

  • android: allow saving recorded audio as wav on startRealtimeTranscribe (#128) (61f01e7) (@JEF1056)
  • implement VAD on realtime transcription (#129) (965409d)
  • ios: add option to saving recorded audio as wav on startRealtimeTranscribe (#132) (fe8216c)

Release 0.3.6

07 Sep 06:05
Compare
Choose a tag to compare

0.3.6 (2023-09-07)

Bug Fixes

  • wait queue/task finished on stopTranscribe (#119) (ec68cba)

Release 0.3.5

05 Sep 02:54
Compare
Choose a tag to compare

0.3.5 (2023-09-05)

Bug Fixes

  • ios: recording not stop on abort (589da4a)

Features

Release 0.3.4

22 Aug 01:51
Compare
Choose a tag to compare

0.3.4 (2023-08-22)

Bug Fixes

  • ts: split TranscribeFileNativeOptions (ce1dbcb)

Release 0.3.3

10 Aug 23:48
Compare
Choose a tag to compare

0.3.3 (2023-08-10)

Bug Fixes

  • add prefix to avoid redef with other libraries using ggml (#98) (694ed41)

Release 0.3.2

10 Aug 06:55
Compare
Choose a tag to compare

0.3.2 (2023-08-10)

Bug Fixes

  • ts: last progress event possibly not trigger (0342dc1)

Features

  • add isAborted field on transcribe result (067ba10)

Release 0.3.1

08 Aug 07:55
Compare
Choose a tag to compare

0.3.1 (2023-08-08)

Features

Release 0.3.0

16 Jul 22:21
Compare
Choose a tag to compare

0.3.0 (2023-07-16)

This release introduces Core ML support for iOS, please read Core ML support in README for more details.

Features

  • cpp: bump whsiper.cpp to latest commit (#85) (5974a53)
  • ios: always use optimizations on debug mode (bc04050)

Release 0.3.0-rc.7

15 Jul 23:56
Compare
Choose a tag to compare
Release 0.3.0-rc.7 Pre-release
Pre-release

0.3.0-rc.7 (2023-07-15)

This pre-release introduces Core ML support for iOS, please read Core ML support in README for more details.

Bug Fixes

  • example: update model url (f9754b6)

Features

  • android: always use optimizations on debug mode (#84) (7f1338c)
  • example, ios: use hosted Core ML model (#82) (5b18f25)

Release 0.3.0-rc.6

15 Jul 01:02
Compare
Choose a tag to compare
Release 0.3.0-rc.6 Pre-release
Pre-release

0.3.0-rc.6 (2023-07-15)

This pre-release introduces Core ML support for iOS, please read Core ML support in README for more details.

Bug Fixes

  • ios: reload crash on main queue setup (748cbc3)

Features