Method | Description | |
---|---|---|
DifferentialSPL ( double phon0, double phon1 ) : FilterProfile | ||
DifferentialSPL ( double phon0, double phon1, double scale ) : FilterProfile | ||
SPL ( double phon ) : FilterProfile |
Create a list of dB SPL equal-loudness values for a given 'phon' loudness (from zero, threshold, to 90)
|
|
WeightedVolume ( ISoundObj src ) : double |
Calculate the weighted volume of a sound source. NB: this consumes lots of memory for long sources.
|
|
WeightedVolume ( ISoundObj src, double dbSPL, double dbSPLBase ) : double |
Calculate the weighted volume of a sound source. NB: this consumes lots of memory for long sources.
|
|
WeightedVolume1 ( ISoundObj src, double dbSPL, double dbSPLBase ) : double |
Calculate the weighted volume of a *single channel* sound source. NB: this consumes lots of memory for long sources.
|
Method | Description | |
---|---|---|
WeightedVolume2 ( |
public static DifferentialSPL ( double phon0, double phon1 ) : FilterProfile | ||
phon0 | double | |
phon1 | double | |
return | FilterProfile |
public static DifferentialSPL ( double phon0, double phon1, double scale ) : FilterProfile | ||
phon0 | double | |
phon1 | double | |
scale | double | |
return | FilterProfile |
public static SPL ( double phon ) : FilterProfile | ||
phon | double | |
return | FilterProfile |
public static WeightedVolume ( ISoundObj src ) : double | ||
src | ISoundObj | |
return | double |
public static WeightedVolume ( ISoundObj src, double dbSPL, double dbSPLBase ) : double | ||
src | ISoundObj | |
dbSPL | double | |
dbSPLBase | double | |
return | double |
public static WeightedVolume1 ( ISoundObj src, double dbSPL, double dbSPLBase ) : double | ||
src | ISoundObj | |
dbSPL | double | |
dbSPLBase | double | |
return | double |