search for: opus_get_last_packet_dur

Displaying 3 results from an estimated 3 matches for "opus_get_last_packet_dur".

2014 Feb 05
1
Documentation inconsistencies
...encies in the documentation, which may be confusing: * Encoder related CTLs OPUS_GET_SAMPLE_RATE(x) "Gets the sampling rate the encoder or decoder was initialized with. This simply returns the Fs value passed to opus_encoder_init() or opus_decoder_init()." ---> Is it a generic CTL? OPUS_GET_LAST_PACKET_DURATION(x) "Gets the duration (in samples) of the last packet successfully decoded or concealed." ---> Is it a decoder CTL? * Generic CTLs OPUS_GET_PITCH(x) "Gets the pitch of the last decoded frame, if available. This can be used for any post-processing algorithm requiring the...
2012 Dec 06
0
Opus 1.0.2 is out
...r's buffer - Properly decode in-band FEC for packets with multiple Opus frames - Hybrid mode quality improvements and fixes - Fixed bugs in the CELT mode PLC - Redundant mode transition fixes Other changes - Stack reduction - Doc fixes (many) - 16-bit fixes - Misc build fixes - New API calls: OPUS_GET_LAST_PACKET_DURATION ctl() and opus_packet_get_nb_samples() - Minor code cleanup As usual, this release is fully compliant with the Opus specification. Cheers, Jean-Marc
2015 Apr 15
0
mistake in documentation + a question
Hey there, first of all: you got a little mistake in you docs. The ctl ?OPUS_GET_LAST_PACKET_DURATION(x)? ist listed in the Opus Encoder related ctls but actually is in the Decoder. And then I got a short question. We are working on a low delay intercom System and I would like to Transfer additional Information in our packages. Most important: is it a silent packet (so we can drop it befor...