Beispiel #1
0
 private void MakeDither()
 {
     _ditherProcessors = new Dither[NumChannels];
     for (int j = 0; j < NumChannels; j++)
     {
         _ditherProcessors[j] = new Dither(_dither, SampleRate, BitsPerSample);
     }
 }
Beispiel #2
0
 private void MakeDither()
 {
     _ditherProcessors = new Dither[NumChannels];
     for (int j = 0; j < NumChannels; j++)
     {
         _ditherProcessors[j] = new Dither(_dither, SampleRate, BitsPerSample);
     }
 }