Skip to content

Release 0.2.0 (03-03-2026)

Choose a tag to compare

@NotGeorgeMessier NotGeorgeMessier released this 03 Mar 06:39
· 52 commits to main since this release

Massive improvements for iOS and few quality-of-life features

🔥 Newest advanced SpeechAnalyzer and SpeechTranscriber for iOS 26+ (with fallback to legacy SFSpeechRecognition for older versions)

  • First real-time implementation in React Native libraries
  • Significantly improved normal conversation recognition
  • Punctuation
  • Number recognition
  • Mask offensive word flag now works on iOS as well

✨ Features:

  • Voice Input Volume - added normalized value 0..1.
    Easy to use in UI animations
  • Static method getIsActive() - call from wherever you want
  • Haptic Feedback now by default - quality isn't optional, it's default

🐛 Bug Fixes:

  • Incorrect types
  • Few issues with consecutive duplicate-word filtering