The download link is broken! I REALLY need this dll. Can someone please upload it somewhere?
Why not use FMOD? Has more features from what I can see.
Posted 25 May 2012 - 10:20 PM
The download link is broken! I REALLY need this dll. Can someone please upload it somewhere?
Posted 02 June 2012 - 06:48 PM
Posted 05 June 2012 - 06:17 PM
Posted 07 June 2012 - 06:45 AM
Edited by Arusiasotto, 07 June 2012 - 06:47 AM.
Posted 20 June 2012 - 04:39 PM
Edited by Razon, 20 June 2012 - 04:39 PM.
Posted 11 August 2012 - 08:45 AM
external_call(global.dll_SS_Unload);
global.dll_SS_Init = external_define( "supersound.dll", "SS_Init", dll_stdcall, ty_string, 0); global.dll_SS_Unload = external_define( "supersound.dll", "SS_Init", dll_stdcall, ty_string, 0); global.dll_SS_LoadSound = external_define( "supersound.dll", "SS_LoadSound", dll_stdcall, ty_string, 2, ty_string, ty_string);
global.dll_SS_Unload = external_define( "supersound.dll", "SS_Unload", dll_stdcall, ty_string, 0);
Posted 12 August 2012 - 05:09 AM
global.dll_SS_Unload = external_define( "supersound.dll", "SS_Unload", dll_stdcall, ty_string, 0);
global.dll_SS_Unload = external_define( "supersound.dll", "SS_Init", dll_stdcall, ty_string, 0);
Posted 14 August 2012 - 10:27 PM
.
The download link is broken! I REALLY need this dll. Can someone please upload it somewhere?
Why not use FMOD? Has more features from what I can see.
Posted 15 August 2012 - 03:27 AM
Posted 16 August 2012 - 11:47 PM
Posted 21 August 2012 - 09:54 PM
Edited by JGM_25, 21 August 2012 - 09:57 PM.
Posted 26 August 2012 - 09:10 PM
Edited by Klassic, 26 August 2012 - 09:19 PM.
Posted 29 August 2012 - 02:50 AM
Edited by JGM_25, 29 August 2012 - 02:53 AM.
Posted 19 October 2012 - 09:00 PM
Posted 19 October 2012 - 09:27 PM
Is FMOD having issues like that or it's ok? I want a CLEAN ogg support for my game...
Posted 19 October 2012 - 09:36 PM
Is FMOD having issues like that or it's ok? I want a CLEAN ogg support for my game...
I'm currently using FMOD, quite happy with it. Icuurd, who provides the GM's use of the FMOD DLL is highly knowledgeable, perhaps even more importantly however, highly active. He's known to respond to bugs and questions quickly. That's why I've personally switched to FMOD, although I haven't run into any problems yet that I've actually had to call on Icuurd's help.
In the past I've used multiple DLLs for which the maker went inactive shortly. Any bugs or necessary expansion of functionality meant I've had to rewrite a lot of functionality many times. (Super Sound was actually one of these DLLs) In that sense, Super Sound is not reliable at all. It's maker went inactive in 2010. The topic hasn't been updated since 2009. And the original DLL was for GM 5 back in 2005.
I'd go for FMOD at the moment.
Posted 19 October 2012 - 09:54 PM
Is FMOD having issues like that or it's ok? I want a CLEAN ogg support for my game...
I'm currently using FMOD, quite happy with it. Icuurd, who provides the GM's use of the FMOD DLL is highly knowledgeable, perhaps even more importantly however, highly active. He's known to respond to bugs and questions quickly. That's why I've personally switched to FMOD, although I haven't run into any problems yet that I've actually had to call on Icuurd's help.
In the past I've used multiple DLLs for which the maker went inactive shortly. Any bugs or necessary expansion of functionality meant I've had to rewrite a lot of functionality many times. (Super Sound was actually one of these DLLs) In that sense, Super Sound is not reliable at all. It's maker went inactive in 2010. The topic hasn't been updated since 2009. And the original DLL was for GM 5 back in 2005.
I'd go for FMOD at the moment.
Thanks for your fast answer. Do you have experience with Oddio? It's also on the first page in the forum and seems simple (although not handling 3D sounds like FMOD)
Posted 06 December 2012 - 11:01 PM
ss_init();
{
ss_pause_sound(global.m_menu);
}
{
global.m_pause = ss_load_sound("Music\shipselect.ogg" );
ss_loop_sound(global.m_pause);
}
Posted 31 January 2013 - 11:42 PM
Posted 03 February 2013 - 01:43 PM
There's a mirror download link available for it here.The link appears to be broken, could you please update it?
I'll also send you a PM in case this post goes unnoticed.
0 members, 0 guests, 0 anonymous users