It might be possible to wire a DX plugin into the DirectSound output, but I think this is only an option if using PortAudio, pjsip natively doesn't implement DirectSound output. I think you'd be better off incorporating VST host code into the media processing chain, if you really want to support arbitrary VST plug-ins. But if you have source, it's even easier to bypass the VST layer and just code directly into the pjmedia processing chain. I've done quite a bit of this in the past. One thing I've done is code effects so you can wire them up using the conference mixer. That is, an effect processes an input to the mixer and produces its output on another conference port. Then you can get the dry signal or processed signal by connecting to the appropriate port. Bill On 10/30/2014 5:01 PM, Per Cramer wrote: > > Hi, > > > has anybody ever tested or did something with pjsip and a vst audio > plugin in the output chain of pjsip? I could do something with virtual > audio cable, but shouldn't it be possible to use vast plugins directly > in pjsip. Yes i know that it would require coding, and that is no > problem for me. Just don't know where to start on windows. It uses > directx for audio output? But i can't seem to find where the directx > processing is done. > > > Regards > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20141030/19986c4a/attachment.html>