Skip to content

Commit 26e5e2f

Browse files
Gary ScavoneGary Scavone
Gary Scavone
authored and
Gary Scavone
committed
More version/date updates in preparation for new release.
1 parent 5d590e2 commit 26e5e2f

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

doc/doxygen/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<HR>
22

33
<table><tr><td><img src="../images/mcgill.gif" width=165></td>
4-
<td>&copy;2001-2019 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr>
4+
<td>&copy;2001-2021 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr>
55
</table>
66

77
</BODY>

doc/doxygen/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! \page license License
22

33
RtAudio: a set of realtime audio i/o C++ classes<BR>
4-
Copyright (c) 2001-2019 Gary P. Scavone
4+
Copyright (c) 2001-2021 Gary P. Scavone
55

66
Permission is hereby granted, free of charge, to any person
77
obtaining a copy of this software and associated documentation files

doc/doxygen/tutorial.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@ RtAudio is a set of C++ classes that provide a common API (Application Programmi
1313

1414
RtAudio incorporates the concept of audio streams, which represent audio output (playback) and/or input (recording). Available audio devices and their capabilities can be enumerated and then specified when opening a stream. Where applicable, multiple API support can be compiled and a particular API specified when creating an RtAudio instance. See the \ref apinotes section for information specific to each of the supported audio APIs.
1515

16-
\section whatsnew Latest Updates (Version 5.1.0)
16+
\section whatsnew Latest Updates (Version 5.2.0)
1717

1818
Changes in this release include:
1919

20-
- new C API wrapper
21-
- new static functions to get API names
22-
- many WASAPI updates (thanks to Marcus Tomlinson)
20+
- update to audioprobe.cpp to list devices for all APIs
2321
- miscellaneous build system updates
24-
- bug fix for stream ticking in CoreAudio if using two devices for duplex
25-
- ALSA stream handle bug fixes
22+
- PulseAudio device detection fixes
23+
- various WASAPI updates (thanks to Marcus Tomlinson)
2624
- see git history for complete list of changes
2725

2826
\section download Download
2927

30-
Latest Release (17 April 2019): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-5.1.0.tar.gz">Version 5.1.0</A>
28+
Latest Release (15 November 2021): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-5.2.0.tar.gz">Version 5.2.0</A>
3129

3230
\section documentation Documentation Links
3331

doc/release.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.
22

3-
By Gary P. Scavone, 2001-2019.
3+
By Gary P. Scavone, 2001-2021.
4+
5+
v.5.2.0: (15 November 2021)
6+
- see git history for complete list of changes
7+
- update to audioprobe.cpp to list devices for all APIs
8+
- miscellaneous build system updates
9+
- PulseAudio device detection fixes
10+
- some Wasapi additions / fixes
411

512
v.5.1.0: (17 April 2019)
613
- see git history for complete list of changes

0 commit comments

Comments
 (0)