this.buffer.each is not a function
at Audio.trim (/Users/…/node_modules/audio/src/manipulations.js:282:15)
at Audio.load.then.audio (/Users/…/index.js:23:6)
at <anonymous>
I tried using the npm version as well as npm i audiojs/audio, with .wav and .mp3. Any ideas?
When running the basic example I get a
TypeError
.Code:
Output:
I tried using the npm version as well as
npm i audiojs/audio
, with .wav and .mp3. Any ideas?