improve AudioClip export

This commit is contained in:
Perfare
2018-01-22 03:55:30 +08:00
parent 7e67f354e4
commit 4d85c7f665
12 changed files with 356 additions and 260 deletions

View File

@ -12,7 +12,7 @@ namespace Unity_Studio.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.5.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@ -206,12 +206,12 @@ namespace Unity_Studio.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool convertfsb {
public bool convertAudio {
get {
return ((bool)(this["convertfsb"]));
return ((bool)(this["convertAudio"]));
}
set {
this["convertfsb"] = value;
this["convertAudio"] = value;
}
}