microg / microg/GmsCore

TTS support

Open
#1,553 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
14.6k
Forks
3.2k
Avg merge
12d 11h
Merged PRs (30d)
4

Description

Is your feature request related to a problem? Please describe.
I am unsure if microG supports this, but, I'm trying to use TTS (Recognizer Intent.ACTION_RECOGNIZE_SPEECH), but i get this warning in logs system_process W/VoiceInteractionManagerService: no available voice recognition services found for user 0. I'm using this really simple example from Google and with it, RecognizerIntent.getVoiceDetailsIntent(Activity.this); returns null.

Describe the solution you'd like
Anything that microG can do to help support this

Describe alternatives you've considered
There are no alternatives

Additional context
Note that I've successfully setup microG (am building AOSP and included microG), if there's a need to change something else on the framework... that could be done aswell.
RecognizerIntent

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with the linked Android VoiceRecognition.java sample and review the RecognizerIntent documentation. Trace how the framework and microG handle ACTION_RECOGNIZE_SPEECH, the missing voice recognition service warning, and the null voice-details result. Done means the sample has an available voice recognition service and getVoiceDetailsIntent returns a supported result.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.