dart_piper_tts 0.2.5 copy "dart_piper_tts: ^0.2.5" to clipboard
dart_piper_tts: ^0.2.5 copied to clipboard

TTS in Dart using Piper TTS models + audio player in one package.

0.2.5 #

  • Re-fix? dangling callback during flutter dev hot restart

0.2.4 #

  • Fix possible no no-op init

0.2.3 #

  • Fix audio playback bleeding issue on the case of "speak" -> "stop" -> "speak"

0.2.2 #

  • Fix build fail on android 10 and probably other versions
  • Improve pause/stop latency

0.2.1 #

  • Missing phonemizer model

0.2.0 #

  • use opaque pointers, so rust object will be released as well when the dart container class is disposed
  • use streamController for managing completion, preventing dangling completers
  • re-factor phonemizer, now with more options (neural and dict based, and their offspring)
  • include phonemizer model within the rust asset, so dart package no longer need to provide the model and flutter package no longer include it in flutter asset
  • support common punctuations

0.1.0 #

  • Disable building native assets for intel mac target
  • Migrate phonemizer from espeak derivative to neural based to avoid dealing with GPL3 license
  • Expose speakFromPhonemes

0.0.1 #

  • Initial release (play, pause, resume, stop)
0
likes
150
points
516
downloads

Documentation

API reference

Publisher

verified publisherkucingtelon.com

Weekly Downloads

TTS in Dart using Piper TTS models + audio player in one package.

Repository (GitHub)
View/report issues

Topics

#tts #audio #dart

License

MIT (license)

Dependencies

code_assets, ffi, hooks, native_toolchain_rust

More

Packages that depend on dart_piper_tts