How To Implement Audio Data Augmentation in Python

Learn how to implement audio data augmentation techniques in Python. In the video you’ll implement: - Noise addition - Time stretching (using librosa) - Pitch scaling (using librosa) - Polarity inversion - Random gain Code: ========================= Interested in hiring me as a consultant? Join The Sound Of AI Slack community: Connect with Valerio on Linkedin: Follow Valerio on Facebook: Follow Valerio on Twitter: ========================= 0:00 Intro 0:24 Setting the envinroment 1:01 Implementation plan 1:37 Noise addition 9:57 Time stretching 13:31 Pitch scaling 16:57 Polarity inversion 17:42 Random ga
Back to Top