Port Audio, sound level, and http access to svn ?

Mikael Magnusson mikma264 at gmail.com
Tue Oct 3 13:34:38 CEST 2006


Philippe Torrelli wrote:
> Hi Mikael,
> 
> What you tell me confuses me, my point is that:
> 
> The portaudiodevice.cxx in trunk/libminisip/source/soundcard initializes 
> inId and outId in the constructor from the same passed parameter 'Device'
> ...
> Then PortAudioDevice::openRecord .. passes inId as the device to
> Pa_OpenStream, 
> And PortAudioDevice::openPlayback passes outId as the device to
> pa_OpenStream...
> 
> Either the code I've compile dis not the right code to build the portaudio
> plugin, or I've misunderstood something...
> 
> As I've no means now to check the latest versions, all this is probably
> irrelevant actually.
> 
> Philippe
> 

AudioPlugin::createMedia creates two SoundDevice objects if you have 
different input and output devices, and openRecord is called on one and 
openPlayback on the other.

Mikael


More information about the Minisip-devel mailing list