Web Audio Offline Context and Analyser Node

前端 未结 2 1816
梦如初夏
梦如初夏 2020-12-21 02:27

Is it possible to use the Analyser node in the offlineAudioContext to do frequency analysis?

I found out that ScriptProcessor

2条回答
  •  攒了一身酷
    2020-12-21 02:54

    The analyser isn't really intended to be used in the offlineContext; in fact, it was originally named "RealtimeAnalyser". But even more importantly, right now you won't get consistent functionality from script processors in offline contexts, either.

提交回复
热议问题