Open rapha-s opened 9 months ago
Confirmed the same behaviour happens on openSUSE Tumbleweed.
With stb_vorbis backend, it plays.
With libvorbis backend: reproduced the issue: the playmus
program
with an -r
option anything smaller than 96000 just quits:
$ ./playmus -r 48000 ~/3/1/adv_zenhan.ogg
INFO: Opened audio at 48000 Hz 16 bit stereo 4096 bytes audio buffer
INFO: Detected music type: OGG Vorbis
INFO: Playing /home/ozzie/3/1/adv_zenhan.ogg, duration 73.846156
However -r 96000
or -r 192000
works.
Something in music_vorbis.c
? @slouken?
I have this file adv_zenhan.zip Its an ogg/vorbis with sample rate of 96000hz.
The current facts (on Windows):
I have a minimum reproducible example: For wav simply reencoding with ffmpeg without any parameter suffice. For the other ogg, anything that is known to work is enough.
I've no idea what's going on, it doesn't make sense and I couldn't figure out the cause, so I'm reporting.