Javadoc
The project is still being developed any feedback would be much apreciated!
- Audio has to be .wav
- Stereo or Mono (Stereo will be converted to Mono automatically)
- Sample Rate has to be 20800Hz (Guide on how to resample with audacity below)
- Download the latest jar release
- Execute with java -jar apt-decoder.jar [Input Audio File] [Output Image File] [Options]
java -jar apt-decoder.jar audio.wav output.png
- -R or --Raw to save a raw version of the output image (no sync, or correction)
- -D or --Debug to output some debug info
- Import Audio
- Select Track
- Tracks -> Resample... -> 20800Hz -> Ok
- Change Project Rate to 20800Hz (Usually bottom left)
- File -> Export -> Export as WAV
- Done