Enabled 100th octave smoothing
This commit is contained in:
parent
4339ecdbc0
commit
4f1249512f
@ -48,7 +48,7 @@ class SmoothingWidth(Enum):
|
|||||||
twelve = (12, '1/12th octave smoothing')
|
twelve = (12, '1/12th octave smoothing')
|
||||||
twfo = (24, '1/24th octave smoothing')
|
twfo = (24, '1/24th octave smoothing')
|
||||||
ftei = (48, '1/48th octave smoothing')
|
ftei = (48, '1/48th octave smoothing')
|
||||||
# hundred = (100, '1/100th octave smoothing') # useful for removing 'grass'
|
hundred = (100, '1/100th octave smoothing') # useful for removing 'grass'
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def fillComboBox(cb):
|
def fillComboBox(cb):
|
||||||
@ -69,7 +69,7 @@ class SmoothingWidth(Enum):
|
|||||||
|
|
||||||
|
|
||||||
class SmoothingType:
|
class SmoothingType:
|
||||||
levels = 'l', 'Levels'
|
levels = 'l', 'Levels' # [dB]
|
||||||
# tf = 'tf', 'Transfer function',
|
# tf = 'tf', 'Transfer function',
|
||||||
ps = 'ps', '(Auto) powers'
|
ps = 'ps', '(Auto) powers'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user