Open aheba opened 2 years ago
Hi aheba,
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 ?