push to talk
Status: Pre-Alpha
Brought to you by:
ldso
initial design (after a year of hacking): talkLock is a program that runs on javame cell phones. talkLock is a push-to-talk voice over ip application that uses http (later https) to transmit and receive audio data. The user just selects a buddy's name on the screen of their phone, speaks into the phone their message, and then selects "Send". The audio is then http POSTed to a web server. The buddy's phone running talkLock will check for audio data on the web server, http GET it, and play it for the user.