Esempio n. 1
0
        public AudioRecorder()
        {
            sampleAggregator = new SampleAggregator();
            RecordingFormat  = new WaveFormat(44100, 1);

            loveGague = new short[20];

            for (int i = 0; i < loveGague.Length; i++)
            {
                loveGague[i] = 0;
            }

            loveCount = 0;

            loveGagueAverage = 0;
        }
 public AudioRecorder()
 {
     sampleAggregator = new SampleAggregator();
     RecordingFormat  = new WaveFormat(44100, 1);
 }
Esempio n. 3
0
 public AudioRecorder()
 {
     sampleAggregator = new SampleAggregator();
     RecordingFormat = new WaveFormat(44100, 1);
 }