Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
2.0KB

  1. /*! \page acknowledge Acknowledgements
  2. Many thanks to the following people for providing bug fixes and improvements:
  3. <UL>
  4. <LI>Stefan Arisona</LI>
  5. <LI>Vincent B&eacute;nony</LI>
  6. <LI>Rasmus Ekman</LI>
  7. <LI>Anders Ervik</LI>
  8. <LI>Robin Davies (Windows DS and ASIO)</LI>
  9. <LI>Martin Koegler</LI>
  10. <LI>Dmitry Kostjuchenko</LI>
  11. <LI>Oliver Larkin</LI>
  12. <LI>Antoine Lefebvre</LI>
  13. <LI>Carlos Luna</LI>
  14. <LI>Dominic Mazzoni</LI>
  15. <LI>Tristan Matthews</LI>
  16. <LI>Peter Meerwald (PulseAudio)</LI>
  17. <LI>Benjamin Schroeder</LI>
  18. <LI>Ryan Williams (Windows non-MS compiler ASIO support)</LI>
  19. <LI>Ed Wildgoose (Linux ALSA and Jack)</LI>
  20. </UL>
  21. 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.
  22. 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).
  23. */