This is release 0.4; it was tested with python2.5 and python3.0 (rc2 &

3)


git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@29 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
larsimmisch
2008-11-29 03:29:13 +00:00
parent aa77693b79
commit fc3517b00e
10 changed files with 425 additions and 218 deletions
+1 -2
View File
@@ -16,8 +16,7 @@
#include "Python.h"
#if PY_MAJOR_VERSION < 3
#include "stringobject.h"
#define PyUnicode_AS_DATA PyString_AS_STRING
#define PyUnicode_Check PyString_Check
#define PyUnicode_FromString PyString_FromString
#endif
#include <alsa/asoundlib.h>
#include <stdio.h>