There are three major frameworks for iPhone audio :
AVFoundation Framework
CoreAudio Framework
OpenAL Library
And in turn CoreAudio Framework has
AudioToolkit Framework and
AudioUnit Framework
Is this correct?
Suppose I import AVFoundation Framework into my project and it in turn needs a feature which is provided by CoreAudio Framework.. Can it internally access the features of CoreAudio without importing CoreAudio framework into my project?
I am looking to develop an alarm clock for iphone. But i came to know that i can't run application in the background. So is there any other way to do that job.
Please help me cause i'm in serious problem.
Thanks in advance
Hello guys
I want to use "Custom URL Scheme" to transfer data from application to other application in iPhone.
Can I ask: How big data can we transfer from app to app?
Thank you!
I am writing an iPhone application to apply filters to audio input and output the result in real time.
I am new to audio processing but using audiounit, the correct approach?
I found out how to output data using audiounit but couldn’t figure out how to capture input audio.
Is there a sample application showing how to connect input and output using audiounit?
I'm trying to format an UITextField as user types text, for instance to show separator for thousands.
I found this web page : http://www.iphonedevsdk.com/forum/iphone-sdk-development/16512-trying-add-commas.html
It seems that shouldChangeCharactersInRange: is not a good solution. I thought of a custom UIView where the view would be updated as the user types digits, yet it would require recreating the wheel...
HI,
Do anyone has idea of specific private api's required for accessing the sms, calendar, notes, photos, videos, and all the datas stored internally from the iPhone. I dont want to jailbreak my device. So i cant access their respective .db files . Any help will be greatly appreciated.
Best Regards,
Mohammed Saiq.
That's the question xD
Given an instance of a CCSprite in cocos2d in iphone, what method can I use to obtain the image width and height?
Thanks!
Manuel
I've made a hundred of screenshots from iPhone thru Organizer but it looks like the only way to get actual files is by clicking on each screenshot and saving it. Is there any place on my Mac I can have them all? They are definitely stored somewhere -- all are listed in OrganizerScreenshots.
hi all i am new to cache strategy....i would like to know how to increase the loading speed of web pages in iphone application... using cache strategy...its fine to have a response with sample code....
advance thanks.
with kind regards
venkat
hi All Guy,
I'm new member of iPhone programming. i want to write app with CoreLocation and Mapkit API.
I found and added pin to current location. So far, i want to draw the circle around my location, but i didn't do that.
I'm waiting the helping from all of you.
Thanks a lot!
SinhNguyen
While experimenting with iPhone app development, we have several AppIDs which should be deleted - except I can't find any way to delete them! What can I do with them?
If delete is not available, how about renaming, hiding or permanently disabling?
Is storing secret keys (internal use passwords and such) on iPhone source code and project resources (such as plist files) secure?
Obviously nothing is 100% secure, but can this information be extracted easily from an installed app?
How do you recommend storing these keys to use them in the source code?
Just in case, this question is not about storing user passwords.
Has anyone had any luck integrating Twitpic's new OAuth Echo authentication into their iPhone application? This seemed to be a simple task but it's not getting done. I keep getting 400 or 401 errors.
This is also being discussed here:
OAuth Echo problems
p.s. I'm using Ben Gottlieb's Twitter-OAuth library.
My website renders well on the iPhone/Safari browser, with one exception: My text input fields have a weird rounded style which doesn't look good at all with the rest of my website.
Is there a way to instruct Safari (via CSS or metadata) not to round the input fields and render them rectangular as intended?
I am writing an iPhone application and needed to use the address book functionality. For this to work, it is necessary to specify a ABPeoplePickerNavigationControllerDelegate on the ViewController.
The problem is that I am creating all fields and buttons dynamically runtime, and thus does not have any custom ViewController - using only UIViewController class.
My question is then - how can I specify the delegate runtime without having to create a ViewController class just for this purpose.
How do you determine (programatically) if an iPhone/iPod is:
Jail broken
Running a cracked copy of your software
Pinch Media can detect if a phone is jail broken or the software running is cracked, does anyone know how they do this? Are there any libraries?
I've got a couple of wav files and possibly a mp3 that I'd like to mix to a single wav or mp3-file. I'm using C/C++/Obj-C (iPhone). I have really no experience with this sort of thing. If anyone could give me some pointers, I would be very grateful.
Thanks.
Many iPhone apps have the capability to integrate with Twitter, Facebook, and other social networking apps. It is possible yet to integrate with Google Buzz? I've checked the Google API docs for Objective C here
http://code.google.com/p/gdata-objectivec-client/
But I don't see any mention of Google Buzz.
Can someone give me simple code to help with creating an HTTP server for the iPhone. Something simple with much documentation would be appreciated. Anything you have please share.
It could be a HTML question as well...
I have a UIWebView with a page (from the hand made html string) loaded. For the url link on the page, if you tap on it, it has gray as background, which I think is the default behavior on iPhone.
Is there a way to programmingly (thru javascript) change that to be other colors, say, blue? It doesn't seem to work for me anyhow.
When is it appropriate to use openGl-es on the iPhone versus other toolkits? I have been learning to use it and suddenly feel it might be overkill for what I have in mind. Is it a good choice for something like a blackjack game?