| { | |
| "directory": "F:\\DATASET\\v1", | |
| "output_directory": "F:\\DATASET\\v1\\Spectrograms", | |
| "augment": true, | |
| "noise_snr": 10, | |
| "pitch_steps": 2, | |
| "time_stretch_rate": 1.25, | |
| "sample_rate": 44100, | |
| "n_fft": 2048, | |
| "hop_length": 256, | |
| "n_mels": 128, | |
| "max_frames": 500, | |
| "batch_size": 256, | |
| "min_duration": 0.1, | |
| "patience": 20 | |
| } |