• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/15-Dec-2024-600363

src/com/android/car/15-Dec-2024-4,3232,950

Android.bpD15-Dec-20241.2 KiB5947

AndroidManifest.xmlD15-Dec-20244.6 KiB10679

README.mdD15-Dec-2024592 107

README.md

1# Android Automotive VoiceControl reference application
2
3This is a sample voice assistant application that exemplifies how different voice control
4applications can interact with the operating system to implement a set of core
5voice-enabled experiences.
6
7The application requires that the system has an implementation of a
8[text-to-speech engine](https://developer.android.com/reference/android/speech/tts/TextToSpeechService)
9 set as the system's default text-to-speech engine ([TTS_DEFAULT_SYNTH](https://developer.android.com/reference/android/provider/Settings.Secure#TTS_DEFAULT_SYNTH)).
10