getWaveform method
Future<List<double> >
getWaveform(
- String path,
- int numberOfSamples, {
- WaveformNormalization normalization = WaveformNormalization.perFile,
Implementation
Future<List<double>> getWaveform(
String path,
int numberOfSamples, {
WaveformNormalization normalization = WaveformNormalization.perFile,
}) {
throw UnimplementedError('getWaveform() has not been implemented.');
}