Completed
Running preprocess + results
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Batch Preprocess Audio Datasets in 1 Command
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What does praudio do?
- 3 Librosa as processing backend
- 4 Codebase structure
- 5 IO facilities and Signal object
- 6 Transforms design
- 7 Transforms chain implementation
- 8 What do preprocessors do?
- 9 FilePreprocessor implementation
- 10 BatchFilePreprocessor design
- 11 Creation of praudio objects
- 12 Installing praudio PyPi and GitHub
- 13 Two ways to use praudio
- 14 Understanding preprocessing configurations
- 15 The preprocess script
- 16 Running preprocess + results
- 17 Limitations and future improvements