tau_sound_lite 9.0.0-beta-1
tau_sound_lite: ^9.0.0-beta-1 copied to clipboard
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_liteThis 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-1Alternatively, 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';