On Thursday 17 January 2008 04:40:18 [EMAIL PROTECTED] wrote: > Franois, > > > You mean to help porting *nix apps to win ? > > isn't there already some kind of OSS emulation in cygwin ? > > Good point, I didn't even consider this. However looks as if cygwin's OSS > emulation is very behind, only old /dev/dsp stuff I think without any OSS > v4.0 stuff. However, one serious problem with cygwin is that it isn't > compatible with any proprietary software, for example no staticly linking > with the cygwin library for instance with out releasing your source > code... Details, http://cygwin.com/license.html
UWIN[1] is still maintained and is under the CPL[2]. Looking at the source there's already an OSS wrapper (src/lib/libposix/audio.c which is called from src/lib/libposix/ioctl.c), but it implements only two ioctls: SNDCTL_DSP_CHANNELS and SNDCTL_DSP_SPEED. [1] http://www.research.att.com/~gsf/cgi-bin/download.cgi?action=list&name=uwin [2] http://www.opensource.org/licenses/cpl1.0.txt This is long, but it seems basically like the CDDL or MPL with some sort of patent licencing. The code itself stays open, but you can link freely. Yours, Yair K. _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel