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