> On 9/9/07, Vincent Knecht <[EMAIL PROTECTED]> wrote: >> Hello, >> >> the OpenAL branch has been updated to trunk level, and needs testing >> before >> it can be merged in trunk... so far it works for me on GNU/Linux. >> I quickly tested on MinGW/MSYS, sndtest was OK but asndtest didn't show the >> room, and sound stopped after moving (blindly) a bit... >> >> The specific bits to be tested are: >> - sndtest: the software audio renderer testing application >> - asndtest: the advanced, OpenAL specific testing application >> >> There's a Trac wiki page at: >> http://www.crystalspace3d.org/trac/CS/wiki/OpenAL >> >> The SVN URL: >> https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/soc/openal >> >> Please note that CEL still has to be updated wrt. those sound interface >> changes. > > Is it not backwards compatible? If not we have to make sure that it is.
Ooops, nearly forgot that mail... As noted in wiki page, there was an interface split, like: "iSndSysSourceSoftware3D was split into iSndSysSource3D for the 3D stuff, and iSndSysSourceSoftware for the software specific stuff." And I guess that: - iSndSysSource3D, iSndSysSource3DDirectionalSimple and iSndSysSource3DDirectional are totally new interfaces - iSndSysSourceSoftware3D doesn't exist anymore and its methods have been spread in the new interfaces. I didn't really study the changes, my note was just a warning about build errors I got after trying to build CEL with the OpenAL branch (which were limited to pcsound, though; will post them later if needed when I have an OpenAL branch build again). And so far, I have no idea if it's possible to maintain backward compatibility in such a case (but remember, I'm not a programmer...) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
