Skip to content
Snippets Groups Projects
Select Git revision
  • 0cfb10268384ba9d609289a7b6867738ff4068f8
  • main default protected
  • tags/misc
  • tags/version-0.5r2
  • tags/version-0.6
  • tags/version-0.4
  • tags/version-0.5r1
  • tags/libxaal_v01
  • tags/generic-feedback-renderer_complexAPI
  • tags/testing-libsodium
  • tags/testing-nettle
  • tags/testing_ajax
  • tags/testing_clearsilver
  • tags/testing_jansson
  • tags/testing_jsmn
  • tags/testing_json-c
16 results

tts

user avatar
clohr authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/branches/version-0.7@2408 b32b6428-25c9-4566-ad07-03861ab6144f
0cfb1026
History
# A Text-To-Speech xAAL device

This xAAL device implements the tts.basic schema.
It wait for "say" requests and forwards the message to pico2wave+aplay (using a temporary wav file)
Debian packages: libttspico-utils alsa-utils

In the "say" request:
- field "msg" is mandatory
- field "lang" is optionnal (default: "en-EN")
- field "voice" is not implemented