hi,
thanks for sharing this package... i installed it and run it. It compiles but throw following error in the console when the app is running:
'An error occurred: MissingPluginException(No implementation found for method getAudioDuration on channel audio_duration)'
i imported the package in my main.dart and installed the 0.0.3 (audio_duration: ^0.0.3) verion in pubspec.yaml.
the line code calling the fonction is:
'var silenceDurationInMilliSeconds = await AudioDuration.getAudioDuration('assets/s100ms.mp3');
print('silence Duration = $silenceDurationInMilliSeconds');'
any idea why ?
thanks again,
hi,
thanks for sharing this package... i installed it and run it. It compiles but throw following error in the console when the app is running:
'An error occurred: MissingPluginException(No implementation found for method getAudioDuration on channel audio_duration)'
i imported the package in my main.dart and installed the 0.0.3 (audio_duration: ^0.0.3) verion in pubspec.yaml.
the line code calling the fonction is:
'var silenceDurationInMilliSeconds = await AudioDuration.getAudioDuration('assets/s100ms.mp3');
print('silence Duration = $silenceDurationInMilliSeconds');'
any idea why ?
thanks again,