profgyuri / Listen2MeRefined

My implementation of a music player app supported only on windows.
MIT License
3 stars 0 forks source link

Wave files with extensible format are unreadable #38

Open profgyuri opened 1 year ago

profgyuri commented 1 year ago

Whenever such a file is opened by NAudio, "NoDriver calling acmFormatSuggest" error is thrown. According to some quick research, it is due to a missing ACM codec on my computer, but AIMP still playes these songs.

Either try to change the format without creating a new file, revoke support from extensible files, or find out how to actually solve the codec issue.

profgyuri commented 1 year ago

42 is hiding this problem under the rug, so the app won't crash, will try to fix later.