mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-05-04 15:48:01 +00:00
Added isine as an example for interactive generation of sound. git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@33 ec2f30ec-7544-0410-870e-f70ca00c83f0
30 lines
749 B
Plaintext
30 lines
749 B
Plaintext
Version 0.5:
|
|
- applied patch 2777035: Fixed setrec method in alsaaudio.c
|
|
This included a mixertest with more features
|
|
- fixed/applied patch 2594366: alsapcm_setup does not do any error checking
|
|
|
|
|
|
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
|