you-apps / TranslateYou

Privacy focused translator app built with MD3
https://you-apps.net
GNU General Public License v3.0
986 stars 45 forks source link

Microphone permissions #443

Closed popogomo closed 4 months ago

popogomo commented 4 months ago

Steps to reproduce

Apologise for opening 2 issues at once.

What's the purpose of Microphone permissions if there is nothing in the UI to press and speak? My understanding is that this is required when the app has an ability to listen to speech and translate but there is no button for it in the UI.

Expected behavior

There should be a button for it, or the permission needs to be removed.

Actual behavior

No UI button and nothing in the settings indicating the need of Microphone permissons

Translate You version

10.0

Android version

12

Other details

No response

Acknowledgements

Bnyro commented 4 months ago

What's the purpose of Microphone permissions if there is nothing in the UI to press and speak?

The button only shows if your device has a Speech To Text service installed, either Google or other third party speech to text services supporting Android's STT Intent api, e.g. https://github.com/you-apps/TranslateYou/issues/421.

popogomo commented 4 months ago

Thanks, makes sense!