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
I've used initBcg729EncoderChannel(1) and uint8_t bitStream[10] for encoding (bcg729Encoder(encoderChannelContext, inputBuffer, bitStream, &bitStreamLength);).
However, using the decoder: bcg729Decoder(decoderChannelContext, encoded, 10, 0, 1, 0, decoded); and even check all 8 possibilities for the effective bools doesn't work (for uint8_t frameErasureFlag, uint8_t SIDFrameFlag, uint8_t rfc3389PayloadFlag).
Hi,
another question is -- how do I decode a file, which has been encoded with the VAD parameter set to true (that's Annex B encoding, right?)?
kind regards
Johannes
The text was updated successfully, but these errors were encountered: