tau 0.0.5 tau: ^0.0.5 copied to clipboard
A flutter implementation of the W3C Web Audio API. The Web Audio API allows to build Streams connecting elementary blocks together. This implementaion follows very closely the W3C WAA specifications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tau
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tau: ^0.0.5
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:tau/tau.dart';