sound_generator 0.0.13 copy "sound_generator: ^0.0.13" to clipboard
sound_generator: ^0.0.13 copied to clipboard

This plugin is a procedural sound generator. It provides fluidly sound transitions in frequency changes. You can see real signal shape with one Cycle snapshot properties

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sound_generator
copied to clipboard

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

dependencies:
  sound_generator: ^0.0.13
copied to clipboard

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:sound_generator/sound_generator.dart';
copied to clipboard
41
likes
150
points
1.33k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

This plugin is a procedural sound generator. It provides fluidly sound transitions in frequency changes. You can see real signal shape with one Cycle snapshot properties

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sound_generator