audio_recorder_service 0.0.4
audio_recorder_service: ^0.0.4 copied to clipboard
A Flutter Package is are use Background service and Notification audio recorder
Audio Recorder Service #
A Flutter package that provides functionality for recording audio with the ability to pause, resume, and stop the recording. It also includes background notifications to manage the recording state.
Features #
- Start, pause, resume, and stop audio recording.
- Background notifications during recording.
- Supports AAC audio encoding.
- Works across Android platforms.
- Handles recording permissions automatically.
Getting Started #
Usage #
- Initialize the Recorder final audioRecorderService = AudioRecorderService(); await audioRecorderService.initializeNotifications();
To use this package, add it to your pubspec.yaml:
dependencies:
audio_recorder_service:
path: ../audio_recorder_service