flutter_tts_tvos 0.0.1 copy "flutter_tts_tvos: ^0.0.1" to clipboard
flutter_tts_tvos: ^0.0.1 copied to clipboard

tvOS (Apple TV) implementation of the flutter_tts Flutter plugin, provided by flutter-tvos.

0.0.1 #

Initial release — tvOS implementation of flutter_tts for flutter-tvos. Ported from flutter_tts and hand-finished for tvOS.

  • Supported: speak / stop / pause, setLanguage, setVoice, setSpeechRate, setVolume, setPitch, getLanguages, getVoices, awaitSpeakCompletionAVSpeechSynthesizer is available on tvOS.
  • Differs from iOS: AVAudioSession category options that don't exist on tvOS (allowBluetooth, allowBluetoothA2DP, defaultToSpeaker) are accepted but have no effect — speech plays via the default HDMI / AirPlay route. No silent-switch / earpiece concept on tvOS.
  • Not supported on tvOS: audio-routing category options (not applicable on an Apple TV).

See README.md and PORTING_REPORT.md for detail.

0
likes
140
points
48
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the flutter_tts Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_tts_tvos

Packages that implement flutter_tts_tvos