tau_sound_lite 9.0.0-beta-1 copy "tau_sound_lite: ^9.0.0-beta-1" to clipboard
tau_sound_lite: ^9.0.0-beta-1 copied to clipboard

discontinued

A complete api for audio playback and recording. Audio player, audio recorder, media player, media recorder, sound player, sound recorder.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tau_sound_lite

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

dependencies:
  tau_sound_lite: ^9.0.0-beta-1

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_sound_lite/deprecated/flutter_sound_ffmpeg.dart';
import 'package:tau_sound_lite/deprecated/flutter_sound_header.dart';
import 'package:tau_sound_lite/deprecated/flutter_sound_helper.dart';
import 'package:tau_sound_lite/deprecated/flutter_sound_player.dart';
import 'package:tau_sound_lite/deprecated/flutter_sound_recorder.dart';
import 'package:tau_sound_lite/deprecated/ui/recorder_playback_controller.dart';
import 'package:tau_sound_lite/deprecated/ui/sound_player_ui.dart';
import 'package:tau_sound_lite/deprecated/ui/sound_recorder_ui.dart';
import 'package:tau_sound_lite/public/tau.dart';
import 'package:tau_sound_lite/public/tau_codec.dart';
import 'package:tau_sound_lite/public/tau_node.dart';
import 'package:tau_sound_lite/public/tau_player.dart';
import 'package:tau_sound_lite/public/tau_recorder.dart';
import 'package:tau_sound_lite/public/util/dummy_ffmpeg.dart';
import 'package:tau_sound_lite/public/util/enum_helper.dart';
import 'package:tau_sound_lite/public/util/tau_helper.dart';
import 'package:tau_sound_lite/public/util/temp_file_system.dart';
import 'package:tau_sound_lite/public/util/wave_header.dart';
import 'package:tau_sound_lite/tau_sound.dart';
1
likes
110
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A complete api for audio playback and recording. Audio player, audio recorder, media player, media recorder, sound player, sound recorder.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, logger, path, path_provider, provider, recase, synchronized, tau_platform_interface, tau_web, uuid

More

Packages that depend on tau_sound_lite

Packages that implement tau_sound_lite