|
Revision 2077, 463 bytes
(checked in by kevn, 9 years ago)
|
added an item of note.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
SoundEngine: Abstraction for multiple sound API's. |
|---|
| 2 |
Contact: Kevin Meinert or the VR Juggler team at http://www.vrjuggler.org |
|---|
| 3 |
|
|---|
| 4 |
Purpose: To get people to use sound more in their VR apps - since it's |
|---|
| 5 |
nearly impossible when the license restricts you to one machine. |
|---|
| 6 |
|
|---|
| 7 |
Caveats: The Aw classes runs on Audioworks machines only... how barfy |
|---|
| 8 |
SL is 8 bit mono with 3 sound polyphony.. also barfy. |
|---|
| 9 |
OpenAL doesn't work on IRIX yet. |
|---|
| 10 |
Read the TODO file for other limitations. |
|---|