From 14ef2f9071156b78bb797d0731d4f1ebc0e85d9d Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 14 May 2015 15:58:16 +0400 Subject: [PATCH] implemented audio formats conversion. --- App.config | 6 +++ ExtractArchive.xaml | 61 ++++++++++++++++++---------- ExtractArchive.xaml.cs | 12 +----- ExtractFile.xaml | 22 ++++++---- ExtractFile.xaml.cs | 36 +++++++++++++---- GARbro.GUI.csproj | 1 + GameRes/ArcFile.cs | 4 +- GameRes/GameRes.cs | 4 +- GarAudio.cs | 71 +++++++++++++++++++++++++++++++++ GarExtract.cs | 17 ++++++-- Properties/Settings.Designer.cs | 24 +++++++++++ Properties/Settings.settings | 6 +++ Strings/guiStrings.Designer.cs | 27 +++++++++++++ Strings/guiStrings.resx | 9 +++++ Strings/guiStrings.ru-RU.resx | 9 +++++ 15 files changed, 254 insertions(+), 55 deletions(-) create mode 100644 GarAudio.cs diff --git a/App.config b/App.config index 922da4fb..3940edd0 100644 --- a/App.config +++ b/App.config @@ -79,6 +79,12 @@ PNG + + False + + + True + diff --git a/ExtractArchive.xaml b/ExtractArchive.xaml index 9bd08323..d05a2c61 100644 --- a/ExtractArchive.xaml +++ b/ExtractArchive.xaml @@ -4,33 +4,54 @@ xmlns:s="clr-namespace:GARbro.GUI.Strings" xmlns:p="clr-namespace:GARbro.GUI.Properties" xmlns:local="clr-namespace:GARbro.GUI" - Title="{x:Static s:guiStrings.TextExtractTitle}" Height="200" Width="411.713" + Title="{x:Static s:guiStrings.TextExtractTitle}" Height="228" Width="411.713" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"> + - - + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + +