opus_codec_android 3.0.5
opus_codec_android: ^3.0.5 copied to clipboard
Android implementation of the opus_codec plugin.
opus_codec_android #
The Android implementation of opus_codec.
Usage #
Import the package #
This package has been endorsed, meaning that you only need to add opus_codec
as a dependency in your pubspec.yaml. It will be automatically included in your app
when you depend on package:opus_codec.
This is what the above means to your pubspec.yaml:
...
dependencies:
...
opus_codec: ^3.0.0
...
If you wish to use the Android package only, you can add opus_codec_android as a
dependency:
...
dependencies:
...
opus_codec_android: ^3.0.0
...
How opus is contained in this package #
The instructions from libopus-Android.mk where used to set up opus for Android. Then, the .git folder of the cloned opus was deleted, so that the opus source files are included in this repo.