mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
gain cotrol (remove unused comment)
This commit is contained in:
parent
4504f26fae
commit
d2e2f1fe4f
@ -246,7 +246,7 @@ class VoiceChanger():
|
||||
|
||||
postprocess_time = t.secs
|
||||
|
||||
print(f" [fin] Input/Output size:{receivedData.shape[0]},{outputData.shape[0]}")
|
||||
print_convert_processing(f" [fin] Input/Output size:{receivedData.shape[0]},{outputData.shape[0]}")
|
||||
perf = [preprocess_time, mainprocess_time, postprocess_time]
|
||||
return outputData, perf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user