As far as I can tell Google open sourced pico-tts so you are free to include it when you ship your product. I'm looking at a KitKat branch of AOSP and I see the language files are located in external/svox/pico/lang and there is a reference to them in the full_base.mk build file. The build script will copy the language files during the build to /system/tts/lang_pico
Jacob On Thursday, May 29, 2014 at 2:52:32 PM UTC-7, Android Newbie wrote: > > The TTS engine appears to get built in and working in our device, however > you need to manually download and install the voice data before using it. > > > I can't figure out the right (and legal!) way to include language file > with the shipping device. > > any pointers? > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
