-
Notifications
You must be signed in to change notification settings - Fork 156
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
Conflict between microphone and speaker on the IOS device. #61
Comments
Same problem here! |
@ak1394 @wenkesj I am seeing this as well. When playing audio, and simply running I am running IOS 11.2.5 Not sure where we want to keep this thread. Also have a comment here: react-native-voice/voice#75 Issue could have something to do with the new HomePod support they built in? For my case, I don't actually need both the audio and voice recognition to be happening at the sametime. If we introduced promises(await async) to this module that might solve the issue. That way I can wait on Thoughts? |
Guys, I'm not sure I can be much of help here, this seems like IOS issue? As of returning promises from speak(), for now you should be able to use events to wait for it to finish speaking. I have to document it but speak() returns an utteranceId and if you subscribe with |
Thanks @ak1394. That was helpful! Moving this conversation back over to react-native-voice for now. |
Hi guys, everything fine? |
This problem was resolved that topic: react-native-voice/voice#75 |
Were a pull requests ever done for tts and voice related to this issue? Looking at the commit logs I don't see it. If not, I'll do it, because the fork belonging to @dalinarkholin is not rn 0.56 compatible and I want to get this fix into an app that I'm working on. This issue caught be by surprise because I was testing in iPad and didn't see it (no ear speaker) and gave the app to a friend and he noticed on his iPhone. |
@jferas It was never merged. I didn't feel comfortable with the solution and Im pretty sure it could be resolved just on the react-native-voice package. You can see my solution in my commits here: |
@dalinarkholin Thanks!.. I saw your commits in react-native-voice and re-did them in a fork/branch from master that had the react native 0.56 support in it. Seems to be working fine in my app, so I did a pull request for it over in react-native-voice. Thanks for doing original legwork! Strange that we're posting about it here in react-native-tts but this is where the problem surfaced, and of course where I first went when I noticed it. |
In IOS when permission is granted to the microphone, the device's audio goes to the upper speaker and the sound becomes low because that speaker serves for the purpose of call. Please, anybody can help me?
The text was updated successfully, but these errors were encountered: