Example #1
0
 public CheapTrick(int fs)
 {
     Q1      = DefaultQ1;
     F0Floor = DefaultF0Floor;
     FFTSize = GetFFTSizeForCheapTrick(fs);
     Rand    = new XorShift();
 }
Example #2
0
 public Synthesis()
 {
     Rand = new XorShift();
 }
Example #3
0
 public D4C()
 {
     Threshold = DefaultThreshold;
     Rand      = new XorShift();
 }