Sin2pi commited on
Commit
54e0da1
·
verified ·
1 Parent(s): faf6ecb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -9,16 +9,12 @@ tags:
9
  ## Dynamic Audio Data Augmentation
10
 
11
 
12
- Key Benefits
13
- Enhanced Robustness: By varying spectrogram parameters and injecting realistic noise, our models learn to handle a wide range of audio conditions.
14
 
15
- Low Overhead: The augmentation is integrated into the existing pipeline, ensuring minimal additional computational cost.
 
 
16
 
17
- On-the-Fly Spectrogram Parameter Adjustment:
18
-
19
- n_fft and hop_length: Values for n_fft and hop_length are randomly selected from predefined ranges for each audio sample, providing varied spectrogram representations.
20
-
21
- Log-Mel Modulation:
22
 
23
 
24
  ### On-the-Fly Spectrogram Parameter Adjustment:
 
9
  ## Dynamic Audio Data Augmentation
10
 
11
 
12
+ ## Key Benefits
 
13
 
14
+ Enhanced Robustness: By varying spectrogram parameters and injecting realistic noise, our models learn to handle a wide range of audio conditions.
15
+
16
+ Low Overhead: The augmentation is integrated into the existing pipeline, ensuring minimal additional computational cost.
17
 
 
 
 
 
 
18
 
19
 
20
  ### On-the-Fly Spectrogram Parameter Adjustment: