PitchData constructor

PitchData(
  1. int sampleRate,
  2. int bufferSize
)

Implementation

PitchData(this.sampleRate,
    this.bufferSize,);