diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2011-04-13 00:50:38 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:27 +0200 |
| commit | 6faf4336eb5952b141e1c239d194f5cd70f0a885 (patch) | |
| tree | 0138f26b95005b27ecc888e0c2dacf5f7ffe09b5 /doc/doxygen | |
| parent | 24a98a1971301e582dc56ef2c6ac94c342b674dd (diff) | |
Updates for release 4.0.8, including new python binding, new teststops.cpp program, ALSA "default" flag, and various changes to stopping behavior (GS).
Diffstat (limited to 'doc/doxygen')
| -rw-r--r-- | doc/doxygen/Doxyfile | 2 | ||||
| -rw-r--r-- | doc/doxygen/acknowledge.txt | 5 | ||||
| -rw-r--r-- | doc/doxygen/license.txt | 2 | ||||
| -rw-r--r-- | doc/doxygen/tutorial.txt | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 7ce3859..b60907f 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = RtAudio # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.0.7 +PROJECT_NUMBER = 4.0.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/doxygen/acknowledge.txt b/doc/doxygen/acknowledge.txt index 658d550..81b17a8 100644 --- a/doc/doxygen/acknowledge.txt +++ b/doc/doxygen/acknowledge.txt @@ -4,9 +4,12 @@ Many thanks to the following people for providing bug fixes and improvements: <UL> <LI>Anders Ervik</LI> <LI>Robin Davies (Windows DS and ASIO)</LI> +<LI>Antoine Lefebvre</LI> +<LI>Dominic Mazzoni</LI> +<LI>Tristan Matthews</LI> <LI>Ryan Williams (Windows non-MS compiler ASIO support)</LI> <LI>Ed Wildgoose (Linux ALSA and Jack)</LI> -<LI>Dominic Mazzoni</LI> + </UL> The RtAudio API incorporates many of the concepts developed in the <A href="http://www.portaudio.com/">PortAudio</A> project by Phil Burk and Ross Bencina. Early development also incorporated ideas from Bill Schottstaedt's <A href="http://www-ccrma.stanford.edu/software/snd/sndlib/">sndlib</A>. The CCRMA <A href="http://www-ccrma.stanford.edu/groups/soundwire/">SoundWire group</A> provided valuable feedback during the API proposal stages. diff --git a/doc/doxygen/license.txt b/doc/doxygen/license.txt index 08cb0a6..eda2be5 100644 --- a/doc/doxygen/license.txt +++ b/doc/doxygen/license.txt @@ -1,7 +1,7 @@ /*! \page license License RtAudio: a set of realtime audio i/o C++ classes<BR> - Copyright (c) 2001-2010 Gary P. Scavone + Copyright (c) 2001-2011 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index 9b2aaf0..1c0ecd1 100644 --- a/doc/doxygen/tutorial.txt +++ b/doc/doxygen/tutorial.txt @@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio: \section download Download -Latest Release (4 February 2010): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.7.tar.gz">Version 4.0.7</A> +Latest Release (12 April 2011): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.8.tar.gz">Version 4.0.8</A> \section documentation Documentation Links |
