tree: 3c0eb8df6934a60c3e48413ba473db32de081f93 [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. chrome_tts.h
  4. constants.cc
  5. constants.h
  6. DEPS
  7. DIR_METADATA
  8. google_tts_stream.cc
  9. google_tts_stream.h
  10. OWNERS
  11. playback_tts_stream.cc
  12. playback_tts_stream.h
  13. README.md
  14. tts_player.cc
  15. tts_player.h
  16. tts_sandbox_hook.cc
  17. tts_sandbox_hook.h
  18. tts_service.cc
  19. tts_service.h
  20. tts_service_unittest.cc
chromeos/services/tts/README.md

TtsService and TtsClient provide a private api to communicate with the text-to-speech engine in Chrome OS.

The TtsClient remote lives in an extension which can be found in the Chrome OS repository at: third_party/chromiumos-overlay/app-accessibility/googletts/

The TtsService runs in a sandboxed process running the native engine (in the form of a shared object).