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