sound « sound « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » sound » sound 

1. Where are downloaded sound files saved?    stackoverflow.com

When I download a sound file in my iPhone, in which directory is it stored?

2. Can iphone mix two sound files or build custom equalizer?    stackoverflow.com

Can iphone mix two sound files or build custom equalizer? I have studied for weeks about this problem, and it seems unable to use iphone-sdk to mix two or more sound ...

3. Any good iPhone sound manager framework?    stackoverflow.com

I'm developing an iPhone game and currently using AVAudioPlayer for playing background music and sounds. From what I've been reading, I'm not sure if that's the best way, but other alternatives seem ...

4. SoundEngine sample leaks    stackoverflow.com

I use SoundEngine sample from CrashLanding sample Iphone SDK. When i run my project i found small memory leaks when sound engine initialize. Can anyone help me with this?

5. Are iPhone 'standard' sounds (e.g. shutter, email sent) available for use?    stackoverflow.com

I was hoping to make use of the sounds that Apple has created for its applications, like the sound that is played when the camera's shutter is fired. It appears that these ...

6. Disable all program sounds    stackoverflow.com

I would like to have a setting to disable all sounds coming from my program. I know I can set a global ivar and write if statements for each sound ...

7. Is this plan for preventing iPhone app client spoofing sound?    stackoverflow.com

I'm designing an iPhone app that communicates with a server over HTTP. I only want the app, not arbitrary HTTP clients, to be able to POST to certain URL's on the server. ...

8. iPhone Upload Sounds    stackoverflow.com

Hey, I'm new to this site. I think it is great! Okay, here's the deal. I just downloaded Smule Ocarina. I was wondering how they made it so you can upload ...

9. Sound not working in device    stackoverflow.com

I am writing an application and part of it is recording and playing the sound using AVAudioRecorder and AVAudioPlayer class. I set up the sound file as below.

