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

Mockup & CodeGen, iPhone & iPad
($9.99)

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

Manu
($0.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 02-23-2010, 03:00 PM   #1 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 3
Default Looping and paning my sound!

I searched the forum but couldn't get a great answer. I'm a real beginner to programming so this question is probably easily answered.

Code:
	SystemSoundID ssid;
	NSString *paths=[[NSBundle mainBundle]resourcePath];
	NSString *audioFile=[paths stringByAppendingPathComponent :@"sound.caf"];
	NSURL *audioURL=[NSURL fileURLWithPath:audioFile isDirectory:NO];
	OSStatus error=AudioServicesCreateSystemSoundID((CFURLRef)audioURL, &ssid);
	if(error){NSLog(@"Audio error");}
	else{AudioServicesPlaySystemSound(ssid);}
This is the code snippet I'm using to generate sound, my sound is a 20 second caf file that I'd like to loop. How do I loop it? And can I pan it also? Is this a good way to implement sound in my app?

Thanks guys!
SpaceGhost is offline   Reply With Quote
Old 02-23-2010, 04:05 PM   #2 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 3
Default

Can somebody please help me!
SpaceGhost is offline   Reply With Quote
Reply

Bookmarks

Tags
loop, pan, sound

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: 246
12 members and 234 guests
2WeeksToGo, ADY, BrianSlick, Dani77, Dattee, headkaze, mer10, mgon987, timle8n1, Touchmint, vigu360
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,879
Threads: 89,228
Posts: 380,745
Top Poster: BrianSlick (7,129)
Welcome to our newest member, mgon987
Powered by vBadvanced CMPS v3.1.0

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