PyOgg icon indicating copy to clipboard operation
PyOgg copied to clipboard

fix OggOpusWriter writes incorrect sample rate in an ogg header

Open crazyguitar opened this issue 2 years ago • 0 comments

Hi,

I noticed that the function OggOpusWriter._make_identification_header consistently utilizes the default input sampling rate, which could potentially result in decoding errors for certain applications such as the Google Cloud Speech API.

crazyguitar avatar Jul 12 '23 16:07 crazyguitar