V Hack Android Wiki
No edit summary
No edit summary
Line 11: Line 11:
 
'''current (vhack) version 0.2'''
 
'''current (vhack) version 0.2'''
   
multiple android devices are communicating with sound by beeping ("piepsen") and listening to each other
+
multiple android devices are communicating with sound by beeping ("piepsen") and listening to each other
 
apk: https://dl.dropbox.com/u/23206988/vhack/piepsendroid.apk<br />code: https://github.com/i3games/piepsendroid
 
apk: https://dl.dropbox.com/u/23206988/vhack/piepsendroid.apk<br />code: https://github.com/i3games/piepsendroid
   
Line 18: Line 18:
 
'''what to expect''': device screens flicker in various colors. devices beep.
 
'''what to expect''': device screens flicker in various colors. devices beep.
   
'''what happens''': the devices listen and try to figure out the main frequency and amplitude (via the fiddle~ object in pure data). these are mapped to color values (hue,saturation,brightness). in auto mode the device will make a sound at random intervals. in version 0.2 this happens at a fixed frequency (440 Hz). this will change in the next version to experiment with different reactive / excitation patterns. one goal was to make as many parameters as possible available by adding them to preferences activity. the "diagnostic view" shows the current value, a central value (mean) and a deviation value (variance). grab the code at github, there lots of stuff to do / improve / play with.
+
'''what happens''': the devices listen and try to figure out the main frequency and amplitude (via the fiddle~ object in pure data). these are mapped to color values (hue,saturation,brightness). in auto mode the device will make a sound at random intervals. in version 0.2 this happens at a fixed frequency (440 Hz). this will change in the next version to experiment with different reactive / excitation patterns. one goal was to make as many parameters as possible available by adding them to preferences activity. the "diagnostic view" shows the current value, a central value and a deviation value. grab the code at github, there lots of stuff to do / improve / play with.
   
 
versions 0.1 and 0.2 were built during [http://www.devfest.info/vhackandroid v-hack android] at [http://www.c-base.org/ c-base]. the vhack (contest) version is 0.2.
 
versions 0.1 and 0.2 were built during [http://www.devfest.info/vhackandroid v-hack android] at [http://www.c-base.org/ c-base]. the vhack (contest) version is 0.2.

Revision as of 17:21, 14 October 2012

"If an android beeps and no one is around to hear it, does it make a sound?"


our confidential alien technology research recently discovered that android devices secretly communicate with sound (when nobody is listening). while investigation about this is ongoing, we'll try to simulate their behaviour. the result is:


piepsendroid

current (vhack) version 0.2

multiple android devices are communicating with sound by beeping ("piepsen") and listening to each other apk: https://dl.dropbox.com/u/23206988/vhack/piepsendroid.apk
code: https://github.com/i3games/piepsendroid

how to use: have more than one android device. put them together, e.g. on a table. a quiet place is preferred. start piepsendroid.

what to expect: device screens flicker in various colors. devices beep.

what happens: the devices listen and try to figure out the main frequency and amplitude (via the fiddle~ object in pure data). these are mapped to color values (hue,saturation,brightness). in auto mode the device will make a sound at random intervals. in version 0.2 this happens at a fixed frequency (440 Hz). this will change in the next version to experiment with different reactive / excitation patterns. one goal was to make as many parameters as possible available by adding them to preferences activity. the "diagnostic view" shows the current value, a central value and a deviation value. grab the code at github, there lots of stuff to do / improve / play with.

versions 0.1 and 0.2 were built during v-hack android at c-base. the vhack (contest) version is 0.2.

if your android does not pick up audio on start-up (shows constant color) you can try menu > diagnostic view.

tech: android 2.2, http://libpd.cc/, pd-for-android, http://puredata.info/

helpful starting point: guitar tuner example from Making Musical Apps by Peter Brinkmann

classification: alien technology

starting: from scratch