Adding 'Audio' tab.
Volume indicator of MDM16AA display now working.
Adding server side dependency on NAudio.
It was decided to have a server side dependency so that we could implement
new fields control such as:
 * Volume indicator
 * Mute indicator
 * Spectrum visualizer
 * Meter visualizer
 * Fancy visualizer
     1 //------------------------------------------------------------------------------
 
     3 //     This code was generated by a tool.
 
     4 //     Runtime Version:4.0.30319.18444
 
     6 //     Changes to this file may cause incorrect behavior and will be lost if
 
     7 //     the code is regenerated.
 
     9 //------------------------------------------------------------------------------
 
    11 namespace SharpDisplayClient.Properties {
 
    14     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
 
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
 
    16     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
 
    18         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
 
    20         public static Settings Default {
 
    22                 return defaultInstance;