AudioLoader
AudioLoader copied to clipboard
PyTorch Dataset for Speech and Music audio
Results
4
AudioLoader issues
Sort by
recently updated
recently updated
newest added
Since the import uses a different function for torch 2.0, the arguments changed a bit. The function doesn't accept the checksums as before. I just removed it in this PR...
In the most updated [version](https://github.com/KinWaiCheuk/AudioLoader/commit/22dd09dd4360a8696a31393f2628bdeaf7171930) of AudioLoader, when `sampling_rate=None`, it loads `.wav` files. When `sampling_rate!=None`, it loads `.flac` files when they exist, otherwise it will downsample `.wav` files into `.flac`...