hvianna / audioMotion-analyzer

High-resolution real-time graphic audio spectrum analyzer JavaScript module with no dependencies.
https://audioMotion.dev
GNU Affero General Public License v3.0
619 stars 62 forks source link

audio dropouts with mobile browsers #77

Open tonimusic opened 3 months ago

tonimusic commented 3 months ago

Hi, first of all thank you for this great tool, really impressing!!

Unfortunately I am experiencing little dropouts (glitches) when listening to music with FFT analysis on my mobile phone (Samsung S22, newest Android version) on browsers like Chrome and even worse on Firefox. Do you have any experience with this?

One interesting thing: The glitches continue, even if I switch off the FFT analysis via toggleAnalyzer(). So it seems to be a problem with the audio node, not with the FFT analysis or the canvas.

Without the Analyser plugin, the music plays smoothly.

Thank you for your help, Holger