What value to use for Libopus encoder max_data_bytes field?
问题 I am currently using libopus in order to encode some audio that I have. When consulting the documentation for how to use the encoder, one of the arguments the encode function takes in is max_data_bytes , a opus_int32 that has the following documentation: Size of the allocated memory for the output payload. May be used to impose an upper limit on the instant bitrate, but should not be used as the only bitrate control Unfortunately, I wasn't able to get much out of this definition as to how to