Metadata-Version: 2.1
Name: mk60
Version: 0.3a1
Summary: Utility assisting in creation of D3-28 tapes
Home-page: https://github.com/xoiss/mk60
Download-URL: https://github.com/xoiss/mk60
Author: Alexander A. Strelets
Author-email: StreletsAA@gmail.com
License: Public Domain
Platform: Linux
Platform: Windows
Platform: macOS
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
License-File: LICENSE

``mk60`` is a console application assisting in creation of Elektronika D3-28
tapes from data files. This application reads given data file and encodes it in
the WAVE (WAV) audio format according to the modulation scheme used by D3-28.
That audio file may be replayed further with conventional software and recorded
to a compact cassette compatible with D3-28's tape transport.

Currently only one input data format is supported: text file with decimal-coded
hexadecimal codes of D3-28's memory segment. Each line shall contain one data
byte, or be empty, or start with comment ``#`` symbol. The last byte in the
file must be the D3-28's ``END`` instruction -- i.e., the code ``0512``.

Best regards, Alexander A. Strelets <streletsaa@gmail.com>
