I wrote a little project this evening:
HERE (warning, obnoxious loud Flash app).
It is a fairly authentic reproduction of the ZX spectrum loading sound, based on a
disassembly of the ZX Spectrum ROM and the
Wikipedia article. It encodes 0s and 1s (in this case, random data) using
pulse width modulation, which for this application is equivalent to
(
Read more... )
Comments 6
Novelty apps are quite lucrative. They don't even need to be as useful as your idea. Though that might help spark the popularity.
So I take it you're learning your way around flash and actionscript?
Reply
The sharing-as-audio idea is pretty daft and I doubt I'll take this much further than it is already--it's just a "I wonder how this works" kind of project, rather than anything serious. If I can actually transmit some data between two devices I'll be quite content.
I learnt Flash ages ago. Actionscript is essentially the same language as Javascript so it's very familiar.
Reply
Yeah, we kinda went over the idea of sending data as a square wave in digital circuits. Same principle anyways, just 0-5 volts instead of a tone change.
Hmmm, I seemed to pick up javascript somewhat so maybe I have a chance at actionscript. I was aiming for python for a while but then people told me that's too much for me so now I'm looking at something called gamemaker. Maybe over the winter break here I can actually sit down and learn it and maybe create some basic games. :P
Reply
I haven't used Game Maker but I know a lot of indies swear by it as a prototyping tool for 2D stuff. You can certainly get a long way with minimal programming, which is great if you're more interested in game design than game development. Spelunky was made in Game Maker, for example.
Reply
Leave a comment