jamsch / expo-speech-recognition

Speech Recognition for React Native Expo projects
MIT License
128 stars 11 forks source link

Separate microphone and recognizer permissions #55

Closed msschwartz closed 6 days ago

msschwartz commented 1 week ago

When using on-device recognition, the device does not need speech recognizer permissions. By separating the permission checking we can avoid showing the following message to users:

Speech data from this app will be sent to Apple to process your requests. This will also help Apple improve its speech recognition technology.

This message is misleading since data is NOT sent to Apple when using on-device. Many users prefer to keep their data private for apps with sensitive data.

If this is something we should move forward with, we'll need to update web and Android code.

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: eb14871ec893d3504a22b03087a044351fd6723f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR