Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 04-02-2011, 05:12 PM   #1 (permalink)
Registered Member
 
Join Date: Feb 2011
Posts: 122
architectpianist is on a distinguished road
Question AVAudioPlayer refuses to give in!

Hi,
This chunk of code has been evading me for a while now. It's supposed to play a 3-minute song when a view is loaded, but the music doesn't play. Here's the code:
Code:
	NSString *path = [[NSBundle mainBundle] pathForResource:@"MyBackgroundMusic" ofType:@"wav"];
	NSData *data = [[NSData alloc] initWithContentsOfFile:path]; //temporary (for the below line)
	NSLog(@"Data: %@", data); //SKIPS!!!
	NSError *err;
	NSLog(@"Path = %@", path);
	player = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:&err];
	if (player == nil) 
		NSLog(@"%@", [err description]);
	else 
	{
		[player prepareToPlay];
		player.numberOfLoops = -1;
		[player play];
		NSLog(@"Duration: %10.4f Current Time: %10.4f Playing? %i", player.duration, player.currentTime, player.playing);		
	}
The output is:
Code:
2011-04-02 16:58:36.602 mathematics[10699:207] Path = /Users/architectpianist/Library/Application Support/iPhone Simulator/4.2/Applications/33B3F7B0-74ED-4DD1-8965-BDF0CD957C66/mathematics.app/MyBackgroundMusic.wav
2011-04-02 16:58:48.590 mathematics[10699:207] Duration:   173.7525 Current Time:     0.0000 Playing? 1
I'm running this on the simulator, and yes, my computer volume is up . Any idea what's causing it to not play?
architectpianist is offline   Reply With Quote
Reply

Bookmarks

Tags
avaudioplayer, music, pathforresource, viewdidload

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 373
12 members and 361 guests
condor304, dansparrow, dre, ilmman, LezB44, michelle, Objective Zero, samdanielblr, Sami Gh, shagor012, thephotographer, tinamm64
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,663
Threads: 94,119
Posts: 402,896
Top Poster: BrianSlick (7,990)
Welcome to our newest member, LezB44
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:39 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0