DartFmSynth constructor

DartFmSynth(
  1. double sampleRate,
  2. int maxVoices
)

Implementation

DartFmSynth(double sampleRate, int maxVoices) {
  _nativeInstance = _lib.fmsynth_new(sampleRate, maxVoices);
}