日本語ドキュメント 👉README.ja.md
This is pure Java implementation of TBSKmodem.
The API is largely identical to Python.
No Audio interface for this platform now.
This software is provided under the MIT license. For hobby and research purposes, use it according to the MIT license.
For industrial applications, be careful with patents.
This library is MIT licensed open source software, but not patent free.
There are some sample project for eclipse.
Clone source codes from Github.
>git clone https://github.com/nyatla/TBSKmodemJava.git
Modulates binary data into a playable audio signal. https://github.com/nyatla/TBSKmodemJava/blob/master/eclipse_projects/getstarted/src/jp/nyatla/tbskmodem/getstartrd/Modulation.java
Extract data from wav file. https://github.com/nyatla/TBSKmodemJava/blob/master/eclipse_projects/getstarted/src/jp/nyatla/tbskmodem/getstartrd/Demodulation.java