<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br>
 <br>
I have made a LADSPA plugin that I want to apply for the PC loudspeakers
 only. I do not want to pass the audio through the LADSPA plugin when 
listening through headphones.<br>
How do I accomplish that?<br>
 <br>
Normally when I load the plugin for testing I just use a command like this:<br>
load-module module-ladspa-sink sink_name=ladspa_out 
master=alsa_output.pci-0000_00_1b.0.analog-stereo plugin=myplugin 
control=1...<br>
 <br>
If I could just enter a "master" that only pointed to the headphones it would solve my problem.<br><br>If it is not possible then how do I detect in my LADSPA plugin if the headphones are connected? I assume there is some API that I can use?<br><br>/Kim<br>
                                                </body>
</html>