menu
audio_analyzer package
documentation
audio_analyzer_platform_interface.dart
AudioAnalyzerPlatform
getAmplitudes abstract method
getAmplitudes abstract method
dark_mode
light_mode
getAmplitudes
abstract method
Future
<
List
<
int
>
>
getAmplitudes
(
String
filePath
,
int
samplesPerSecond
)
Implementation
Future<List<int>> getAmplitudes(String filePath, int samplesPerSecond);
audio_analyzer package
documentation
audio_analyzer_platform_interface
AudioAnalyzerPlatform
getAmplitudes abstract method
AudioAnalyzerPlatform class