stts 1.2.6
stts: ^1.2.6 copied to clipboard
Speech-to-Text and Text-to-Speech plugin. Offline first.
1.2.6 #
- fix(Android): Check if on device recognition is available before creating.
1.2.5 #
- fix(Android/STT): Improve compatibility with older APIs/devices and offline mode.
- chore(Android): compileSdk 36 / kotlin 2.2.
1.2.4 #
- fix(Android/STT): Offline/online behaviour consistency (and truncated detection).
1.2.3 #
- fix(iOS/macOS/TTS): Event firing regression.
1.2.2 #
- fix(iOS/macOS/TTS): Event firing regression.
1.2.1 #
- fix(iOS/macOS/TTS): Event firing regression.
1.2.0 #
- feat(STT): Allow online usage.
- fix(iOS/macOS): compilation issue under some circumstances.
- fix(iOS/macOS/TTS): Event firing when stressing the plugin.
- fix(iOS/macOS/TTS): Stay away from UI thread.
1.1.2 #
- fix(iOS/macOS/TTS): Event firing when stressing the plugin.
1.1.1 #
- fix(iOS/macOS/TTS): Event firing when stressing the plugin.
1.1.0 #
- feat(TTS): Add queue flush option.
- feat(TTS): Add pre/post silence delay option.
- fix(Android/STT): Increase delay by 100ms for
muteSystemSounds
. Ends of sounds were sometimes hearable.
1.0.2 #
- fix(iOS/macOS/STT): Properly initialize default language.
1.0.1 #
- fix(Android/TTS): Double implicit cast error.
- fix(iOS/TTS): Crash when setting voice.
- fix(macOS/TTS): Crash when setting voice.
1.0.0 #
- feat(iOS/STT): Add audio session management.
- fix(Windows): Throw
PlatformException
on error. - fix(Android/STT): Code cleanup with some improvement.
- fix(iOS/macOS): Small code fixes/improvements.
0.9.1 #
- feat(Android/STT): Add
muteSystemSounds
to mute default system beep sounds. - feat(STT): Add recognition options.
0.9.0 #
- Supports all platforms but linux.
- Beta stage.