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
To decode data, bit rate, and sample rate are not necessary. Those are required to play the decoded PCM data
The sample rate is given by the decoder. I forgot about the sample rate of the example data. You can debug the PCM player by playing the sample file to get all parameters.
What is the configuration used (like number of channels, bitrate, sample rate) for the raw opus packet provided in the example folder?
We have a stream of 16-bit PCM data, which we have converted to raw opus packet using lipopus and tried to convert it to PCM using this library.
We have also tried decodeAudioData on the Ogg pages created from 16-bit PCM data using lipopusenc.
Configuration used for our sample is
In both the above cases, we are getting the following error on decodeAudioData.
Any help would be appreciated. @samirkumardas
The text was updated successfully, but these errors were encountered: