Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 15-Dec-2024 | - | 600 | 363 | ||
src/com/android/car/ | 15-Dec-2024 | - | 4,323 | 2,950 | ||
Android.bp | D | 15-Dec-2024 | 1.2 KiB | 59 | 47 | |
AndroidManifest.xml | D | 15-Dec-2024 | 4.6 KiB | 106 | 79 | |
README.md | D | 15-Dec-2024 | 592 | 10 | 7 |
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