facebookresearch / WavAugment

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

Clip by a constant factor #2

Closed eugene-kharitonov closed 4 years ago

eugene-kharitonov commented 4 years ago

Before, clipping factor was returned by a callable. Now, we allow both constant float factor and a callable.