menu
pitch_detector_dart package
documentation
exceptions/invalid_audio_buffer_exception.dart
InvalidAudioBufferException
errMsg method
errMsg method
dark_mode
light_mode
errMsg
method
String
errMsg
(
)
Implementation
String errMsg() => "AudioSample size ($sampleSize) can't be smaller than BUFFER_SIZE ($bufferSize)";
pitch_detector_dart package
documentation
exceptions/invalid_audio_buffer_exception
InvalidAudioBufferException
errMsg method
InvalidAudioBufferException class