RU | EN

Voice Assistant

Application Description

Voice Assistant is aimed at demonstrating a technical implementation of Voice Assistant API integration. The application can expose all 8 currently available Voice Assistant interfaces:

  • Assist1
  • Cancel1
  • ContextManager1
  • GenericControls1
  • OpenFeature1
  • Pager1
  • RawASR1
  • Search1 It features visualization of the list of currently present interfaces and their states, as well as displays a log of events.

Contents

Compatibility

The project is compatible starting with Aurora OS Automotive version 5.2.0.* and higher.

Build Features

The project is built in the usual way using the Aurora SDK targeting Aurora OS Automotive.

Branch information

The application versions comply with the branch name convention

Installation and launch

The application is installed and launched according to the Example build instructions.

The application must have VoiceAssistantClient permissions to work. These permissions are set in the .desktop file.

Screenshots

screenshots

Project structure

The project has a standard structure of an application based on C++ and QML for Aurora OS.

  • The ru.auroraos.VADemoApp.pro file describes the application structure for the qmake build system.
  • The icons directory contains application icons for different screen resolutions.
  • The qml directory contains QML source code and user interface resources.
  • The cover directory contains application shell implementations.
  • The icons directory contains additional user interface icons.
  • The pages directory contains the application pages.
  • The VADemoApp.qml file implements the application window.
  • The rpm directory contains the rpm package build settings. The ru.auroraos.VADemoApp.spec file is used by the rpmbuild tool.
  • The src directory contains the C++ source code.
  • The main.cpp file is the application entry point.
  • The translations directory contains the user interface translation files.
  • The ru.auroraos.VADemoApp.desktop file defines the display and launch parameters of the application.

Terms of Use and Contribution to Development

The source code of the project is provided under a license, which allows its use in third-party applications.

The Contributor Agreement regulates the rights granted by the participants of the Open Mobile Platform company.

Information about the participants is specified in the AUTHORS file.

Code of Conduct is the current set of rules of the Open Mobile Platform company, which informs about the expectations for interaction between community members when communicating and working on projects.