tau 0.0.5 copy "tau: ^0.0.5" to clipboard
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';
0
likes
130
points
27
downloads

Publisher

verified publishertau.canardoux.xyz

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter, flutter_rust_bridge, logger, plugin_platform_interface, tau_plugin

More

Packages that depend on tau