[Alsa-devel] problem with dynamic loading in Python extension module

2002-02-05 Thread Roger E Critchlow Jr
[EMAIL PROTECTED] writes: > > Now I'm writing an pure C extension for ALSA-0.9 . I encountered > the following strange problem: > > When I try to initialize the pcm device, I get the following > error message: > For what it's worth, if I write a dynamically loaded Tcl extension that imp

[Alsa-devel] problem with dynamic loading in Python extension module

2002-02-04 Thread jnix
Hello, 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 for modest audio processing in the frequency domain and great for difficult experimental work.