caudio/Examples/Tutorial1_2DSound
2010-02-11 15:29:40 +00:00
..
main.cpp Added support for adding custom data sources. using registerSource(const char* , IDataSource*) createFromSource(const char*) isSourceRegistered(cont char*) unRegisterSource(cont char*) 2010-02-11 15:29:40 +00:00
Tutorial1_2DSound.cbp 2009-06-21 03:24:30 +00:00
Tutorial1_2DSound.vcproj Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00