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();