Sox (#48)
* update README to force python2 * add support for PRE_EMPHASIS detection; mark pre-emphasis as FLAGS PRE in .cue * correct typo, s/ivar/type/ for pre_emphasis element in track table * add SoxPeakTask, program/sox module, sox.peak_level() * use sox peak detection in lieu of gstreamer
This commit is contained in:
committed by
JoeLametta
parent
3a2e3021c2
commit
b2ca3167eb
@@ -430,7 +430,7 @@ Log files will log the path to tracks relative to this directory.
|
||||
number)
|
||||
raise
|
||||
|
||||
self.stdout.write('Peak level: {:.2%} \n'.format(math.sqrt(trackResult.peak)))
|
||||
self.stdout.write('Peak level: {:.2%} \n'.format(trackResult.peak))
|
||||
|
||||
self.stdout.write('Rip quality: {:.2%}\n'.format(trackResult.quality))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user