I’ve found a way around this issue. I modified the source for the MonoGame.Framework.Content.Pipeline.dll to avoid having the conversion format of Windows Media (wma) be used for Windows. Instead, it now uses the default AAC (mp4) format, which, unlike the WMAs, do not appear to have any noticeable compression artifacts.
1 Like