Use AudioWorklet
(+ WebAssembly) instead of AnalyserNode
on Analyser
class
#28
Labels
AudioWorklet
(+ WebAssembly) instead of AnalyserNode
on Analyser
class
#28
Because
AnalyserNode
cannot get data for each channel. Therefore, usingAudioWorklet
instead ofAnalyserNode
,Analyser
class enable to get dat for each channel. Moreover,Analyser
class can get not only amplitude spectrum but also phase spectrum.For example,
The text was updated successfully, but these errors were encountered: