Audio recorder from microphone to a given file path. Works on macOS, Linux, Windows, iOS, Android and web. Based on the record Dart/Flutter package.
NOTE: On Linux, encoding is provided by fmedia which must be installed separately.
AudioRecorder control is non-visual and should be added to page.overlay
list.
Add flet-audio-recorder
as dependency to pyproject.toml
of your Flet app:
dependencies = [
"flet-audio-recorder",
"flet>=0.27.4",
]