-
Notifications
You must be signed in to change notification settings - Fork 168
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
Wave is not visible on iOS #60
Comments
Hej! Does the same page correctly renders on Desktop instead? |
Hey It works perfectly in the desktop. It also works without problems under android. on the iphone or ipad only the grey div and the stitch are displayed. but no waves. for better understanding, here are my code blocks (sorry for the bad format):
`public styleVoiceVisualization(siriWave:SiriWave, stream:MediaStream, context) {
}` |
hey, sorry I found out it's not a problem with the Siri wave but maybe someone can help me anyway. (if not just close the issue :( ) I think it's because I want to use the MediaStream in two functions. Since Apple doesn't allow this, they mute the "first" stream and that is my processing of the SiriWave. Then the stream is sent to Watson Speech to Text. This is then the 2nd stream which is then marked as active and why the first is muted. So it's an Apple thing, but maybe someone has an idea how I can combine the two? Thank you very much, cheers Saintenr |
thanks for sharing this! |
Hello kopiro and team,
First of all, i would like to say thank you for setting up such a great project.
Good work. I'm already looking forward to the new version.
Unfortunately, I have the problem that on iOS devices (no matter which browser is used) the siri wave is not displayed. The div is rendered, but the line does not move.
I also don't get any errors in the developer console.
Any idea what this could be?
The text was updated successfully, but these errors were encountered: