https://bugs.winehq.org/show_bug.cgi?id=42361
Bug ID: 42361 Summary: DX Library: PlaySoundFile() doesn't play MP3 files that are encoded by LAME in 320kbps Product: Wine Version: 2.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: kakurasan@gmail.com Distribution: ---
PlaySoundFile() in "DX Library" (http://dxlib.o.oo7.jp/) doesn't play MP3 files that are encoded by LAME in 320kbps (CBR).
PlaySoundFile() uses msacm32.dll to play MP3 files (DirectShow also can be used).
Native msacm32.dll doesn't work around the issue.
The test program for DirectShow (source at https://bugs.winehq.org/show_bug.cgi?id=41290 , binary at https://bugs.winehq.org/show_bug.cgi?id=41833) can play the MP3 files (with/without winegstreamer).