예제 #1
0
 public SettingsController(
     Config.BotConfiguration botConfig,
     Audio.IMicrophoneHandler microphoneHandler,
     Audio.IAudioPlayer audioPlayer)
 {
     this.botConfig         = botConfig;
     this.microphoneHandler = microphoneHandler;
     this.audioPlayer       = audioPlayer;
 }
 public MicController(
     Config.BotConfiguration botConfig,
     Audio.IMicrophoneHandler microphoneHandler,
     Audio.Effects.IAudioEffectSystem audioEffectSystem)
 {
     this.botConfig         = botConfig;
     this.microphoneHandler = microphoneHandler;
     this.audioEffectSystem = audioEffectSystem;
 }