aoxel_decoder 1.0.0 copy "aoxel_decoder: ^1.0.0" to clipboard
aoxel_decoder: ^1.0.0 copied to clipboard

A starting point for Dart libraries For Decoding the Aox Audio Files.

example/aoxel_decoder_example.dart

import 'package:aoxel_decoder/aoxel_decoder.dart';

Future<void> main() async {
  // The path to the AOX file.
  final aoxFilename = '../data/input.aox';

  // The path to the output directory.
  final outputDir = 'output_dir';

  // Decode the AOX file and save the WAV files to the output directory.
  await decodeAOX(aoxFilename, outputDir);
}
2
likes
150
points
60
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A starting point for Dart libraries For Decoding the Aox Audio Files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

logger

More

Packages that depend on aoxel_decoder