-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Resampling Support for Audio Arrays at 16 kHz Sample Rate #535
base: main
Are you sure you want to change the base?
Conversation
…ring audio data for further processing or analysis.
Resampling support for arrays
Mm could we instead use |
Yes, I just tested |
Resample audio arrays using torchaudio, taking advantage of its availability on the backend. This function has been tested with arrays from the following libraries: torchaudio, librosa, scipy, and soundfile. It has been tested with the following files: - 'mono_int16_44kHz.wav' - 'mono_int32_44kHz.wav' - 'mono_float32_44kHz.wav' - 'mono_float64_44kHz.wav' - 'stereo_int16_44kHz.wav' - 'stereo_int32_44kHz.wav' - 'stereo_float32_44kHz.wav' - 'stereo_float64_44kHz.wav' - 'stereo_int16_8kHz.wav' - 'stereo_int32_8kHz.wav' - 'stereo_float32_8kHz.wav' - 'stereo_float64_8kHz.wav' - 'mono_int16_8kHz.wav' - 'mono_int32_8kHz.wav' - 'mono_float32_8kHz.wav' - 'mono_float64_8kHz.wav'
@m-bain now works with
|
I added a feature to support resampling of audio arrays to a 16 kHz sample rate