0
Howler
에있는 AudioContext API를 노출하고 변수에 할당하려고 시도하지만 Howler.ctx
을 null이 아니게하는 방법을 알아낼 수 없습니다. Howl
가 생성 될 때까지React와 HowlerJS : Howler.ctx가 null입니다.
const CTX = Howler.ctx ; // Howler.ctx is returning null
Howler
에있는 AudioContext API를 노출하고 변수에 할당하려고 시도하지만 Howler.ctx
을 null이 아니게하는 방법을 알아낼 수 없습니다. Howl
가 생성 될 때까지React와 HowlerJS : Howler.ctx가 null입니다.
const CTX = Howler.ctx ; // Howler.ctx is returning null
AudioContext
는 howler.js에 설치되지 않습니다. 그러나 다음 중 하나를 호출하여 속임수를 만들면 내부 setupAudioContext
메서드를 호출하게됩니다.
Howler.mute(false);
Howler.volume(1);