Changed the tutorails to say cAudio 2.0.0 instead of 1.7.1

This commit is contained in:
Raynaldo Rivera 2010-02-13 19:56:38 +00:00
parent 3a3a3b42ac
commit 7cf3d7fb0e
6 changed files with 23 additions and 11 deletions

View File

@ -1,5 +1,5 @@
//****************************************************************
//cAudio 2.0 Tutorial 1
//cAudio 2.0.0 Tutorial 1
//Basic 2d Audio
//****************************************************************
@ -14,7 +14,7 @@ using namespace std;
int main(int argc, char* argv[])
{
//Some fancy text
cout << "cAudio 1.7.1 Tutorial 1: 2DSound \n \n";
cout << "cAudio 2.0.0 Tutorial 1: 2DSound \n \n";
//Create an uninitialized Audio Manager
cAudio::IAudioManager* manager = cAudio::createAudioManager(false);

View File

@ -1,5 +1,5 @@
//****************************************************************
//cAudio 2.0 Tutorial 2
//cAudio 2.0.0 Tutorial 2
//Basic 3d Audio. Moving Audio source. Must be mono sound source
//****************************************************************
@ -15,7 +15,7 @@ using namespace std;
int main(int argc, char* argv[])
{
//Some fancy text
cout << "cAudio 1.7.1 Tutorial 2: 3dSound \n \n";
cout << "cAudio 2.0.0 Tutorial 2: 3dSound \n \n";
//Hold audio source x position
float rot = 0;

View File

@ -1,5 +1,5 @@
//****************************************************************
//cAudio 2.0 Tutorial 3
//cAudio 2.0.0 Tutorial 3
//Basic Memory Playback *Virtual file systems*
//bling.h created with bin2h http://deadnode.org/sw/bin2h/
//****************************************************************
@ -19,7 +19,7 @@ using namespace std;
int main(int argc, char* argv[])
{
//Some fancy text
cout << "cAudio 1.7.1 Tutorial 3: MemoryPlayback \n \n";
cout << "cAudio 2.0.0 Tutorial 3: MemoryPlayback \n \n";
//Create an uninitialized Audio Manager
cAudio::IAudioManager* manager = cAudio::createAudioManager(false);

View File

@ -1,5 +1,5 @@
//****************************************************************
//cAudio 2.0 Tutorial 4
//cAudio 2.0.0 Tutorial 4
//Audio Capture and playback
//****************************************************************
@ -17,7 +17,7 @@ const cAudio::AudioFormats CAPTURE_FORMAT = cAudio::EAF_16BIT_MONO;
int main(int argc, char* argv[])
{
//Some fancy text
cout << "cAudio 1.7.1 Tutorial 4: Capturing Audio \n \n";
cout << "cAudio 2.0.0 Tutorial 4: Capturing Audio \n \n";
std::string formatName;

View File

@ -1,5 +1,5 @@
//****************************************************************
//cAudio 2.0 Tutorial 5
//cAudio 2.0.0 Tutorial 5
//Audio effects
//****************************************************************
@ -14,7 +14,7 @@ using namespace std;
int main(int argc, char* argv[])
{
//Some fancy text
cout << "cAudio 1.7.1 Tutorial 5: Audio Effects \n \n";
cout << "cAudio 2.0.0 Tutorial 5: Audio Effects \n \n";
//Create an uninitialized Audio Manager
cAudio::IAudioManager* manager = cAudio::createAudioManager(false);

View File

@ -1,7 +1,19 @@
//Items with a * by them have been completed
Effect Presets
File log reciever
File source caching
Final quality check
Final documentation pass
Demonstate via tutorial adding a log reciever, event handler, and custom plugin
Change all tutorials to say cAudio 2.0.0
Change all tutorials to say cAudio 2.0.0 *
Log to file ~html based file~
--Not Engine Related --
Qt media player - cAudio backend
Setup new site
Setup new forum (phpbb3 installed need to customize)
Setup each release package
Convert Doxygen tutorails to website