User:Eastwood: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "== Text to Audio Cassette == === ctape === A ruby application for converting plain-text into audio cassette saved data. http://www.windytan.com/2012/08/vintage-bits-on-casse...")
 
Line 1: Line 1:
== Text to Audio Cassette ==
== Data to Audio Cassette ==
Saving data to Audio cassette. ''Scarcity of resource?'' The basic principle is to convert either binary or Hex into audio signal, and then reverse the operation (simple......). Found a method for HAM Radio signals to transmit images, system is called [http://www.instructables.com/id/Images-On-An-Audio-Cassette/ Slow-Scan Television].
=== ctape ===
=== ctape ===
A ruby application for converting plain-text into audio cassette saved data.  
A ruby application for converting and reading plain-text saved onto audio cassette (or analogue audio). Based on [https://en.wikipedia.org/wiki/Commodore_Datasette Commodore Datassette] system.


http://www.windytan.com/2012/08/vintage-bits-on-cassettes.html
http://www.windytan.com/2012/08/vintage-bits-on-cassettes.html


Uses a sound software/framework called [http://sox.git.sourceforge.net/ SOX]
Uses a sound software/framework called [http://sox.sourceforge.net/ SOX]


'''TODO :''' Need to learn how this works so that I may be able to modify, improve, or just learn.
'''TODO :''' Need to learn how this works so that I may be able to modify, improve, or just learn.

Revision as of 17:29, 17 September 2016

Data to Audio Cassette

Saving data to Audio cassette. Scarcity of resource? The basic principle is to convert either binary or Hex into audio signal, and then reverse the operation (simple......). Found a method for HAM Radio signals to transmit images, system is called Slow-Scan Television.

ctape

A ruby application for converting and reading plain-text saved onto audio cassette (or analogue audio). Based on Commodore Datassette system.

http://www.windytan.com/2012/08/vintage-bits-on-cassettes.html

Uses a sound software/framework called SOX

TODO : Need to learn how this works so that I may be able to modify, improve, or just learn.