sounds_common 1.0.3
sounds_common: ^1.0.3 copied to clipboard
A shared library for the sounds and sounds_codec packages. Provides MediaFormat, Track and small set of utility functions.
example/main.dart
import 'package:sounds_common/sounds_common.dart';
void main() {
/// See the sounds package for actual usage.
/// This example is just here because pub.flutter-io.cn requires it.
Track.fromFile('/a/path/to/an/audio/file');
}