audio
                                
                                 audio copied to clipboard
                                
                                    audio copied to clipboard
                            
                            
                            
                        Implement SpecAugment's Time Warping and SpecAugment wrapper
🚀 The feature
TimeStretch is not in SpecAugment. It should be Time Warping instead. Time Warping does not change the spectrogram shape, but "warp" the content.
I want to propose the following changes:
- Remove the note that TimeStretch is proposed in SpecAugment. I think it is not correct.
- Implement Time Warping.
- Implement a SpecAugment wrapper that contains Time Warping, Frequency Masking, and Time masking, and accepts the same parameters as noted in the original paper (W, F, mF, T, p, mT). Perhaps the parameter name can be changed for better clarity.
Furthermore, we can also include SpecAugment policies as given by the paper i.e. LibriSpeech basic (LB), LibriSpeech double (LD), Switchboard mild (SM) and Switchboard strong (SS), so that the users can just call SpecAugment(policy="LB") for example.
Motivation, pitch
As stated above.
Alternatives
No response
Additional context
No response