Commit Graph

  • 4c00e7371b Updated README. Lars Immisch 2015-05-13 23:46:04 +02:00
  • 0e84b51a08 device=None is an error Lars Immisch 2015-05-12 09:34:10 +02:00
  • 8de9c92791 Undo the argument name/order incompatibility Lars Immisch 2015-05-12 09:24:11 +02:00
  • 2112840b4d Improve Readme Lars Immisch 2015-05-11 22:18:19 +02:00
  • 526bd05eaf Take version from git tag Lars Immisch 2015-05-11 22:13:02 +02:00
  • a83979a71e Fix get_pcmtype for Python2.7 Lars Immisch 2015-05-11 08:18:40 +00:00
  • 750140c278 Fix compatibility with Python 2.7 Lars Immisch 2015-05-10 01:02:10 +00:00
  • d28b117c22 Whitespace Lars Immisch 2015-05-10 02:22:24 +02:00
  • ed5ecccc97 Fix logic error, whitespace Lars Immisch 2015-05-10 02:21:44 +02:00
  • 369b202e04 Unify handling of pcmtype/direction Lars Immisch 2015-05-10 02:07:15 +02:00
  • 3e5f3bd14b Improve error messages Lars Immisch 2015-05-10 00:22:40 +02:00
  • cb6fc6231c Add pcms function, unify arguments. Lars Immisch 2015-05-09 21:39:00 +02:00
  • 7e2e99d072 Better (but not 100% backward compatible) device selection for mixers/PCM Lars Immisch 2015-05-09 05:52:50 +00:00
  • 5e8a08bc26 Fix memory leak on Python 3. Closes #2 Lars Immisch 2015-05-08 12:19:35 +02:00
  • 7b9d9828e6 Move towards python 3 Lars Immisch 2015-05-08 11:26:39 +02:00
  • 08b80110b0 Fix channel selection error. Closes #1 Lars Immisch 2015-05-04 21:18:46 +00:00
  • 9188071945 Allow card index or device name for mixers. Lars Immisch 2015-05-04 21:13:15 +00:00
  • 00cb3e0a3a Improve README Lars Immisch 2015-04-30 22:43:22 +00:00
  • e06fcc2e67 Formatting Lars Immisch 2015-04-30 17:58:34 +00:00
  • 554a68562f Stylistic changes Lars Immisch 2015-04-30 17:57:45 +00:00
  • bee66b741e Fix .gitignore and documentation Lars Immisch 2015-04-30 17:48:56 +00:00
  • 4750bb7dc4 Prepare for github Lars Immisch 2015-04-30 17:34:03 +00:00
  • 78b8528cea Typographical fix Lars Immisch 2015-04-30 17:39:04 +00:00
  • 8eaa4011ce Disable jekyll Lars Immisch 2015-04-30 17:07:51 +00:00
  • d91ec95381 First stab at documentation in gh-pages Lars Immisch 2015-04-30 16:52:29 +00:00
  • 039388d1e2 Applied slightly modified patch 3372909 by Erik Kulyk. larsimmisch 2011-08-09 19:32:20 +00:00
  • 56f8e948c5 Applied a patch from James Cameron that adds polldescriptors to PCM objects. larsimmisch 2010-01-13 23:11:10 +00:00
  • 5fc5918e01 Upload target, documentation reads version from setup.py. larsimmisch 2009-12-18 23:34:54 +00:00
  • 3c0469c0fc Do a setperiodsize. larsimmisch 2009-12-18 22:18:47 +00:00
  • f0971c9454 Update card by index - the name does not work reliably. larsimmisch 2009-08-24 22:59:50 +00:00
  • 707e7947b7 Revert changes from r30; they was one report of failure and they were not necessary in hindsight anyway. larsimmisch 2009-05-27 18:43:42 +00:00
  • ef914ca069 Added polldescriptors. larsimmisch 2009-05-14 22:41:22 +00:00
  • 72a31c802a playwav uses PCM_FORMAT_U8 for 8bit data. larsimmisch 2009-05-05 22:06:37 +00:00
  • 833cde1455 Prepare for the 0.5 release. larsimmisch 2009-04-22 22:47:10 +00:00
  • cf41942ed5 Accepted patches in 2777035 by Cameron Stone. larsimmisch 2009-04-22 22:20:54 +00:00
  • 83104faa0b Modified version of patch 2594366. larsimmisch 2009-04-22 22:10:14 +00:00
  • fc3517b00e This is release 0.4; it was tested with python2.5 and python3.0 (rc2 & 3) larsimmisch 2008-11-29 03:29:13 +00:00
  • aa77693b79 Record some magic for the 2to3 conversion. We won't use it now, but I might need it later. larsimmisch 2008-11-29 01:08:16 +00:00
  • c18a957644 Totally gratuitous re-indentation. larsimmisch 2008-11-28 01:09:11 +00:00
  • dfb89bde62 - Added close methods to PCM and Mixer - Avoid internal re-opening of PCM objects when parameters change. larsimmisch 2008-11-28 00:43:12 +00:00
  • 5c2a006553 Ported to Python3.0 larsimmisch 2008-11-25 20:12:56 +00:00
  • 7fa6f1c85c Some preparations for porting to py3k. larsimmisch 2008-10-27 18:55:35 +00:00
  • df89c12581 Decided that getenum should return the selected item and the available items. larsimmisch 2008-05-21 14:06:26 +00:00
  • 40c4386803 PyObject_GenericGetAttr is not used in Python versions < 2.2, so we should be as backwards compatible as release 0.3 was, but we do have nicer docstrings in later versions of Python. larsimmisch 2008-01-28 23:13:41 +00:00
  • 387983c9af Casper is fine with having his email address displayed. larsimmisch 2008-01-28 15:14:42 +00:00
  • 6fdbd9a2e5 Imported inline documentation for use with the builtin help function. larsimmisch 2008-01-25 13:42:39 +00:00
  • 169612637f svn:ignore set to: larsimmisch 2008-01-24 15:04:15 +00:00
  • d6fd8748f1 test.py (not very useful) and MANIFEST.in were forgotten. larsimmisch 2008-01-24 15:01:25 +00:00
  • 5df4378f52 Reindented for Emacs/auctex. larsimmisch 2008-01-24 14:49:28 +00:00
  • 71e8bf1b1e Ignored files generated by latex2html. larsimmisch 2008-01-24 14:05:41 +00:00
  • ba03ad3c75 Added Freddy Spierenburgs patch for alsamixer_getrange and alsamixer_getenum. larsimmisch 2008-01-24 13:36:56 +00:00
  • 2cf24ef81b Updates for release 0.3: larsimmisch 2008-01-24 12:30:46 +00:00
  • fa12a62e57 Support for multithreading: release the GIL around blocking operations. larsimmisch 2008-01-24 12:26:01 +00:00
  • 8fa9d27a88 Import from divmod. Added css. Original log message: larsimmisch 2008-01-24 12:22:41 +00:00
  • 470d6140df Import from divmod. Original log message: larsimmisch 2008-01-24 11:31:57 +00:00
  • 8bb39b0ff4 Import from divmod. Original log message: larsimmisch 2008-01-24 11:31:07 +00:00
  • 03325b1561 Import from divmod. Original log message: larsimmisch 2008-01-24 11:29:25 +00:00
  • 1c9229226c Import from divmod. Original log message: larsimmisch 2008-01-24 11:25:47 +00:00
  • a0f5bc1548 Import from divmod. Original log message: larsimmisch 2008-01-24 11:25:09 +00:00
  • 511deb2e16 Import from divmod; forgot to add mixtertest.py. Original log message: larsimmisch 2008-01-24 11:24:31 +00:00
  • 0acbf9b345 Import from divmod. Original log message: larsimmisch 2008-01-24 11:23:22 +00:00
  • dc68788ebf Import from divmod. Original log message: larsimmisch 2008-01-24 11:22:37 +00:00
  • ef3e9671f0 Import from divmod. Original log message: larsimmisch 2008-01-24 11:21:41 +00:00
  • 47795bcc72 Import from divmod. Original log message: larsimmisch 2008-01-24 11:20:35 +00:00
  • 335500fc1d Initial structure. larsimmisch 2008-01-24 11:16:32 +00:00