audio_codec 0.0.2 copy "audio_codec: ^0.0.2" to clipboard
audio_codec: ^0.0.2 copied to clipboard

A library to decode and perhaps encode audios

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add audio_codec

With Flutter:

 $ flutter pub add audio_codec

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

dependencies:
  audio_codec: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:audio_codec/audio_codec.dart';
2
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A library to decode and perhaps encode audios

Homepage
Repository (GitHub)
View/report issues

Topics

#audio #codec #decoder #encoder

Documentation

API reference

License

MIT (license)

Dependencies

convert, crypto

More

Packages that depend on audio_codec