zx_tape_to_wav 1.0.2 zx_tape_to_wav: ^1.0.2 copied to clipboard
Conversion library of .TAP/.TZX files (a ZX-Spectrum emulator data format) into .WAV sound files.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zx_tape_to_wav
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zx_tape_to_wav: ^1.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zx_tape_to_wav/zx_tape_to_wav.dart';