-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathCHANGELOG
48 lines (26 loc) · 1.19 KB
/
CHANGELOG
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
2011-05-18 Bastian Bechtold <[email protected]>
PyAudio 0.2.5
- Added support for non-blocking audio playback
2010-08-12 Hubert Pham <[email protected]>
PyAudio 0.2.4
- Maintenance release: updated directory structure and packaging.
2008-10-29 Hubert Pham <[email protected]>
PyAudio 0.2.3
- Release the GIL during blocking PortAudio I/O calls.
- Fixed Python argument parsing to use a long for PaSampleFormat
(rather than int).
Thanks to many who have pointed out these two issues and sent
patches.
- pyaudio.PyAudio.is_format_supported() now throws a ValueError
exception if the specified format is not supported for any reason
(or returns True if the format is supported).
Prior, the method would return False if and only if the specified
sample rate was unsupported. is_format_supported() now will always
return True or throw an exception.
2008-03-06 Hubert Pham <[email protected]>
PyAudio 0.2.0
- Added PaMacCoreStreamInfo for Mac OS X Host API Specific Stream Info
(e.g., for channel maps).
- Added packaging files for building binaries.
2008-02-12 Justin Mazzola Paluska <[email protected]>
- Initial version of debian packaging.