Comment 17 for bug 887922

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

The file is moved and is now at https://subversion.assembla.com/svn/portaudio/portaudio/trunk/examples/pa_devs.c

Can you try this:

gcc -I/usr/include/ -pthread -lportaudio -lasound -lm -lpthread -o pa_devs pa_devs.c

also, double checking that
#include "portaudio.h"
is turned into
#include <portaudio.h>

Bill -- I see this line in SoundManager in setupDevices:

if (device->getNumInputChannels() <= 1) //Ignore mono input and no-input devices

This means we're ignoring all mono devices? wxl and Chris -- do you know if your USB mics are mono or stereo?