facebookresearch / WavAugment

A library for speech data augmentation in time-domain
MIT License
640 stars 57 forks source link

The right way to use bandreject #23

Closed v-nhandt21 closed 2 years ago

v-nhandt21 commented 2 years ago

In the example process_file.py, the band_scaler is not provided, I don't know what is the right range for augmentation.

Can you explain these parameters:

chain = chain.sinc('-a', '120', SpecAugmentBand(sampling_rate, band_scaler))

How can I apply lowpass/highpass/bandpass/bandstop in this case?