zx_tape_to_wav 2.0.4 zx_tape_to_wav: ^2.0.4 copied to clipboard
Easy Flutter library to convert .TAP/.TZX files (a data format for ZX-Spectrum emulator) into sound WAV file.
2.0.4 #
- Added CustomInfo block
2.0.2 #
- Added amplifying the signal
2.0.1 #
- Updated docs and examples
2.0.0 #
- New wav builder
1.0.19 #
- Added progress event. Reverted back checking CheckSum.
1.0.17 #
- Added Loop fixes
1.0.16 #
- Added JumpToBlocks
1.0.15 #
- Added LoopStart, LoopEnd, Message ang Glue blocks
1.0.14 #
- Removed tap control sum check
1.0.13 #
- Rollback SDK version
1.0.12 #
- Increased upper SDK version
1.0.11 #
- Implemented parsing HardwareType block.
1.0.10 #
- Blocks property made iterable.
1.0.9 #
- Refactoring. Changed name of TypeFileType enum to TapeType and such property.
1.0.8 #
- Initial release version.