flutter_sound_system 0.0.8
flutter_sound_system: ^0.0.8 copied to clipboard
Flutter sound recorder and player.
Flutter Sound System #
Flutter sound recorder and player.
Getting Started #
Currently only working on Android.
Usage #
Android:
FlutterSoundSystem.startRecording('File Path');
await FlutterSoundSystem.stopRecording();
FlutterSoundSystem.playMedia('File Path');
FlutterSoundSystem.stopMedia();
FlutterSoundSystem.pauseMedia();