Exemplo n.º 1
0
        //inicializa
        public MainWindow()
        {
            InitializeComponent();
            sampleAggregator = new SampleAggregator();
            RecordingFormat  = new WaveFormat(44100, 1);
            //this.recorder = recorder;
            //this.recorder.Stopped += new EventHandler(recorder_Stopped);

            this.stopCommand = new RelayCommand(() => Stop(), () => true);
        }
Exemplo n.º 2
0
        //inicializa 
        public MainWindow()
        {
            InitializeComponent();
            sampleAggregator = new SampleAggregator();
            RecordingFormat = new WaveFormat(44100, 1);
            //this.recorder = recorder;
            //this.recorder.Stopped += new EventHandler(recorder_Stopped);
   
            this.stopCommand = new RelayCommand(() => Stop(),() => true);

        }