Hi,
I’m new to Corona and I was wondering whether it supports some of the things I want to do.
-
Is it possible to record the device’s mic and process the recorded data? I’m fairly sure it is possible using the media Library ( but I have a few questions. How do I access the sensor data afterwards? Also, would it be possible to record in a streaming fashion and process the sensor data periodically (every seconds for example) without having to interrupt the recording?
-
Is it possible to play sounds while recording? (I seem to remember reading somewhere that this is not possible, but I can’t seem to find this back.
-
I’d like to process the recorded data using C/C++ code. My app needs to run on both Android and iOS. Are there any alarms going off is more experienced people’s head when they read this plan? How hard is it to maintain C/C++ libraries for use on both iOS and Android? How does the build process look like? Do I have to compile those libraries myself or can that be part of the Corona build process?
-
I’d like to show a scrolling image. I.e. part of the screen will be a ‘box’ in which I want to show a certain part of an image. The part of the image that is shown needs to change over time in a scrolling fashion. What would be the best way to achieve this? Treat the big image like an image sheet and cut out a different piece of it every fraction of a second? That does not seem like the best way to do this in a event-driven framework right?
Thank you for your time.