flet-audio-recorder#
Adds audio recording support to Flet apps.
It is based on the record Flutter package.
Platform Support#
This package supports the following platforms:
Platform | Supported |
---|---|
Windows | ✅ |
macOS | ✅ |
Linux | ✅ |
iOS | ✅ |
Android | ✅ |
Web | ✅ |
Usage#
Installation#
To install the flet-audio-recorder
package and add it to your project dependencies:
Note
On Linux, encoding is provided by fmedia which must be installed separately.
Examples#
See these.