mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-07 11:30:40 +08:00
use AudioFormat.Wav shortcut.
This commit is contained in:
@@ -382,7 +382,7 @@ namespace GARbro.GUI
|
||||
{
|
||||
string output_name = FindUniqueFileName (entry_name, "wav");
|
||||
using (var output = ArchiveFormat.CreateFile (output_name))
|
||||
GarConvertMedia.WavFormat.Write (input, output);
|
||||
AudioFormat.Wav.Write (input, output);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user