NSString *resourcePath = [[NSBundle ...

10. iPhone Sounds and delay    stackoverflow.com

I am developing an application where the user can tap multiple hit areas which produces sounds.
But the result is a little laggy, when multiple sounds start at the same time, ...

11. Accelerometer shake make sound only once?    stackoverflow.com

I'm trying to implement a function that detects a user shaking his/her iPhone, and then the app will make a barking sound. So far I've got the code attached below, and ...

12. Is it possible to use Tri-tone sound in my application?    stackoverflow.com

Is it possible to use iPhone sound(bundle) in my application if yes, can you give me some example?

13. How do I make a sound hold for a long time?    stackoverflow.com

I'm making a music app with a piano, but I need to be able to hold the sound long or short. So like if I hold a button it will start ...

14. Sound Touch in iPhone    stackoverflow.com

Has someone been able to make SoundTouch Audio Processing Library work for iPhone? Simple Xcode Demo would be helpful. I'd just like to change pitch without tempo change.

15. Can a sound be played as soon as a page is loaded?    stackoverflow.com

I would like to play a sound as soon as a page dispalyed. I am currently playing sounds using a IBAction doSound after a button is pressed. This works as intended. ...

16. How to set sound for caller after receiving call?    stackoverflow.com

i am working on such project in which after detecting the call on iphone i will receive it and the i will play sound on it which will be audible to ...

17. ShopKick sound detection on iPhone    stackoverflow.com

Is anyone aware of how ShopKick iPhone app is able to continuously record sounds (and process them) while running in the background?

18. Compare sounds inside of the App    stackoverflow.com

Is it possible to compare two sounds ? for example app have already a sound file mp3 or any format, is it possible to compare any static sound file and recorded ...

19. How to fade any sound when your app wants to start?    stackoverflow.com

Is there any method to fade sounds like iPod music when the user want to use your app? Thanks.

20. Problem with sound alert with iPhone    stackoverflow.com

HI all, I try to play a alertSound, but I have 4 error, this is my function:

import "AudioToolbox/AudioServices.h"

+(void)jouerSon:(NSString *)fichierSon:(NSString *) extensionFichier {
NSString* soundPath = [[NSBundle mainBundle] pathForResource:fichierSon ofType:extensionFichier];
CFURLRef baseURL = (CFURLRef) [NSURL ...

21. How to turn of the sound of App and not to turn off the sound of System in IPhone?    stackoverflow.com

I know that I can turn off the sound of App and not to turn off the sound of System in Anddroid , but How to do in IPhone by code ...

22. Corrupted iPhone app download results in no sound?    stackoverflow.com

I have an iPhone app in the iTunes store. Roughly 0.1% of the people who download it complain that the app has no sound. They report that their phone ...

23. How to rotate a needle (for a sound level meter) about it origin?    stackoverflow.com

Hi so this is my situation up to now. I've added a UIImageView to Interface Builder and set it to a .png image of a needle (Needle.png), I've also connected it ...

24. sound controller    stackoverflow.com

i am new to iphone....now i am doing one baby monitoring project...My part is controlling sound like if the baby was crying that automatically call to that baby's mom mobile number..... So ...

25. One big sound file in iphone app?    stackoverflow.com

I have a sound file, want to play part's of this file not the whole sound file every time, in my application.I want to keep some pointers in an array with ...

26. Three Mystery Errors in Movie and Sound Code    stackoverflow.com

I am getting at least three errors from the code below... 1) One error, EXC_BAD_ACCESS, appears to happen when I hit the home button whilst the movie is playing. 2) Another ...

27. sound in my app    stackoverflow.com

how can I use sound In my application

28. iPhone - Code of system sounds    stackoverflow.com

Do you know where I can find the list of constants that points to iOS system sounds, to make me able to give them to the AudioServicesCreateSystemSoundID method ?

29. Call Sound System Iphone    stackoverflow.com

Hi there is a possibility to associate to a button (that I create) a System sound? No take an external sound file, but a system sound like the keyboard sound? Thanks

30. iPhone App Pick Up Sound    stackoverflow.com

I am trying to do a certain action based on whether or not the user makes a loud sound. I'm not trying to do any voice recognition or anything. ...

31. How to include sound in app    stackoverflow.com

I am developing an application in which I input text; when I hit enter it will speak. Does anyone know any sound engine or source code I should include so that ...

32. system sound lock    stackoverflow.com

hey, i am developing iphone app that translate voice to text. the component that to the Transcribe is third-party until now everything works just fine. today i tried to play sound(wav file) after ...

33. Is it posssible to change "beep" sound programmatically on iPhone calling a number?    stackoverflow.com

I am into an application on iPhone in which user type some phone number, the app will call it. Is it possible to change programmatically the "beeep - beeep ..." sounds ...

34. has Iphone built in beep sound efect    stackoverflow.com

hi i need to use beep on iphone, but the only thing i have found is this

NSString *soundPath = [[NSBundle mainBundle] pathForResource:@"alert" ofType:@"wav"];

    SystemSoundID soundID;

    ...

35. Saving mixed sounds on the iphone    stackoverflow.com

I want to do an iPhone application where two tracks (drums and guitar) are played at the same time. That is easy using OpenAL, but I want to save it as ...

36. How can i make sound on and off using my native iPhone Application?    stackoverflow.com

I want to make sound On and Off thru my Native iPhone Application so please give me some suggestion for doing that.It's only up to my Native application.

37. Binaural sound generation in iphone    stackoverflow.com

How to produce binaural effect in iphone with variation in sound when frequency,pitch and phase are changed?

38. NSOutputStream. How load stream sound in file?    stackoverflow.com

Please help me, how load sound in file with NSOutputStream ? This is posible or no ? If no, what will help me ?

39. Problem with beep sound in iPad?    stackoverflow.com

I am using the below code in my app to make a beep sound. Its working in my system iPad simulator (both 4.2 and 4.3). But it not making a beep ...

40. How to disable iOS System Sounds    stackoverflow.com

I am working on an iPad app that connects with an accessory that plays sound. When the iPad is connected to the accessory, I would like to mute all system ...

41. How to cut Selected portion of the sound file using iphone sdk?    stackoverflow.com

I am working in a app in which i need to cut the selected portion of a sound file. But I dont have any idea how to do that. If any one ...

42. How to recognize outside sound using iphone programatically    stackoverflow.com

Thanks in advance. I want to find out sound intensity using iphone. I searched in google and got this info http://www.future-apps.net/Decibel_Meter/Decibel_Meter.html ,so now my question is ...

43. How to pass a sound name to Fmod on iPhone    stackoverflow.com

Is there a way to get fmod to play a sound based on sound name? I can loop out the sound name by using this code:

    for (int ...

44. how can i implement a meter just like analog sound meter?    stackoverflow.com

I need to implement a meter just like sound meter for my iPhone app ,but I am little bit confuse about its implementation. Please help how can I implement it?

45. How do I loop a sound for an iPhone app?    stackoverflow.com

I am trying to loop my sound file and I cannot find the parameter to loop the sound file! I'm about to pull out the last standing hair on my head. ...

46. How to disable the click sound of the iPhone Camera through code?    stackoverflow.com

I have to disable the click sound of the iPhone Camera in my app. Please provide the code if possible?

47. Change the sound from camera    stackoverflow.com

Possible Duplicate:
Overriding iPhone shutter sound through SDK
Is it possible to change the default sound of the camera, with a custom one when making a ...

48. iPhone sound manipulation    stackoverflow.com

I am working on a project that involves a sound manipulation of sorts. I want the user to be able to touch the screen of an iOS device, and depending on ...

49. recognize start & finish sound    stackoverflow.com

I need a way to recognize & record a voice and a way to know when the voice stops I'm starting to work with AVAudioRecorder, Is that the right way? should I ...

50. expected unqualified-id before numeric constant in STK code    stackoverflow.com

I included the The Synthesis ToolKit in C++ (STK) from stanford into my project and when I try to build I get the following error:

error: expected unqualified-id before numeric constant
in the ...

51. How to put sounds in an array?    stackoverflow.com

I have 10 sounds, and it would be easier for me to put them into an array. However I'm new to Obj C. Here is the code so far, this is just ...

52. sounds are not being played in my iOS app?    stackoverflow.com

I have an app that should play 3 distinct sounds and I define them as so in my ViewDidLoad:

AudioServicesCreateSystemSoundID((CFURLRef)[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"2357_02" ofType:@"m4a"]], &addedSound);
AudioServicesCreateSystemSoundID((CFURLRef)[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"2357_01" ofType:@"m4a"]], &updatedSound);
AudioServicesCreateSystemSoundID((CFURLRef)[NSURL fileURLWithPath:[[NSBundle mainBundle] ...

53. read sound resource where itune has    stackoverflow.com

is it possible to obtain the sound resource like mp3 where itune has i think NSBundle and NSHomeDirectory show only my app's directories is there any appropriate method existing?

54. Comparing not identical sound files    stackoverflow.com

I'm developing a program for iPhone. I have read this article and I have some questions. After I get amplitude of sound file, which ranges of spectrum do I need ...

55. Starting & Stopping a sound (Code provided) iOS    stackoverflow.com

I have a single sound and it plays via http through my server. However it successfully plays though my server but the sound doesn't seem to stop. I've tried to code ...

56. How do I make FMOD for iPhone sound not pause when iPhone locks?    stackoverflow.com

I am using FMOD for iPhone to generate a tone and play it, but when the iPhone locks the sound pauses. This is not the desired behavior, and only recently ...

57. How to programmatically set the sound file for ringer?    stackoverflow.com

How can I change the user's ringtone programmatically on the iPhone? PS. I don't mind getting blocked from the AppStore by this action.

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.