Skip to content

Releases: mybigday/whisper.rn

Release 0.4.0-rc.8

24 Jan 01:46
Compare
Choose a tag to compare
Release 0.4.0-rc.8 Pre-release
Pre-release

0.4.0-rc.8 (2024-01-24)

Bug Fixes

  • ios: sliceNSamples not reseted on prepare (ce1dae7)

Features

Release 0.4.0-rc.7

17 Jan 03:44
Compare
Choose a tag to compare
Release 0.4.0-rc.7 Pre-release
Pre-release

0.4.0-rc.7 (2024-01-17)

Bug Fixes

  • android: use THREAD_POOL_EXECUTOR (1421c55)
  • cpp: possible deref fail in vad_simple (8efd9c9)
  • ios: missing job assign in transcribeFile (d1541ae)

Release 0.4.0-rc.6

15 Dec 00:58
Compare
Choose a tag to compare
Release 0.4.0-rc.6 Pre-release
Pre-release

0.4.0-rc.6 (2023-12-15)

Bug Fixes

  • ios: copy language / initial_prompt utf8string (8204827)

Features

Release 0.4.0-rc.5

09 Dec 03:56
Compare
Choose a tag to compare
Release 0.4.0-rc.5 Pre-release
Pre-release

0.4.0-rc.5 (2023-12-09)

Bug Fixes

  • cpp: rename quantize / dequantize to avoid redefinition with llama.rn (3c74201)
  • ios: use calloc in wsp_ggml_metal_init during ARC enabled (4a38f56)

Features

Release 0.4.0-rc.4

08 Nov 00:30
Compare
Choose a tag to compare
Release 0.4.0-rc.4 Pre-release
Pre-release

0.4.0-rc.4 (2023-11-08)

Bug Fixes

  • avoid last result on abort realtime transcription (58c4c96)
  • rename metal resource & gguf_ defs for avoid conflit with llama.rn (d45e235)

Features

  • sync whisper.cpp and enable metal on ios (#154) (aa2effb)

Release 0.4.0-rc.1

12 Oct 04:33
Compare
Choose a tag to compare
Release 0.4.0-rc.1 Pre-release
Pre-release

0.4.0-rc.1 (2023-10-12)

Features

  • ios: make option for enable/disable Core ML (#145) (66e9a0c)

Release 0.4.0-rc.0

11 Oct 01:52
Compare
Choose a tag to compare
Release 0.4.0-rc.0 Pre-release
Pre-release

0.4.0-rc.0 (2023-10-11)

Features

  • add new abort callback for stop transcribe (#143) (f044d6b)
  • ios: add RNWHISPER_ENABLE_METAL env in podspec (34fe9a6)
  • sync whisper.cpp (enable ggml-alloc) (#123) (8a58082)

Release 0.3.9

03 Oct 01:41
Compare
Choose a tag to compare

0.3.9 (2023-10-03)

Bug Fixes

  • jest: add missing methods to mock (2854265)
  • tvos: category DefaultToSpeaker / AllowBluetooth not available (a66e51a)

Release 0.3.8

02 Oct 02:29
Compare
Choose a tag to compare

0.3.8 (2023-10-02)

Features

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)