-
larsimmisch committed revision 36 to the PyAlsaAudio SVN repository, changing 1 files.
2009-08-24 22:59:50 UTC in PyAlsaAudio
-
ALSA 2 is supported, but you probably don't have libasound2-dev installed, so the header files are missing. Try:
apt-get install libasound2-dev
You also need to install python-dev.
2009-08-19 10:02:30 UTC in PyAlsaAudio
-
Hi Piere,
I see similar behaviour here:
>>> import alsaaudio
>>> pcm = alsaaudio.PCM()
>>>
>>> pcm.pause()
Traceback (most recent call last):
File "", line 1, in
alsaaudio.ALSAAudioError: File descriptor in bad state
Basically, pyalsaaudio does not keep track whether any playback is in progress, and if you call pause on an fresh PCM object, you get whatever...
2009-05-27 18:58:46 UTC in PyAlsaAudio
-
Hi Pierre,
thanks. I can see how this could happen. I have fixed a version in svn, can you test that?
In any case, I'll make a new release in a week or so.
2009-05-27 18:47:33 UTC in PyAlsaAudio
-
larsimmisch committed revision 35 to the PyAlsaAudio SVN repository, changing 1 files.
2009-05-27 18:43:42 UTC in PyAlsaAudio