forked from rc/aircox
		
	work on sound monitor; cast Sound.duration into Integer; handle add/remove cases even when no -s option is given to sounds_monitor
This commit is contained in:
		@ -21,8 +21,8 @@ ensure('AIRCOX_SOUND_EXCERPTS_SUBDIR', 'excerpts')
 | 
			
		||||
# Quality attributes passed to sound_quality_check from sounds_monitor
 | 
			
		||||
ensure('AIRCOX_SOUND_QUALITY', {
 | 
			
		||||
        'attribute': 'RMS lev dB',
 | 
			
		||||
        'range': ('-18.0', '-8.0'),
 | 
			
		||||
        'sample_length': '120',
 | 
			
		||||
        'range': (-18.0, -8.0),
 | 
			
		||||
        'sample_length': 120,
 | 
			
		||||
    }
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user