Displaying 3 results from an estimated 3 matches for "opus_get_in_dtx_request".
2019 Apr 01
2
API for checking whether the encoder is in DTX (PR #107)
...44
--- a/include/opus_defines.h
+++ b/include/opus_defines.h
@@ -168,6 +168,7 @@ extern "C" {
/* Don't use 4045, it's already taken by OPUS_GET_GAIN_REQUEST */
#define OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST 4046
#define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047
+#define OPUS_GET_IN_DTX_REQUEST 4049
/** Defines for the presence of extended APIs. */
#define OPUS_HAVE_OPUS_PROJECTION_H
@@ -715,6 +716,16 @@ extern "C" {
* </dl>
* @hideinitializer */
#define OPUS_GET_PHASE_INVERSION_DISABLED(x)
OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST, __opus_check_int_...
2019 Apr 08
3
API for checking whether the encoder is in DTX (PR #107)
..._defines.h
> > @@ -168,6 +168,7 @@ extern "C" {
> > /* Don't use 4045, it's already taken by OPUS_GET_GAIN_REQUEST */
> > #define OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST 4046
> > #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047
> > +#define OPUS_GET_IN_DTX_REQUEST 4049
> >
> > /** Defines for the presence of extended APIs. */
> > #define OPUS_HAVE_OPUS_PROJECTION_H
> > @@ -715,6 +716,16 @@ extern "C" {
> > * </dl>
> > * @hideinitializer */
> > #define OPUS_GET_PHASE_INVERSION_DIS...
2019 Apr 05
0
API for checking whether the encoder is in DTX (PR #107)
...h
> +++ b/include/opus_defines.h
> @@ -168,6 +168,7 @@ extern "C" {
> /* Don't use 4045, it's already taken by OPUS_GET_GAIN_REQUEST */
> #define OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST 4046
> #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047
> +#define OPUS_GET_IN_DTX_REQUEST 4049
>
> /** Defines for the presence of extended APIs. */
> #define OPUS_HAVE_OPUS_PROJECTION_H
> @@ -715,6 +716,16 @@ extern "C" {
> * </dl>
> * @hideinitializer */
> #define OPUS_GET_PHASE_INVERSION_DISABLED(x)
> OPUS_GET_PHASE_INVE...