caudio/Examples
Joshua Jones 3f06749573 Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create.
Added the ability for the user to provide a DataSourceFactory, which cAudio will use to get audio data.  This interface can be overridden to provide cAudio the ability to read from zip archives, TCP streams, potentially any location.  DataSourceFactories can also be prioritized.
Made the existing FileSource a factory and registered it by default with the manager.  If the user wishes to prevent cAudio from reading from disk, unRegister the "FileSystem" data source.
Made tutorials conform with the changes to the API.
2010-02-13 05:48:19 +00:00
..
Tutorial1_2DSound Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
Tutorial2_3DSound Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
Tutorial3_MemoryPlayback Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
Tutorial4_AudioCapture Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
Tutorial5_AudioEffects Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
buildAll.sh 2009-06-21 03:24:30 +00:00