forked from auracaster/pyalsaaudio
3) git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@29 ec2f30ec-7544-0410-870e-f70ca00c83f0
24 lines
551 B
Plaintext
24 lines
551 B
Plaintext
Version 0.4:
|
|
- API changes: mixers() and Mixer() now take a card index instead of a
|
|
card name as optional parameter.
|
|
- Support for Python 3.0
|
|
- Documentation converted to reStructuredText; use Sphinx instead of LaTeX.
|
|
- added cards()
|
|
- added PCM.close()
|
|
- added Mixer.close()
|
|
- added mixer.getenum()
|
|
|
|
|
|
Version 0.3:
|
|
- wrapped blocking calls with Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS
|
|
- added pause
|
|
|
|
|
|
Version 0.2:
|
|
- Many bugfixes related to playback in particular
|
|
- Module documentation in the doc subdirectory
|
|
|
|
|
|
Version 0.1:
|
|
- Initial version
|