You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I'm integrating this component into an Ionic app.
Everything works well except that when using mp3 encoding, the waveform (or soundbars, it doesn't matter) is not visible in iOS Safari.
Works in all other cases I tested (Chrome on Ubuntu/Mac, Chrome on Android, Safari on Mac).
Anyone encountered this problem?
I was also thinking to develop a custom animation (e.g. a simple meter) but I can't figure out how to access buffer data from the ReactMic component.
Any ideas?
Thanks in advance.
Francesco
The text was updated successfully, but these errors were encountered:
I took a further look into the bug.
Seems that in iOS Safari the data got from the analyzerNode is is always an array of 128 values (with the analyser.getByteTimeDomainData method used in Visualizer.js).
Hi everyone,
I'm integrating this component into an Ionic app.
Everything works well except that when using mp3 encoding, the waveform (or soundbars, it doesn't matter) is not visible in iOS Safari.
Works in all other cases I tested (Chrome on Ubuntu/Mac, Chrome on Android, Safari on Mac).
Anyone encountered this problem?
I was also thinking to develop a custom animation (e.g. a simple meter) but I can't figure out how to access buffer data from the ReactMic component.
Any ideas?
Thanks in advance.
Francesco
The text was updated successfully, but these errors were encountered: