zx_tape_to_wav 1.0.20 copy "zx_tape_to_wav: ^1.0.20" to clipboard
zx_tape_to_wav: ^1.0.20 copied to clipboard

outdated

Easy Flutter library to convert .TAP/.TZX files (a data format for ZX-Spectrum emulator) into sound WAV file.

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.20

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';
0
likes
0
pub points
25%
popularity

Publisher

unverified uploader

Easy Flutter library to convert .TAP/.TZX files (a data format for ZX-Spectrum emulator) into sound WAV file.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on zx_tape_to_wav