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
我测试的时候不会出现这个问题,你完全用我的库试试还有没有问题呢。可以代码中打开调试看下音频流是否有持续的获取到数据发自我的华为手机-------- 原始邮件 --------主题:[saysmy/flv-audio-visualization] 请问你播放音乐的时候,打开查看元素,音乐会停掉吗? (#2)发件人:tsoil 收件人:saysmy/flv-audio-visualization 抄送:Subscribed 我是按照你的思路来写的,直接
this.audio = document.createElement('audio')
this.audioCtx = new (window.AudioContext || window.webkitAudioContext)()
this.analyser = this.audioCtx.createAnalyser()
this.audioSrc = this.audioCtx.createMediaElementSource(this.audio)
...
打开查看元素 ,音乐有时会停掉,而且arry数组没变,导致动画一直卡住
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
我是按照你的思路来写的,直接
this.audio = document.createElement('audio')
this.audioCtx = new (window.AudioContext || window.webkitAudioContext)()
this.analyser = this.audioCtx.createAnalyser()
this.audioSrc = this.audioCtx.createMediaElementSource(this.audio)
...
打开查看元素 ,音乐有时会停掉,而且arry数组没变,导致动画一直卡住
The text was updated successfully, but these errors were encountered: