flutter_sound_system 0.0.6
flutter_sound_system: ^0.0.6 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.record('File Path');
String filePath = await FlutterSoundSystem.stopRecording();
FlutterSoundSystem.play('File Path');
FlutterSoundSystem.stopPlaying();
FlutterSoundSystem.pausePlaying();