menu
music_analysis package
documentation
decoders/decoder.dart
Decoder
decode abstract method
decode abstract method
dark_mode
light_mode
decode
abstract method
Future
<
(
{
AudioData
audioData
,
int
sampleRate
}
)
>
decode
(
Uint8List
bytes
)
Implementation
Future<({AudioData audioData, int sampleRate})> decode(Uint8List bytes);
music_analysis package
documentation
decoders/decoder
Decoder
decode abstract method
Decoder class