On Tue, 5 Feb 2002 [EMAIL PROTECTED] wrote:
> I am writing a Python extension module for the ALSA PCM device,
> because I am interested in real-time audio processing with Python
> scripts. This may sound weird first, but Python is fast enough
[...]
> Now I'm writing an pure C extension for ALSA-0
On Tue, 5 Feb 2002, [EMAIL PROTECTED] wrote:
> The error is triggered in snd_pcm_open(). It seems to
> be that it is related to the property that the Python extension
> module is dynamically loaded, and some parts of alsa-lib also.
> This hypothesis is supported by the fact, that I get the same
>