All,

I'm currently working on a code to record voice bqsed on portaudio framework. For the moment, I can't make it works and I have the error code below.

0: /dev/dsp An error occured while using the portaudio stream Error number: -10000 Error message: PortAudio not initialized

I think that my issue is probably linked to a bad audio src which is not a pulse audio device. Is anyone can let me know how to setup a pulse device in order to allow port audio to access to it instead of /dev/dsp

Regards

link|improve this question
feedback

1 Answer

Did you call the function Pa_Initialize() before doing whatever else you were trying to do?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.