diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 3a19e686..7245a7c5 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -810,6 +810,15 @@ namespace GARbro.GUI throw FormatCatalog.Instance.LastError; return; } + if (sound is WaveInput && 0x674f == sound.Format.FormatTag) + { + var ogg = AudioFormat.Read (sound); + if (null != ogg) + { + sound.Dispose(); + sound = ogg; + } + } if (m_audio != null) {