[Bug 42361] DX Library: PlaySoundFile() doesn' t play MP3 files that are encoded by LAME in 320kbps

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 3 18:26:38 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42361

--- Comment #4 from Bruno Jesus <00cpxxx at gmail.com> ---
Current theory:

The lame encoded file starts later due to metadata added by the encoder so the
2048 bytes of input offered to acmStreamConvert are not enough for mpg123_read
to reach the first mp3 block header. This results in error and cascades back
and the program aborts.

I removed the first 1045 bytes of the 320kb lame mp3 and it played fine.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list