FLUTTER ECOSYSTEM

creativecreatorormaybenot/microphone

Flutter(目前仅支持 Web)插件,用于录制音频(使用麦克风)。

麦克风 项目封面
Stars
32
Forks
9
最近推送(UTC)
2025年1月3日
项目状态
未归档
creativecreatorormaybenot GitHub avatar
语言DartRubyHTML

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

Microphone GitHub stars Pub version Twitter Follow

Flutter (web-only at this moment) plugin for recording audio (using the microphone).

Getting started

To learn more about the plugin and getting started, you can view the main package (microphone) README.

Plugin structure

The microphone plugin uses the federated plugins approach.
For this plugin, it means that the basic API is defined using pigeon. The pigeon files can be found in the pigeons directory in the main package. The API is defined in Dart in the microphone_platform_interface package.
Furthermore, the Android and iOS implementations can be found in the main package, while the web implementation is in the microphone_web package.

The packages in this repo are the following:

Package Implementations
microphone Main plugin package
microphone_platform_interface Basic API definition & message handling
microphone_web Web implementation

Contributing

If you want to contribute to this plugin, follow the contributing guide.