desktop_audio_capture 0.0.1 copy "desktop_audio_capture: ^0.0.1" to clipboard
desktop_audio_capture: ^0.0.1 copied to clipboard

A Flutter plugin for capturing audio on desktop platforms (macOS, Linux, Windows). Supports capturing from microphone and system audio with features like audio data streaming, decibel monitoring, devi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add desktop_audio_capture

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  desktop_audio_capture: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:desktop_audio_capture/audio_capture.dart';
import 'package:desktop_audio_capture/config/mic_audio_config.dart';
import 'package:desktop_audio_capture/config/system_adudio_config.dart';
import 'package:desktop_audio_capture/mic/mic_audio_capture.dart';
import 'package:desktop_audio_capture/model/audio_status.dart';
import 'package:desktop_audio_capture/model/decibel_data.dart';
import 'package:desktop_audio_capture/model/input_device_type.dart';
import 'package:desktop_audio_capture/system/system_audio_capture.dart';
1
likes
140
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for capturing audio on desktop platforms (macOS, Linux, Windows). Supports capturing from microphone and system audio with features like audio data streaming, decibel monitoring, device management, and permission handling.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on desktop_audio_capture

Packages that implement desktop_audio_capture