Skip to content

Automatic audio resampling on the fly #2360

Answered by okuchaiev
agemagician asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, there is a sample_rate parameter you can pass https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/api.html?highlight=AudioToCharDataset#nemo.collections.asr.data.audio_to_text.AudioToCharDataset

However, I would strongly recommend against this and instead pre-process your data into the right sampling rate before training. Otherwise it would really hurt training speed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by okuchaiev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2339 on June 15, 2021 05:42.