A low-level audio recorder plugin which uses miniaudio as backend and supporting all the platforms. It can detect silence and save to WAV audio file. Audio wave and FFT data can be get in real-time as for the volume level.
Apache License 2.0
20
stars
2
forks
source link
docs: Hello, am trying to figure out how to use this package currently for voice notes and call streaming #11
Documentation Request for Recording Controls & Waveform Visualization
Hi, I'm currently implementing voice notes using
flutter_recorder
and need clarification on some core functionalities.Current Implementation I'm using:
recorder.setPauseRecording(pause: boolean)
for pause/resumerecorder.getWave()
for waveform visualizationDocumentation Needed For:
Pause & Resume Recording
setPauseRecording(pause: boolean)
the correct approach?Waveform Visualization
getWave()
?Recording Management
Use Case Context: Building a voice notes feature that requires:
Documentation Request: Audio Configuration & Recording Features
Audio Configuration
Feature Requirements
Platform-Specific Considerations
Would greatly appreciate examples or documentation covering these scenarios. Thank you!