shaws34 / Audio-Undistortion

0 stars 0 forks source link

Research or create a utility to standardize audio files #2

Open shaws34 opened 6 months ago

shaws34 commented 6 months ago

For the training data, there may be different save formats, bitrates, file lengths. Need to see if there's already a built-in way to deal with this using pytorch.torchaudio, or if there's another utility to bring in. May also need to create and AudioUtil.py class to deal with this in a customized way.