How to initiate audio recording when user speaks on Blackberry - blackberry-10

Hi I am trying to build an application for Blackberry z10 that start recording an audio automatically when user speaks. Like talking tom. Cannot find any information on the web.
Any advice and guidance would be appreciated.

Related

Playing Audiobooks (m4b media format) using AudioQueue services | iPhone

I am working on developing an iPhone app to play music. Am using AudioQueue services to play the audio files. App plays all media files correctly, but the app fails to play audiobooks, which I think is because they are different media format (.m4b) from other media items in my library (mp3).
I am sure I need to change how am initializing the audioqueue or AVAssetReaderTrackOutput to play media with different file format but am not sure how.
Can anyone point me to right direction.
Thanks in advance
I have figured it out, the issue was not because of the media format. The Audiobook I was trying to play in my app was DRM protected, so the was unable to play it.
Thanks

iPhone:Teleprompter support

Is it possible to provide Teleprompter feature for recorded video ? I allow user to record video from my application, i want to provide Teleprompter feature for the recorded video when user plays back the recorded video. Is there any API or SDK supports it for iPhone 4?
Please guide me if anyone know about it.
Thank you!

iPhone App Development - Audio Queue Recording

I am currently working on an App which needs to get some data from the microphone. I have read through some resources on the Internet and believe that Audio Queue is a good library to do it.
I only need to get an array which stores the microphone input data, and do not need to play it back.
Can anyone kindly give some hints on that? Greatly appreciated if a simple sample/essential code fragments can be given.
Speak Here App given by the Apple can give you some idea.You can get the link here http://developer.apple.com/iPhone/library/samplecode/SpeakHere/index.html

iPhone MP3 Streaming alternative to Segmenting

I have run into a bit of a problem. I built an iPhone app that streams my podcasts via the MPMoviePlayerController. Apple will not approve it because it can use too much bandwidth over the Carrier Network. So their workaround is to use a Stream Segmenter. I am unable to install a stream segmenter on my server. Are their ANY other solutions people have come up with that can help me stream my podcast to iPhone devices? Even if I have to make it a Web Application as opposed to a native application.
Thanks,
John
You could use a simple service like Encoding.com to create iphone segmented ondemand versions of your files for multi bitrate adaptive playback. You could also provide a high and low quality and only display the high when the reachability class shows that your using wifi. I had to do the second option to get one of my apps to pass approval. Hope this helps!
Well if you don't want a native app, I think you can just put a video link on a webpage and when the user clicks it Quicktime will take over and play the file. It will play the file as it downloads it.
I don't have any experience streaming large files over the iPhone, so I can't help guide you on alternatives and keeping it a native app.

Wi-Fi Application

HI
I am developing game in that I want to Play that game through Wi-Fi. So more that one
player can also play the game. I want to develop this game for iphone. I gone through WiTap
application which is on developer.apple.com since it's very hard to use. So if anybody knows
how to send a simple data such as integer or string etc. through Wi-Fi for iphone to iphone.
Please help me to use simple application.
:)
The iphone has basic Unix capability. So simple sockets would work.
Here is a good starting point.
http://students.cs.byu.edu/~cs460ta/cs460/labs/sockettutorial.html