diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-09 15:14:30 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-09 15:14:30 -0400 |
| commit | 25b45950168d2a477fb975567dbff750b5d8e5ba (patch) | |
| tree | a52b3e1380dbcee4a948d11638478b3a4bb3a813 /RtAudio.h | |
| parent | 0d0fb5433a2be8723a392b943111aea75b301333 (diff) | |
Bug fix for DS enumeration when devices are unplugged; bug fix if an error occurs when opening a stream after a previous stream was closed; various documentation updates in preparation for release 4.1.0.
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,12 +5,12 @@ RtAudio provides a common API (Application Programming Interface) for realtime audio input/output across Linux (native ALSA, Jack, and OSS), Macintosh OS X (CoreAudio and Jack), and Windows - (DirectSound and ASIO) operating systems. + (DirectSound, ASIO and WASAPI) operating systems. RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/ RtAudio: realtime audio i/o C++ classes - Copyright (c) 2001-2013 Gary P. Scavone + Copyright (c) 2001-2014 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -45,7 +45,7 @@ #ifndef __RTAUDIO_H #define __RTAUDIO_H -#define RTAUDIO_VERSION "4.1.0pre" +#define RTAUDIO_VERSION "4.1.0" #include <string> #include <vector> |
