|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.portaudio.PortAudioManager
public class PortAudioManager
Manages PortAudio stream creation and setting necessary properties when using them.
| Constructor Summary | |
|---|---|
PortAudioManager()
|
|
| Method Summary | |
|---|---|
static long |
getFilterLengthInMillis()
Gets the number of milliseconds of echo to cancel. |
static double |
getSuggestedLatency()
Returns the default values of the latency to be used when opening new streams. |
static boolean |
isEnabledDeNoise()
Is noise reduction enabled. |
static boolean |
isEnabledEchoCancel()
Is echo cancel enabled. |
static void |
setDeNoise(boolean enabled)
Enables or disables noise suppression. |
static void |
setEchoCancel(boolean enabled,
long filterLengthInMillis)
Enables or disables echo cancel. |
static void |
setSuggestedLatency(double aSuggestedLatency)
Changes the suggested latency. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortAudioManager()
| Method Detail |
|---|
public static void setEchoCancel(boolean enabled,
long filterLengthInMillis)
enabled - should we enable or disable echo cancellationfilterLengthInMillis - the number of milliseconds of echo to cancel.
Should generally correspond to 100-500 ms.public static void setDeNoise(boolean enabled)
enabled - should we enable or disable noise suppression.public static double getSuggestedLatency()
public static void setSuggestedLatency(double aSuggestedLatency)
aSuggestedLatency - the suggestedLatency to set.public static boolean isEnabledEchoCancel()
public static boolean isEnabledDeNoise()
public static long getFilterLengthInMillis()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||