We use cookies on this website to distinguish you from other users.
We use this data to improve our content experience and for targeted advertising.
By continuing to use this website you consent to our use of cookies.
For more information, please see our
Cookie Policy.
pydiogment.auga#
Description: amplitude based augmentation techniques/manipulations for audio data.
- pydiogment.auga.add_noise(infile, snr)[source]#
Augment data using noise injection.
Note
It simply add some random values to the input file data based on the snr.
- pydiogment.auga.fade_in_and_out(infile)[source]#
Add a fade in and out effect to the audio file.
- Parameters
infile (str) – input filename/path.