In my application I need to detect when the user is speaking. I also need to record what they say and save to a file. I’ve noticed I cannot use the audio tuner when saving to a file. Is there any way around this?
Is there any reason why the audio tuner methods (like getTunerVolume) can’t return a valid value while recording something that will be saved to a file?
Is there a workaround I’m missing? Any help would be greatly appreciated.
Thanks,
paul [import]uid: 7101 topic_id: 4592 reply_id: 304592[/import]
Sorry, I don’t know all the answers to your specific questions. There are a lot of platform specific limitations right now with recording. However, have you looked at the ALExplorer example? I think it may do some of the things you talk about.