Can you make a audio LED with monkey?
Monkey Forums/Monkey Programming/Can you make a audio LED with monkey?| 
 | ||
| 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? | 
| 
 | ||
| you would have to write the code in java for an android phone and then access it for monkey to display the audio levels | 
| 
 | ||
| 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 | 
| 
 | ||
| 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! :) | 
| 
 | ||
| if you are able to open a stream from micro to monkey, the res can be done via fft in monkey. |