Can you make a audio LED with monkey?

Monkey Forums/Monkey Programming/Can you make a audio LED with monkey?

ondesic(Posted 2013) [#1]
I searched "audio meter", "sound meter" and "audio LED" with no results. I want to turn on a phone's mic and pick up audio levels for display. Is this something doable in monkey?


slenkar(Posted 2013) [#2]
you would have to write the code in java for an android phone and then access it for monkey to display the audio levels


ondesic(Posted 2013) [#3]
Sounds complicated, especially because I want it for Android AND iPhone so I would also have to write for iPhone as well.

Thanks for responding


rIKmAN(Posted 2013) [#4]
Info for iOS: http://www.monkeycoder.co.nz/Community/posts.php?topic=4630

I have not got round to trying it yet as my game is still early in dev, but it's something I will get round to - eventually! :)


Midimaster(Posted 2013) [#5]
if you are able to open a stream from micro to monkey, the res can be done via fft in monkey.