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 03-13-2010, 02:16 AM   #1 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 63
Default Different volume for different audio source

I am working on a music app, and I will be using AVAudioPlayer and iPod library(ie MPMusicPlayerController) to play some mixed sound. Is there any api so that I can set up different volumes for these two sources of sound?

Thanks,
firearasi is offline   Reply With Quote
Old 03-13-2010, 09:11 AM   #2 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 45
Default

in my game i use 2 avaudioplayer and timer :

Quote:
volumeTimer = [NSTimer scheduledTimerWithTimeInterval:0.05 target:self selector:@selector(updateVolume) userInfo:nil repeats:YES];
Quote:
-(void)updateVolume {

if (volumeSlider.enabled == YES) {


[audioPlayer setVolume:volumeSlider.value];
volumeSlider.value = [[NSUserDefaults standardUserDefaults] floatForKey:@"slider"];
}

else [audioPlayer setVolume0.0)];
}
Dorald is offline   Reply With Quote
Reply

Bookmarks

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: 262
23 members and 239 guests
ADY, bookesp, chillyh, ckgni, dacapo, Dani77, DarkAn, Davey555, Desert Diva, glenn_sayers, HemiMG, jakerocheleau, JasonR, LEARN2MAKE, nobre84, prchn4christ, Raggou, Rudy, ryantcb, Speed, themathminister, theone8one
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,885
Threads: 89,230
Posts: 380,765
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

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