我正在尝试在 next.js 反应项目中使用tone.js。当我运行或构建时,我收到此错误“ReferenceError: AudioBuffer is not defined”
我已经在代码和框中隔离了tone.js 代码,它运行良好。 https://codesandbox.io/s/tonejs-react-pink-noise-generator-pfnl0?file=/src/App.js
但不在 next.js 应用程序中
ReferenceError: AudioBuffer is not defined
at ki (/node_modules/tone/build/Tone.js:1:117922)```