export.playSound(audiodata,len(audiodata),1,1,22050.0)
in my C function playSound(object *dummy,object *args) I call getargs as
such:
res = getargs(args,"(siiif)",&data,&bytelen,&tag,&channels
,&samplingRate);
It fails, returning zero. The data variable has been set to the right
thing but nothing else is. Why might this not be working?
Monty
monty@tbyte.com