Commit Graph

  • ab339f8352 2to3: fix print statements. Hubert Pham 2012-08-30 04:47:05 -0400
  • 1615e4ce80 2to3: remove module state to simplify initialization. Hubert Pham 2012-08-30 16:24:08 -0400
  • 1125da6f99 Py2to3: initial patch. Hubert Pham 2012-08-27 00:14:58 -0400
  • ba10e04d1e Merge branch 'nonblocking' Hubert Pham 2012-09-01 14:05:45 -0400
  • 9de8018304 Non-blocking: combine timing info for callback as suggested by Bastian. Hubert Pham 2012-08-27 18:27:51 -0400
  • 1bc6abb9b6 Cosmetic cleanup. Hubert Pham 2012-08-26 15:30:10 -0400
  • 4036322c68 Non-blocking: update epydoc documentation. Hubert Pham 2012-08-26 15:22:37 -0400
  • 4287326f36 Non-blocking: support read-only streams. Hubert Pham 2012-08-26 15:08:48 -0400
  • 51eafbef69 Non-blocking: fix referencing counting memory leak. Hubert Pham 2012-08-26 03:21:53 -0400
  • 3d3c57ffbe Non-blocking: increment reference to callback function object. Hubert Pham 2012-08-26 02:53:37 -0400
  • 9a99f93bb0 Error handling: show stacktrace and set asyc exception on callback error. Hubert Pham 2012-08-26 02:37:28 -0400
  • eedfb3dd8f Non-blocking: use a C struct for callback context. Hubert Pham 2012-08-26 02:25:57 -0400
  • ca85fd0d5f Non-blocking: add wire and playback test. Hubert Pham 2012-08-26 01:23:21 -0400
  • 2a8d011698 Non-blocking: add more logging. Hubert Pham 2012-08-26 01:22:40 -0400
  • 6f9efe0ba3 Non-blocking: add status to callback. Hubert Pham 2012-08-26 01:09:49 -0400
  • 742b3b3781 Non-blocking: refactor C callback error handling. Hubert Pham 2012-08-26 00:47:59 -0400
  • ab8c3259fa Non-blocking: return bytes (for captured audio) instead of bytearray. Hubert Pham 2012-08-26 00:46:57 -0400
  • b6d5593a2b Cosmetic changes. Hubert Pham 2012-08-25 22:35:25 -0400
  • 1fb9e8db6c Fix warnings. Hubert Pham 2012-08-25 22:33:47 -0400
  • 3f5bc25c72 Non-blocking: call PyEval_InitThreads to prevent segfault. Hubert Pham 2012-08-25 22:28:03 -0400
  • 3f55f344a0 Non-blocking: enforce upper bound of bytes copied to prevent buffer overflow. Hubert Pham 2012-08-25 22:26:00 -0400
  • 3b8fdb72e7 Non-blocking: decrement reference counts for temporary values. Hubert Pham 2012-08-25 22:09:35 -0400
  • ed2bbdfc9a Non-blocking: initial contribution from Bastian Bechtold. Hubert Pham 2012-08-25 01:06:11 -0400
  • 658d6a0617 Update Debian changelog. Hubert Pham 2010-11-03 00:28:23 -0400
  • 42c6ec28d7 Generate documentation against built portaudio module. Hubert Pham 2010-11-02 01:00:43 -0400
  • 9337013c34 Add python-docutils to Build-Depends. Hubert Pham 2010-10-15 04:17:51 -0400
  • 1f859c6291 Add license to Debian packaging. debian/0.2.4-1 Hubert Pham 2010-09-03 01:47:00 -0400
  • 2067c4a45d Add debian packaging. Hubert Pham 2010-09-01 15:27:02 -0400
  • c7468753fe Add packaging for binary installers. bdist/0.2.4-1 Hubert Pham 2010-09-01 15:28:41 -0400
  • 775aaca9ee Merge branch '0.2.4' v0.2.4 Hubert Pham 2010-09-01 15:25:39 -0400
  • 04442d1976 Add MANIFEST template and amend Makefile clean, tarball targets. Hubert Pham 2010-08-14 18:09:42 -0400
  • 05ad8ab587 Move tests --> test. Hubert Pham 2010-08-14 18:06:27 -0400
  • 24e2d62393 Add .gitignore. Hubert Pham 2010-08-14 17:00:39 -0400
  • dda3aff3d3 Update version number, installation instructions, and changelog. Hubert Pham 2010-08-14 16:59:57 -0400
  • 64abac6cea Remove whitespace. Hubert Pham 2010-08-14 16:51:29 -0400
  • ed6c985095 Update setup.py for updated directory layout. Hubert Pham 2010-08-14 16:46:52 -0400
  • dd29f48050 Reorganized directory layout. Hubert Pham 2010-08-14 16:25:37 -0400
  • 2059c5d707 Merge branch '0.2.3' into new-master v0.2.3 Hubert Pham 2010-08-09 03:46:33 -0400
  • 2f4330f7a5 Additional updates to version references. Hubert Pham 2008-11-02 18:20:01 +0000
  • 2aef341c4b Update packaging for release 0.2.3. Hubert Pham 2008-11-02 04:27:21 +0000
  • cf3fc6a29b Cosmetic changes (part 3, header file). Hubert Pham 2008-10-30 03:37:49 +0000
  • 041e45ac48 Cosmetic changes (part 2, remove trailing whitespace). Hubert Pham 2008-10-30 03:35:34 +0000
  • e6df9fbddb Cosmetic changes (part 1, coding style). Hubert Pham 2008-10-30 03:30:38 +0000
  • 5bb6f331f6 Update documentation. Hubert Pham 2008-10-30 00:18:38 +0000
  • 6f98b6c5b9 Initial cosmetic changes. Hubert Pham 2008-10-30 00:17:42 +0000
  • f0218c5670 PyAudio.is_format_supported() now throws ValueError if the specified format is not supported for any reason (or returns True if the format is supported). Hubert Pham 2008-10-30 00:04:15 +0000
  • 4b7117786a GIL release fix. Hubert Pham 2008-10-29 23:34:26 +0000
  • 5844f8040f Merge branch '0.2.0' into new-master v0.2.0 Hubert Pham 2010-08-09 03:33:28 -0400
  • 47d958a38f Update language on INSTALL. Hubert Pham 2008-03-04 02:22:58 +0000
  • cf4537b21e Add libportaudio2 as dependency to deb. Hubert Pham 2008-03-03 22:18:40 +0000
  • 541fbc6e82 play_wave_macosx_channelmap.py: fix docstring. Hubert Pham 2008-03-03 22:18:22 +0000
  • 2b41df7cc9 Rename play_wave_mac_channel_map.py. Hubert Pham 2008-03-03 21:19:06 +0000
  • 1e2720a1d6 Update INSTALL; add graceful exit to play_wave_mac_channel_map.py. Hubert Pham 2008-03-03 21:18:43 +0000
  • c9a42127fe Remove postinst.py. Hubert Pham 2008-03-03 20:02:08 +0000
  • 1cd87312ff Update documentation. Hubert Pham 2008-03-03 19:29:33 +0000
  • 3b502ebb4c PaMacCoreStreamInfo bug fixes. Hubert Pham 2008-03-03 18:00:19 +0000
  • bb486ea160 Add multiple installers for different Mac OS X Python(s). Hubert Pham 2008-02-29 21:19:44 +0000
  • 7a93fffa0a Add Mac OS X Host API Stream Info interface. Hubert Pham 2008-02-25 22:28:16 +0000
  • 3ab6d8241a Add packaging to create binary distributions. Hubert Pham 2008-02-25 17:30:29 +0000
  • 044524cf39 Intial version of debian packaging Justin Mazzola Paluska 2008-02-12 19:05:16 +0000
  • 57702be310 fixed INSTALL instructions---less ambiguous wording for instructions on untar'ing pyaudio Hubert Pham 2006-12-20 06:21:34 +0000
  • 55379e1b01 pyaudio: added --with-alsa flag to setup.py to link in ALSA libraries Hubert Pham 2006-09-17 21:48:50 +0000
  • d9117e8d48 git-svn-id: https://svn.csail.mit.edu/pyaudio/trunk@9 b6966296-9315-0410-889a-8473bed30898 Hubert Pham 2006-06-06 21:01:49 +0000
  • 38a839356f git-svn-id: https://svn.csail.mit.edu/pyaudio/trunk@8 b6966296-9315-0410-889a-8473bed30898 Hubert Pham 2006-06-06 20:57:25 +0000
  • dfba690a98 git-svn-id: https://svn.csail.mit.edu/pyaudio/trunk@7 b6966296-9315-0410-889a-8473bed30898 Hubert Pham 2006-06-06 20:50:26 +0000
  • 8708297677 git-svn-id: https://svn.csail.mit.edu/pyaudio/trunk@6 b6966296-9315-0410-889a-8473bed30898 Hubert Pham 2006-06-06 20:44:54 +0000
  • 21b317d655 initial import Hubert Pham 2006-06-06 20:00:43 +0000
  • a572e25ed6 adding pyaudio directory Hubert Pham 2006-06-06 19:55:50 +0000
  • fe286ea4fc adding trunk Hubert Pham 2006-06-06 19:54:49 +0000