-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changelog.txt
54 lines (36 loc) · 1.44 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
This this the changelog file for the Pothos Audio toolkit.
Release 0.3.2 (pending)
==========================
- Fix find port audio library path on osx
Release 0.3.1 (2018-04-11)
==========================
- Fixed call to Pa_IsFormatSupported() for audio source streams
Release 0.3.0 (2017-12-25)
==========================
- Renamed the project repo from pothos-audio to PothosAudio
- Audio info switched to Pothos version 0.6 device info format
- Alternative JSON C++ library to handle JSON parsing/emitting
- Fixed widget type for device selection overlay
Release 0.2.1 (2017-07-14)
==========================
- Updated debian packaging for 0.5 module ABI
Release 0.2.0 (2016-08-02)
==========================
- Implement JSON overlay for GUI device enumeration
- Refactor audio source/sink around common block
Release 0.1.3 (2016-05-10)
==========================
- Specify the minimum number of blocking frames
- Added configurable underflow/overflow back-off
- Added options for underflow/overflow reporting
- Added work function check for empty input buffer
- Added missing libpoco-dev to debian Build-Depends
Release 0.1.2 (2015-12-16)
==========================
- Added debian packaging support for audio toolkit
Release 0.1.1 (2015-06-16)
==========================
- Pa_Read/WriteStream replace exceptions with logging in work
Release 0.1.0 (2014-12-21)
==========================
This is the first public release of the Pothos Audio toolkit.