Files
PySoundConcat/src/sppysound/docs/analysis_config.py
T

24 lines
275 B
Python

rms = {
"window_size": 100,
"overlap": 2,
}
analysis_dict = {
"f0": "log2_median",
"rms": "mean"
}
analysis = {
"reanalyse": False
}
output_file = {
"samplerate": 44100,
"format": 131075,
"channels": 1
}
database = {
"symlink": True
}