Richienb / audic

Play some audio.
MIT License
68 stars 9 forks source link

Audic doesn't play any audio #16

Closed nextu1337 closed 2 years ago

nextu1337 commented 2 years ago

I'm using the following code

import Audic from 'audic';

(async()=>{
    const audic = new Audic('./songs/Q2meWkWqcI.mp3');
    await audic.play();
})();

When I run the code. I get no errors and no sound. Property audic.currentTime is 0 and audic.duration is NaN I'm using Windows 10 64-bit

nextu1337 commented 2 years ago

It seems to have this issues only on longer mp3 files..

nextu1337 commented 2 years ago

Nevermind I'm dumb.