Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vision Glass] Voice button can be used for search and text input #1449

Merged
merged 3 commits into from
Jun 27, 2024

Commits on Jun 14, 2024

  1. [HVR] Move library implementations to separate packages

    Move the implementation of each system functionality to a separate
    package, so it is easier to integrate them in other flavours.
    felipeerias committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ecacb5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf0314 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. [Vision Glass] Voice button can be used for search and text input

    Set up the connection to the Huawei Speech Recognition service.
    
    The voice button on the phone UI will perform a search if the user
    is not currently writing on a text field (and therefore the keyboard
    is not visible).
    
    When the keyboard is visible, the voice button will capture text which
    will be entered into the text field that the user is editing.
    felipeerias committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ee8de41 View commit details
    Browse the repository at this point in the history