When I download a sound file in my iPhone, in which directory is it stored?
|
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 ... |
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 ... |
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?
|
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 ... |
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 ... |
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. ... |
|
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 ... |
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 ...
|
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, ... |
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 ... |
Is it possible to use iPhone sound(bundle) in my application
if yes, can you give me some example?
|
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 ... |
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.
|
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. ... |
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 ... |
Is anyone aware of how ShopKick iPhone app is able to continuously record sounds (and process them) while running in the background?
|
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 ... |
Is there any method to fade sounds like iPod music when the user want to use your app?
Thanks.
|
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 ...
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
how can I use sound In my application
|
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 ?
|
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
|
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. ... |
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 ... |
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 ... |
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 ... |
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;
...
|
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 ... |
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.
|
How to produce binaural effect in iphone with variation in sound when frequency,pitch and phase are changed?
|
Please help me, how load sound in file with NSOutputStream ?
This is posible or no ? If no, what will help me ?
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ...
|
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?
|
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. ... |
I have to disable the click sound of the iPhone Camera in my app. Please provide the code if possible?
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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] ...
|
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?
|
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 ... |
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 ... |
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 ... |
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.
|