Back to Flet

flet-audio-recorder

sdk/python/packages/flet-audio-recorder/README.md

0.85.0.dev21.8 KB
Original Source

flet-audio-recorder

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

PlatformWindowsmacOSLinuxiOSAndroidWeb
Supported

Usage

Installation

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

  • Using uv:

    bash
    uv add flet-audio-recorder
    
  • Using pip:

    bash
    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.