Difference between revisions of "MUGIC-Audio-Wrapper"
From Immersive Visualization Lab Wiki
(Created page with "=Specifications for Audio in MUGIC= The Class specifications are currently being programmed for now, and will be released in the near future. Usually updated Monday afternoo...") |
m (→Specifications for Audio in MUGIC) |
||
Line 6: | Line 6: | ||
TBA: | TBA: | ||
+ | |||
+ | New! Classes: | ||
+ | |||
+ | //For handling Sounds, Sound | ||
+ | |||
+ | Sound.h | ||
+ | Sound.cpp | ||
+ | |||
+ | //A list of Sound Objects, SoundList | ||
+ | |||
+ | SoundList.h | ||
+ | SoundList.cpp | ||
==OpenAL integration and support== | ==OpenAL integration and support== |
Revision as of 16:16, 27 January 2014
Contents |
Specifications for Audio in MUGIC
The Class specifications are currently being programmed for now, and will be released in the near future.
Usually updated Monday afternoons. Stay Tuned!
TBA:
New! Classes:
//For handling Sounds, Sound
Sound.h Sound.cpp
//A list of Sound Objects, SoundList
SoundList.h SoundList.cpp
OpenAL integration and support
Attaching Sound to Objects
Transitioning-between-sounds-Algorithms
Proper deterministic Looping protocols
Ease of Use
About The Author
Jonathan Shamblen is a Graphics and Sound programmer at UCSD. He is particularly interested in immersive, real-time, large-scale applications of Graphics and Sound Algorithms.