Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.48 KB

File metadata and controls

44 lines (28 loc) · 1.48 KB

flet-audio-recorder

pypi downloads license

Adds audio recording support to Flet apps.

It is based on the record Flutter package.

Documentation

Detailed documentation to this package can be found here.

Platform Support

Platform Windows macOS Linux iOS Android Web
Supported

Usage

Installation

To install the flet-audio-recorder package and add it to your project dependencies:

  • Using uv:

    uv add flet-audio-recorder
  • Using pip:

    pip install flet-audio-recorder

    After this, you will have to manually add this package to your requirements.txt or pyproject.toml.

Note

On Linux, encoding is provided by fmedia which must be installed separately.

Examples

For examples, see these.