You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opus standard defines a set of band-widths but it doesn't enforce sample rates. So an Opus decoder may have 48k sample rate(many implementation choose 48k as default sample rate) where it actually contains narrowband signal(e.g. 8k). In GigaSpeech repo's readme, search "resampling", there is a section talking about this, and it may help you through the problem.
Hello,
I saw that
sample_rate=16000
inGigaSpeech.Json
does not match with the one in opus fileSR=48000
:is there any problem ?
The text was updated successfully, but these errors were encountered: