Exemple #1
0
 public void Initialize(ISampleSource soundSource, GeneratorOptions options)
 {
     totalLength = FrameMath.CalculateTotalFrames(soundSource, options);
     duration   *= options.Fps;
 }
Exemple #2
0
 public void Initialize(ISampleSource soundSource, GeneratorOptions options)
 {
     totalFrames = FrameMath.CalculateTotalFrames(soundSource, options);
 }