ross::barna (rbarna++at++umich.edu)
Sun, 17 Oct 1999 13:35:28 -0400 (EDT)
system("playaiff audiofile.aiff&");
that will run a program that plays sound... non-blocking because of the
&... depending on your hardware, you can have a whole bunch of these
players going at the same time...
but that's not very safe and doesn't afford much control. we do have a
openSource library developed at the university of michigan that is
designed for sound in virtual environments ( with C++ API). you can get
more information by contacting rtecco++at++umich.edu
or you could read up on the SGI's digital media API.
hint: ours it easier....
---------------------------------------------
On Sun, 17 Oct 1999, syjin wrote:
> Hi,everyone,
>
> I want to add audio file,such as *.aiff,in virtual environment
> simulation by using Performer 2.2. But I do not know how to do it
> and even I can not the function to load and play the audio.
>
> Who can tell me how to solve the problem?
>
> Thank you very much
>
> David
> -----------------------------------------------------------------------
> List Archives, FAQ, FTP: http://www.sgi.com/software/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>
This archive was generated by hypermail 2.0b2 on Sun Oct 17 1999 - 10:25:04 PDT