Page 1 of 2
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 10:38 am
by spacy51
Pro:
Make exe smaller
One less SDK for developers to download and install
Native support only by a few sound cards (I know of Creative and NVIDIA)
Windows SDK maintained by Creative Tech.
Official documentation too lean
XAudio2 works as well
Â
Contra:
Â
Â
I would still keep the source file in the SVN repo so some Linux guy can modify it a little and use it for the Linux build if he wishes, but I think it would be a good idea to remove it from the windows build.
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 1:14 pm
by TheTitan
I think this may be reasonable.
Â
Pros are just overwhelming in relation to cons.
Â
Never used OpenAl myself.
Â
Best regards,
Â
TheTitan
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 1:33 pm
by ZachBacon
I rather not loose openal it gives pretty good sound and it's also supported on linux in the linux build of vba-m, I vote we keep it
and to make the exe smaller one could use strip from mingw to remove debugging symbols and also use upx to compress the exe, so far I've gotten vba-m down to a few hundred kb this way
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 1:41 pm
by TheTitan
I rather not loose openal it gives pretty good sound and it's also supported on linux in the linux build of vba-m, I vote we keep it
and to make the exe smaller one could use strip from mingw to remove debugging symbols and also use upx to compress the exe, so far I've gotten vba-m down to a few hundred kb this way
Â
I would totally agreee with that, if you ask me. :angel:
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 1:51 pm
by spacy51
I rather not loose openal it gives pretty good sound and it's also supported on linux in the linux build of vba-m, I vote we keep it
and to make the exe smaller one could use strip from mingw to remove debugging symbols and also use upx to compress the exe, so far I've gotten vba-m down to a few hundred kb this way
Â
Â
XAudio2 gives exactly the same good sound. Is it really in the Linux build? All I can see from the source files is that GTK uses the SDL sound API.
Â
I only want to remove OpenAL from the windows build.
Â
The only advantage of OpenAL is that it is supported on multiple platforms, but we can not make use of this advantage if the GUI is not cross-platform capable.
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 1:54 pm
by ZachBacon
not all operating systems (when I say this I mean some windows operating systems) support XAudio2 but yet supports OpenAL or if they support XAudio2 the sound doesn't come out right where OpenAL does (I'm speaking as a user that has had issues with XAudio, mind you not anymore since I got a better sound card but still.)
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 1:57 pm
by spacy51
We still have DirectSound for the older OS.
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 2:16 pm
by ZachBacon
yeah but either way you can't run vba-m without having xaudio2 or OpenAL installed [img]<fileStore.core_Emoticons>/emoticons/tongue.png[/img]/emoticons/tongue@2x.png 2x" width="20" height="20" /> (I think I made a loop there >_<)
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 2:22 pm
by spacy51
You don't have to seperately install XAudio2. The latest DirectX SDK should be enough.
Â
Btw, OpenAL software device is just a wrapper around DirectSound [img]<fileStore.core_Emoticons>/emoticons/wink.png[/img]/emoticons/wink@2x.png 2x" width="20" height="20" />
Request: Remove OpenAL support from Windows build
Posted: Sun Aug 16, 2009 2:50 pm
by ZachBacon
actually you would have to compile vba-m without xaudio but for the unintiated person compiling with the defaults then yes it's an issue, I say leave it but maybe I don't know add sort of like a plugin like most other emulators are (may fit in with the rewrite idea being tossed around by the other devs)