|
12345678910111213141516171819202122232425262728 |
- /*! \page acknowledge Acknowledgements
-
- Many thanks to the following people for providing bug fixes and improvements:
- <UL>
- <LI>Stefan Arisona</LI>
- <LI>Vincent Bénony</LI>
- <LI>Rasmus Ekman</LI>
- <LI>Anders Ervik</LI>
- <LI>Robin Davies (Windows DS and ASIO)</LI>
- <LI>Martin Koegler</LI>
- <LI>Dmitry Kostjuchenko</LI>
- <LI>Oliver Larkin</LI>
- <LI>Antoine Lefebvre</LI>
- <LI>Carlos Luna</LI>
- <LI>Dominic Mazzoni</LI>
- <LI>Tristan Matthews</LI>
- <LI>Peter Meerwald (PulseAudio)</LI>
- <LI>Benjamin Schroeder</LI>
- <LI>Ryan Williams (Windows non-MS compiler ASIO support)</LI>
- <LI>Ed Wildgoose (Linux ALSA and Jack)</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.
-
- The early 2.0 version of RtAudio was slowly developed over the course of many months while in residence at the <A href="http://www.iua.upf.es/">Institut Universitari de L'Audiovisual (IUA)</A> in Barcelona, Spain and the <A href="http://www.acoustics.hut.fi/">Laboratory of Acoustics and Audio Signal Processing</A> at the Helsinki University of Technology, Finland. Much subsequent development happened while working at the <A href="http://www-ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA)</A> at <A href="http://www.stanford.edu/">Stanford University</A>. All recent versions of RtAudio have been completed while working as an assistant / associate professor of <a href="http://www.music.mcgill.ca/musictech/">Music Technology</a> at <a href="http://www.mcgill.ca/">McGill University</a>. This work was supported in part by the United States Air Force Office of Scientific Research (grant \#F49620-99-1-0293).
-
- */
|