surround_frequency_generator 1.0.0 copy "surround_frequency_generator: ^1.0.0" to clipboard
surround_frequency_generator: ^1.0.0 copied to clipboard

PlatformiOSmacOS

A package to create surround sound effects with a frequency generator using Web Audio API

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add surround_frequency_generator

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

dependencies:
  surround_frequency_generator: ^1.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:surround_frequency_generator/surround_frequency_generator.dart';
3
likes
150
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A package to create surround sound effects with a frequency generator using Web Audio API

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webview_flutter, webview_flutter_platform_interface, webview_flutter_wkwebview

More

Packages that depend on surround_frequency_generator