org.mobicents.media.server.spi.dsp
Interface Attenuator


public interface Attenuator

Attenuator is used to reduce the power of signal without distorting it

Author:
amit bhayani

Method Summary
 int getVolume()
           
 void setVolume(int volume)
          Set the voulme in decible by which you want to reduce the strength.
 

Method Detail

setVolume

void setVolume(int volume)
Set the voulme in decible by which you want to reduce the strength. For example setting it to -3db will reduce the power by half; setting it to -10db will reduce the power by 1/10th.

Parameters:
volume -

getVolume

int getVolume()


Copyright © 2011. All Rights Reserved.