mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
calib: remove unused code.
This commit is contained in:
@@ -81,7 +81,7 @@ def recorder(process):
|
||||
fmt = '{freq:6.0f} Hz: {message:s}{extra:s}'
|
||||
fields = ['peak', 'total', 'rms', 'coherency']
|
||||
|
||||
def recv(wave_record=wave.record, printer=sys.stdout.write, verbose=False):
|
||||
def recv(wave_record=wave.record, verbose=False, output=None):
|
||||
extra = ''
|
||||
if verbose:
|
||||
extra = ''.join(', {0}={{{0}:.4f}}'.format(f) for f in fields)
|
||||
|
||||
Reference in New Issue
Block a user