You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--st - # semitones to shift pitch by, int, required
25
-
--input-file - path to input file, string, required
26
-
--output-file - path to output file, string, required
27
-
--quantize-bits - bit rate of quantized output, int, default 12
28
-
--skip-quantize - skip simulation of ADC quantize, flag
29
-
--skip-normalize - skip output normalization, flag
30
-
--skip-input-filter - skip input anti aliasing filter, flag
31
-
--skip-output-filter - skip output equalization filter, flag
24
+
--st - # semitones to shift pitch by, int, required
25
+
--input-file - path to input file, string, required
26
+
--output-file - path to output file, string, required
27
+
--quantize-bits - bit rate of quantized output, int, default 12
28
+
--time-shift - custom time shift ratio to apply, float, default 0
29
+
--skip-quantize - skip simulation of ADC quantize, flag
30
+
--skip-normalize - skip output normalization, flag
31
+
--skip-input-filter - skip input anti aliasing filter, flag
32
+
--skip-output-filter - skip output equalization filter, flag
33
+
--skip-time-shift - skip time sfhit inherent to pitching algorithm, flag
32
34
```
33
35
34
36
If you find this project useful, please consider donating to the [NAACP Legal Defense Fund](https://org2.salsalabs.com/o/6857/p/salsa/donation/common/public/?donate_page_KEY=15780&_ga=2.209233111.496632409.1590767838-1184367471.1590767838) or [BLM - TO](https://blacklivesmatter.ca/donate/)
35
37
36
38
37
39
### TODO:
38
-
- append wav if no file type, breaks audiofile save
39
40
- optionally preserve stereo channels throughout processing
40
41
- optional vcf (moog ring) good description in slides
41
-
- time_shift/no time_shift option
42
42
- replace librosa if there is a module with better performance, maybe essentia?
43
43
- improve high end input anti aliasing filter fit?
0 commit comments