Oliver Stadie

Results 4 comments of Oliver Stadie

same problem here, but it only happens with some of my mp3 files, some files work just fine. Also mplayer itself is not the problem... when i run `mplayer my.mp3`...

@Isht nope, I built some nasty workaround, which reads the length of the audio file and stops playing the file after that time.

Here's my workaround code ```ts // TODO remove this: let opts; import { AudioPlayer } from "../audio-player"; var player = require("play-sound")( (opts = { player: "./mplayer/mplayer.exe" }) ); var mp3Duration...

@maddymz nope sorry. I didn't investigate on this problem any further.