FORUM CLOSED, PLEASE REGISTER AT FORUM.SIO2INTERACTIVE.COM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Another Audio Engine can be used in SIO2 :)

3 posters

Go down

Another Audio Engine can be used in SIO2  :) Empty Another Audio Engine can be used in SIO2 :)

Post  sw Sun Feb 01, 2009 9:34 pm

it is the Apple

SoundEngine.cpp
and SoundEngine.h

http://www.iphogame.com/tmp/


works in my game project perfect , support mp3 and others but not the ogg
sw
sw

Posts : 73
Join date : 2008-10-12

Back to top Go down

Another Audio Engine can be used in SIO2  :) Empty Re: Another Audio Engine can be used in SIO2 :)

Post  uprise78 Mon Feb 02, 2009 7:18 pm

Be careful with SoundEngine. It has some bugs and memory leaks. Check the Apple forums for more info.

uprise78

Posts : 228
Join date : 2008-10-31

Back to top Go down

Another Audio Engine can be used in SIO2  :) Empty Re: Another Audio Engine can be used in SIO2 :)

Post  sw Mon Feb 02, 2009 8:41 pm

uprise78 wrote:Be careful with SoundEngine. It has some bugs and memory leaks. Check the Apple forums for more info.
thanks .
just fix as following : UnloadEffect

OSStatus UnloadEffect(UInt32 inEffectID)
{
SoundEngineEffect *theEffect = mEffectsMap->Get(inEffectID);
if (theEffect)
{
mEffectsMap->Remove(inEffectID);
delete theEffect;
}
return 0;
}
sw
sw

Posts : 73
Join date : 2008-10-12

Back to top Go down

Another Audio Engine can be used in SIO2  :) Empty Re: Another Audio Engine can be used in SIO2 :)

Post  terryc Sun Feb 08, 2009 9:31 am

very good , its just mine need now ...many thanks

terryc

Posts : 11
Join date : 2009-02-08

Back to top Go down

Another Audio Engine can be used in SIO2  :) Empty Re: Another Audio Engine can be used in SIO2 :)

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum