Re: [Plib-users] Separate channels ?
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2003-01-31 12:03:47
|
Chambard O wrote: > Hello, > I would like if it is possible to do that with plib, before > investigating more > file1.wav -> speaker left > file2.wav -> speaker right No. The sound library only supports stereo at the very lowest level of the code - and even then, the samples for the two channels have to be interleaved. Check out OpenAL http://www.openal.org I'm pretty sure it'll do what you want. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net |