minisound 3.0.0 copy "minisound: ^3.0.0" to clipboard
minisound: ^3.0.0 copied to clipboard

A high-level real-time audio library for playback, generation and recording, focusing on ease of use and performance. Based on miniaudio.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add minisound

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

dependencies:
  minisound: ^3.0.0

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:minisound/player.dart';
import 'package:minisound/player_flutter.dart';
import 'package:minisound/rec.dart';
import 'package:minisound/recorder.dart';
import 'package:minisound/sound.dart';
14
likes
160
points
173
downloads

Publisher

unverified uploader

Weekly Downloads

A high-level real-time audio library for playback, generation and recording, focusing on ease of use and performance. Based on miniaudio.

Repository (GitHub)
View/report issues

Topics

#audio #player #recorder #sound #music

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_web_plugins, minisound_ffi, minisound_platform_interface, minisound_web

More

Packages that depend on minisound

Packages that implement minisound