The iPhone SDK’s AVFoundation framework includes AVAudioPlayer, an easy, feature rich, Objective-C based way of playing audio files.
0
votes
1answer
13 views
AVAudioPlayer won't work
I have a question. The following code could not manage to play anything. And there are no errors according to the compiler. I have made the necessary connections. In fact instead of AVAudioPlayer, if ...
0
votes
0answers
22 views
Recording Audio in Android Televison Application
I am designing an android application that will work on as many devices as possible, including televisions.
My application records audio (among other things)
One downside of TV's is that they do not ...
0
votes
1answer
27 views
How can I implement Equalizer in my iPhone application?
I am Developing the iPad app which has Equalizer functionality,which means sound play on three properties( Low, High, Medium). I googled it and found this link: iPhoneMixerEQGraphTest
Its ...
0
votes
0answers
11 views
AVAudioPlayer, MPNowPlayingInfoCenter and audio metadata
I am using AVAudioPlayer to do audio streaming. Now I'd like to display some audio metadata (eg. artist, albumName, title and artwork) on lock screen. However I'm getting an issue like following:
• ...
0
votes
0answers
14 views
AVAudioPlayer stops
I'm trying to play a mp3 file with using AVAudioPlayer:
NSString *path = NSString stringWithFormat:@"%@/%@" ,
[NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];
NSURL* url = ...
0
votes
0answers
16 views
Playing audio on iOS
I add to my new app audio to make the best app ever :)
As i have problem with english i rather use tutotials than Apple doc, so often i do not understand what i do and that's why i'm here, maybe ...
0
votes
1answer
24 views
Is it possible to autoplay audio and play/pause with button?
I need to play audio automatically after open the view and have one button to control play/pause event. I heard that it has a prepareToPlay to control the audio by button but it cannot play audio ...
0
votes
0answers
20 views
kSystemSoundID_Vibrate not working with AVAudioPlayer Play
I am working on a half-duplex VOIP call app. In that I am trying to play tones along-with vibration during floor exchanges - floor exchanges are done to change the talker from A to B or vice-versa for ...
0
votes
0answers
33 views
Setting iOS MPMusicPlayerController volume relative to AVAudioPlayer
I have an app that plays background music using MPMusicPlayerController and foreground sounds using AVAudioPlayer. I want to control the relative volume so that MPMusicPlayerController is much lower, ...
0
votes
0answers
18 views
How to get prepare status Play in AVPlayer
Oh no i have some stupid situation, i have AVPlayer for play music and one button and label.
So i need when i pressed to my button i have text "Loading streaming..." and after music will be play.
I ...
0
votes
0answers
18 views
Play audio over socket communication from windows server to ipad
I am developing a server-client socket communicating app. My server runs in windows and client is in iPad.
When I play a video in server I need to send the same data to client and needs to play the ...
0
votes
1answer
29 views
How perform streaming of .m4a song file with AVAudioPlayer?
I'm trying to play this song from itunes store while I'm downloading it
Why the code below doesn't play?
NSLog(@"start");
NSURL *songUrl = [NSURL ...
1
vote
1answer
22 views
AVAudioPlayer makes click/pop noise when song is started/stopped
I'm using AVAudioPlayer to play a music file. When I call start or stop, there's an audible "click" or "pop" noise. I've tried it with both mp3 and caf files, and hear it in both cases (though I don't ...
0
votes
2answers
38 views
How to play 'http:/… /mp3' with AVAudioPlayer
I can't play mp3 audio file.
URL_PATH = @"http://...../.…./A1.mp3";
NSError *error;
player = [[AVAudioPlayer alloc]initWithContentsOfURL:[NSURL URLWithString:URL_PATH] error:&error];
...
0
votes
2answers
25 views
Vibrate when a item starts playing AVQueuePlayer
I have an AVQueuePlayer in which I add some items during runtime.
NSArray *queue = [self.queuePlayer items];
if ([self.queuePlayer canInsertItem:sound afterItem:[queue lastObject]]) ...
0
votes
0answers
19 views
Memory is not release audio player
In my application, i have used the audio player , Since when i click the button repeatedly , The memory is increased as and it goes. Here my code.
- (IBAction)didTapFlag:(id)sender
{
int btnTag = ...
1
vote
0answers
14 views
prevent iPad4 from sleeping while music plays - was working in iPad 3 & 2
I have a music player app for iPad which was first created for iPad 2, then iPad 3 and is now being used on iPad 4's.
It used to work as follows: If the music was playing, the screen would dim but it ...
0
votes
0answers
22 views
MPMediaItem not playing in AVAudioPlayer using MPMediaItemPropertyAssetURL
I have this code, to find and play a MPMediaItem:
MPMediaPropertyPredicate *predicate = [MPMediaPropertyPredicate predicateWithValue:self.persistentIDOfSongToPlay
...
0
votes
1answer
37 views
Different AVAudioSession needed for Recording and Playing in IOS
I am continuing this question from my old post. I read much content for audio recording and playing using Audio queues, audio bufferes, Unfortunately due to less time I compromised and planning to ...
0
votes
1answer
14 views
Play mp3 files with AVAudioPlayer with PlayAndRecord category?
Hi I have a setup that records audio (with AVAudioSessionCategoryPlayAndRecord category), now I want to playback and MP3 file as usual with AVAudioPlayer instance, but no any sound can be hear.
...
0
votes
0answers
24 views
Is it possible to mute an audio channel with AVAudioPlayer?
I would like to play an audio file with AVAudioPlayer in my iOS app, but I would like to mute one audio channel [left and/or right] during playback, is it possible to do with AVAudioPlayer? I know I ...
0
votes
0answers
38 views
AirPlay live Microphone broadcast
iOS, Xcode.
I am using AVAudioRecorder and AVAudioPlayer with MPVolumeView in my app. I am able to record audio from iPhone's microphone and play it using AVAudioPlayer. When I'm playing recorded ...
0
votes
2answers
63 views
playing a mp3 file in iOS app
I can't figure out how to play a music file in an iPhone game.
Im creating a Game and I am trying to figure out how to play music whenever the app is launched.
I tried this:
- (void)awakeFromNib {
...
0
votes
1answer
45 views
AVAudioplayer exception
I've been getting this exception for months now and I've never been able solve it since none of the debuggers: lldb and gdb give me any meaningful or useful information about it. The exception does ...
3
votes
1answer
82 views
Play sound in background using AVAudioPlayer without stopping ipod music
In my app at particular time i am alerting user with beep sound which i am playing using AVAudioPlayer.
Now i want this sound to be played even when app is in background. So i can achieve this by ...
-1
votes
0answers
22 views
Which player use for Streaming Audio Player [closed]
I want create a player for playing music from stream and playing music in offline. Now I use AVQueuePlayer, but he can not listen to the previous track in the queue. Maybe there is something better? ...
0
votes
0answers
50 views
iphone app with multiple AVAudioPlayer crashes on iOS 6 upon interruption
I have an app that uses multiple AVAudioPlayer objects to play music. On iOS6, this app crashes when it is interrupted by a incoming phone call. The problem does not occur on iOS 4.3, 5.0 or 5.1. When ...
0
votes
0answers
36 views
iPad always get audio interruption while playing YouTube video in uiwebview
I have an iOS APP which can play YouTube video in UIWebView.
Here's my audio session:
AudioSessionInitialize(NULL, NULL, audioSessionInterruptionListener, (__bridge void *)(self));
...
0
votes
3answers
44 views
How can I fix multiple audio streams in an iPhone app from creating distortion?
I am using several instances of AVAudioPlayer to play overlapping sounds, and getting harsh distortion as a result. Here is my situation... I have an app with several piano keys. Upon touching a key, ...
0
votes
1answer
36 views
how long does it take to switch a UIImageview image
How long does it take to switch a UIImageview image for each version of the iPhone on average?
I'm trying to get metering enabled on an AVAudioPlayer and I want to know how often I chould check ...
-2
votes
0answers
26 views
optimum use of iphone/ipad memory by application using audio [closed]
I am creating an application for iphone/ipad in which I play an audio on clicking collection view cell. For that I am using a single audio but different chunks of this audio is played by clicking ...
0
votes
1answer
25 views
Play sound with back button storyboard. Objective C
In Xcode's Storyboard mode. When you use a navigation controller the back button automatically appears.
Normally to play my sound I would call my task from a selector or action.
How can I play this ...
0
votes
1answer
31 views
How to have multiple audio streams play overlapping in iOS?
I am defining three area of my screen as 'hot-spots' so if there is any touch detected, it plays a zone-specific sound. It all works great, except that if I click on zone 1 and then zone 2, the zone 2 ...
0
votes
2answers
43 views
Can't import AVFoundation.framework, so app can't play music?
I a new to xcode, and trying to make a very simple app for playing a noise upon a button being clicked. I asked a previous quesiton in which I had an error and the user's suggested that I wasn't ...
3
votes
1answer
93 views
Possible to use Apple system sounds in my iOS app?
Can you use the system sounds in your iOS app? I'm looking to have the same list that is used in the default timer app (Marimba, Alarm, Doorbell etc).
Reason i'm asking is that in Apple's own ...
0
votes
3answers
40 views
Weird error while trying to play .mp3 sound effects in xcode?
I am trying to code the simplest 'press a button an hear a sound' setup in xcode as possible, and am still managing to get some cryptic errors. Here is my code:
In .h file:
#import ...
0
votes
2answers
40 views
Sound wont play in button press
the code I'm using to play the sound is this:
NSString *soundFilePath = [NSString stringWithFormat:@"%@/%@.m4a", [[NSBundle mainBundle] resourcePath],currentSound.soundNameID];
NSURL *soundFileURL = ...
0
votes
2answers
35 views
How to detect ringer switch state in iOS?
I configured my audio session for kAudioSessionCategory_AmbientSound for an app which plays music with AVAudioPlayer. But problem is app also plays effects with OpenAL. I want music to play always ...
0
votes
0answers
14 views
AVAudioplayer play a duration of audio file [duplicate]
I have an ipad audio app, I need to play an audio file audio.mp3. The audio.mp3 contain all the audio, which split into 01:["0:00","0:03"],02:["0:03","0:17"],03:["0:17","0:34"]', which mean that the ...
-3
votes
0answers
45 views
I want Full Netbeans JavaFX MP3 Player Project [closed]
Actually i want to make a software like Virtual DJ. So this is just the starting. If some one help me then it will be really good. I need full project so that i can completely understand the code.
1
vote
1answer
42 views
iOS stream audio with no extension
I am looking to play a live audio stream within my app using AVAudioPlayer or AVPlayer, however the link has no extension and so whenever I try to set it up, it fails. Does anyone have any ...
0
votes
1answer
33 views
Hide next/previous track controls on iOS
I am using AVPlayer to playback a continuous internet radio stream. I set up an AVAudioSession and my Info.plist to continue playback while the app is in background, and handle the remote control ...
0
votes
3answers
104 views
AVAudioPlayer doesn't start playing in background
I am using AVAudioPlayer and NSFileHandle to do audio streaming. The basic idea is that I save the streaming audio data to the device with file system and then use AVAudioPlayer to playback the file ...
1
vote
0answers
20 views
Using AVAudioRecorder and AvAudioPlayer simultaneously
I need to have have audio (a lecture etc.) recording on iPhone and directly playing back through the headphones.
I have code that works - most of the time!
I set up my AVAudioSession
...
0
votes
1answer
44 views
Create a crossfader with AvAudioPlayer
How I can create a crossfader between two sound track with AVAudioplayer?
I must use AVAudiomix? But... how I should use?
1
vote
0answers
27 views
AVAudioPlayer duration is not matching with the actual duration of audio file
I am concatenating 2 audio files. Then i am playing that audio file through AVAudioPlayer. The concatenated file is playing perfect. But when i want to get the duration of the audioPlayer it is ...
0
votes
0answers
8 views
AVAudioplayer is playing error
hey i've create apps with avaudioplayer, but why method [isplaying] not working for me
here my code
-(void)playThisSong:(NSString *)userId andSongId:(NSString *)songId{
self.songnowNow=userId;
...
0
votes
1answer
63 views
Cannot Control Volume of AVAudioPlayer via Hardware Buttons when AudioSessionActive is NO
I'm building a turn-by-turn navigation app that plays periodic, short clips of sound. Sound should play regardless of whether the screen is locked, should mix with other music playing, and should ...
0
votes
0answers
18 views
Can i record an audio file playing in AVAudio player using AVAudio recorder?
i'm trying to record an audio with an increased playback speed...
at present i can play the audio in that format...but cant save the audio file.
just want an audio file jus the way i hear it...no ...
1
vote
1answer
72 views
Play multiple sounds (one by one) with AVAudioPlayer
I am using AVAudioPlayer to make an MP3 player. I have multiple MP3 sounds and would like to play these sounds one by one. Following is the logic of my app:
///// For playing 1st sound
mp3Player = ...



