- OggCrc - Class in com.ibm.watson.developer_cloud.android.library.audio.opus
-
Calculates the CRC checksum for Ogg packets.
- OggCrc() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.OggCrc
-
- OggOpus - Class in com.ibm.watson.developer_cloud.android.library.audio.opus
-
The Class OggOpus.
- OggOpus() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.OggOpus
-
- OggOpusEnc - Class in com.ibm.watson.developer_cloud.android.library.audio.opus
-
Ogg Opus Encoder.
- OggOpusEnc(AudioConsumer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.OggOpusEnc
-
Constructor.
- onSample(double, double) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.AmplitudeListener
-
Amplitude and volume data from the audio sample.
- onStart() - Method in class com.ibm.watson.developer_cloud.android.library.audio.opus.OggOpusEnc
-
When the encode begins.
- open(File) - Method in class com.ibm.watson.developer_cloud.android.library.audio.AudioFileWriter
-
Open the output file.
- open(String) - Method in class com.ibm.watson.developer_cloud.android.library.audio.AudioFileWriter
-
Open the output file.
- open(File) - Method in class com.ibm.watson.developer_cloud.android.library.audio.opus.OpusWriter
-
Open.
- open(String) - Method in class com.ibm.watson.developer_cloud.android.library.audio.opus.OpusWriter
-
Open.
- OPUS_ALLOC_FAIL - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_ALLOC_FAIL.
- OPUS_APPLICATION_AUDIO - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_APPLICATION_AUDIO.
- OPUS_APPLICATION_RESTRICTED_LOWDELAY - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_APPLICATION_RESTRICTED_LOWDELAY.
- OPUS_APPLICATION_VOIP - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_APPLICATION_VOIP.
- OPUS_AUTO - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_AUTO.
- OPUS_BAD_ARG - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BAD_ARG.
- OPUS_BANDWIDTH_FULLBAND - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BANDWIDTH_FULLBAND.
- OPUS_BANDWIDTH_MEDIUMBAND - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BANDWIDTH_MEDIUMBAND.
- OPUS_BANDWIDTH_NARROWBAND - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BANDWIDTH_NARROWBAND.
- OPUS_BANDWIDTH_SUPERWIDEBAND - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BANDWIDTH_SUPERWIDEBAND.
- OPUS_BANDWIDTH_WIDEBAND - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BANDWIDTH_WIDEBAND.
- OPUS_BITRATE_MAX - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BITRATE_MAX.
- OPUS_BUFFER_TOO_SMALL - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_BUFFER_TOO_SMALL.
- opus_custom_decode(PointerByReference, byte[], int, ShortBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decode.
- opus_custom_decode(PointerByReference, Pointer, int, ShortByReference, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decode.
- opus_custom_decode_float(PointerByReference, byte[], int, FloatBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decode float.
- opus_custom_decode_float(PointerByReference, Pointer, int, FloatByReference, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decode float.
- opus_custom_decoder_create(PointerByReference, int, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decoder create.
- opus_custom_decoder_create(PointerByReference, int, IntByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decoder create.
- opus_custom_decoder_ctl(PointerByReference, int, Object...) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decoder ctl.
- opus_custom_decoder_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decoder destroy.
- opus_custom_decoder_get_size(PointerByReference, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decoder get size.
- opus_custom_decoder_init(PointerByReference, PointerByReference, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom decoder init.
- opus_custom_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encode.
- opus_custom_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encode.
- opus_custom_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encode float.
- opus_custom_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encode float.
- opus_custom_encoder_create(PointerByReference, int, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encoder create.
- opus_custom_encoder_create(PointerByReference, int, IntByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encoder create.
- opus_custom_encoder_ctl(PointerByReference, int, Object...) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encoder ctl.
- opus_custom_encoder_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encoder destroy.
- opus_custom_encoder_get_size(PointerByReference, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom encoder get size.
- opus_custom_mode_create(int, int, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom mode create.
- opus_custom_mode_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus custom mode destroy.
- opus_decode(PointerByReference, byte[], int, ShortBuffer, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decode.
- opus_decode(PointerByReference, Pointer, int, ShortByReference, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decode.
- opus_decode_float(PointerByReference, byte[], int, FloatBuffer, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decode float.
- opus_decode_float(PointerByReference, Pointer, int, FloatByReference, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decode float.
- opus_decoder_create(int, int, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decoder create.
- opus_decoder_ctl(PointerByReference, int, Object...) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decoder ctl.
- opus_decoder_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decoder destroy.
- opus_decoder_get_nb_samples(PointerByReference, byte[], int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decoder get nb samples.
- opus_decoder_get_nb_samples(PointerByReference, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decoder get nb samples.
- opus_decoder_get_size(int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decoder get size.
- opus_decoder_init(PointerByReference, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus decoder init.
- opus_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encode.
- opus_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encode.
- opus_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encode float.
- opus_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encode float.
- opus_encoder_create(int, int, int, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encoder create.
- opus_encoder_ctl(PointerByReference, int, Object...) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encoder ctl.
- opus_encoder_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encoder destroy.
- opus_encoder_get_size(int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encoder get size.
- opus_encoder_init(PointerByReference, int, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus encoder init.
- OPUS_FRAMESIZE_10_MS - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_FRAMESIZE_10_MS.
- OPUS_FRAMESIZE_20_MS - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_FRAMESIZE_20_MS.
- OPUS_FRAMESIZE_2_5_MS - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_FRAMESIZE_2_5_MS.
- OPUS_FRAMESIZE_40_MS - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_FRAMESIZE_40_MS.
- OPUS_FRAMESIZE_5_MS - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_FRAMESIZE_5_MS.
- OPUS_FRAMESIZE_60_MS - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_FRAMESIZE_60_MS.
- OPUS_FRAMESIZE_ARG - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_FRAMESIZE_ARG.
- OPUS_GET_APPLICATION_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_APPLICATION_REQUEST.
- OPUS_GET_BANDWIDTH_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_BANDWIDTH_REQUEST.
- OPUS_GET_BITRATE_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_BITRATE_REQUEST.
- OPUS_GET_COMPLEXITY_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_COMPLEXITY_REQUEST.
- OPUS_GET_DTX_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_DTX_REQUEST.
- OPUS_GET_EXPERT_FRAME_DURATION_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_EXPERT_FRAME_DURATION_REQUEST.
- OPUS_GET_FINAL_RANGE_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_FINAL_RANGE_REQUEST.
- OPUS_GET_FORCE_CHANNELS_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_FORCE_CHANNELS_REQUEST.
- OPUS_GET_GAIN_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_GAIN_REQUEST.
- OPUS_GET_INBAND_FEC_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_INBAND_FEC_REQUEST.
- OPUS_GET_LAST_PACKET_DURATION_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_LAST_PACKET_DURATION_REQUEST.
- OPUS_GET_LOOKAHEAD_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_LOOKAHEAD_REQUEST.
- OPUS_GET_LSB_DEPTH_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_LSB_DEPTH_REQUEST.
- OPUS_GET_MAX_BANDWIDTH_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_MAX_BANDWIDTH_REQUEST.
- OPUS_GET_PACKET_LOSS_PERC_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_PACKET_LOSS_PERC_REQUEST.
- OPUS_GET_PITCH_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_PITCH_REQUEST.
- OPUS_GET_PREDICTION_DISABLED_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_PREDICTION_DISABLED_REQUEST.
- OPUS_GET_SAMPLE_RATE_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_SAMPLE_RATE_REQUEST.
- OPUS_GET_SIGNAL_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_SIGNAL_REQUEST.
- OPUS_GET_VBR_CONSTRAINT_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_VBR_CONSTRAINT_REQUEST.
- OPUS_GET_VBR_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_GET_VBR_REQUEST.
- opus_get_version_string() - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus get version string.
- OPUS_INTERNAL_ERROR - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_INTERNAL_ERROR.
- OPUS_INVALID_PACKET - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_INVALID_PACKET.
- OPUS_INVALID_STATE - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_INVALID_STATE.
- opus_multistream_decode(PointerByReference, byte[], int, ShortBuffer, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decode.
- opus_multistream_decode(PointerByReference, Pointer, int, ShortByReference, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decode.
- opus_multistream_decode_float(PointerByReference, byte[], int, FloatBuffer, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decode float.
- opus_multistream_decode_float(PointerByReference, Pointer, int, FloatByReference, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decode float.
- opus_multistream_decoder_create(int, int, int, int, byte[], IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decoder create.
- opus_multistream_decoder_ctl(PointerByReference, int, Object...) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decoder ctl.
- opus_multistream_decoder_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decoder destroy.
- opus_multistream_decoder_get_size(int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decoder get size.
- opus_multistream_decoder_init(PointerByReference, int, int, int, int, byte[]) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decoder init.
- opus_multistream_decoder_init(PointerByReference, int, int, int, int, Pointer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream decoder init.
- opus_multistream_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encode.
- opus_multistream_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encode.
- opus_multistream_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encode float.
- opus_multistream_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encode float.
- opus_multistream_encoder_create(int, int, int, int, byte[], int, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encoder create.
- opus_multistream_encoder_ctl(PointerByReference, int, Object...) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encoder ctl.
- opus_multistream_encoder_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encoder destroy.
- opus_multistream_encoder_get_size(int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encoder get size.
- opus_multistream_encoder_init(PointerByReference, int, int, int, int, byte[], int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encoder init.
- opus_multistream_encoder_init(PointerByReference, int, int, int, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream encoder init.
- OPUS_MULTISTREAM_GET_DECODER_STATE_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_MULTISTREAM_GET_DECODER_STATE_REQUEST.
- OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST.
- opus_multistream_packet_pad(ByteBuffer, int, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream packet pad.
- opus_multistream_packet_unpad(ByteBuffer, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream packet unpad.
- opus_multistream_surround_encoder_create(int, int, int, IntBuffer, IntBuffer, ByteBuffer, int, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream surround encoder create.
- opus_multistream_surround_encoder_get_size(int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream surround encoder get size.
- opus_multistream_surround_encoder_init(PointerByReference, int, int, int, IntBuffer, IntBuffer, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream surround encoder init.
- opus_multistream_surround_encoder_init(PointerByReference, int, int, int, IntByReference, IntByReference, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus multistream surround encoder init.
- OPUS_OK - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_OK.
- opus_packet_get_bandwidth(byte[]) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet get bandwidth.
- opus_packet_get_nb_channels(byte[]) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet get nb channels.
- opus_packet_get_nb_frames(byte[], int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet get nb frames.
- opus_packet_get_nb_samples(byte[], int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet get nb samples.
- opus_packet_get_samples_per_frame(byte[], int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet get samples per frame.
- opus_packet_pad(ByteBuffer, int, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet pad.
- opus_packet_parse(byte[], int, ByteBuffer, byte[], ShortBuffer, IntBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet parse.
- opus_packet_unpad(ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus packet unpad.
- opus_pcm_soft_clip(FloatBuffer, int, int, FloatBuffer) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus pcm soft clip.
- opus_repacketizer_cat(PointerByReference, byte[], int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer cat.
- opus_repacketizer_cat(PointerByReference, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer cat.
- opus_repacketizer_create() - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer create.
- opus_repacketizer_destroy(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer destroy.
- opus_repacketizer_get_nb_frames(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer get nb frames.
- opus_repacketizer_get_size() - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer get size.
- opus_repacketizer_init(PointerByReference) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer init.
- opus_repacketizer_out(PointerByReference, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer out.
- opus_repacketizer_out(PointerByReference, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer out.
- opus_repacketizer_out_range(PointerByReference, int, int, ByteBuffer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer out range.
- opus_repacketizer_out_range(PointerByReference, int, int, Pointer, int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus repacketizer out range.
- OPUS_RESET_STATE - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_RESET_STATE.
- OPUS_SET_APPLICATION_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_APPLICATION_REQUEST.
- OPUS_SET_BANDWIDTH_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_BANDWIDTH_REQUEST.
- OPUS_SET_BITRATE_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_BITRATE_REQUEST.
- OPUS_SET_COMPLEXITY_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_COMPLEXITY_REQUEST.
- OPUS_SET_DTX_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_DTX_REQUEST.
- OPUS_SET_EXPERT_FRAME_DURATION_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_EXPERT_FRAME_DURATION_REQUEST.
- OPUS_SET_FORCE_CHANNELS_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_FORCE_CHANNELS_REQUEST.
- OPUS_SET_GAIN_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_GAIN_REQUEST.
- OPUS_SET_INBAND_FEC_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_INBAND_FEC_REQUEST.
- OPUS_SET_LSB_DEPTH_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_LSB_DEPTH_REQUEST.
- OPUS_SET_MAX_BANDWIDTH_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_MAX_BANDWIDTH_REQUEST.
- OPUS_SET_PACKET_LOSS_PERC_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_PACKET_LOSS_PERC_REQUEST.
- OPUS_SET_PREDICTION_DISABLED_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_PREDICTION_DISABLED_REQUEST.
- OPUS_SET_SIGNAL_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_SIGNAL_REQUEST.
- OPUS_SET_VBR_CONSTRAINT_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_VBR_CONSTRAINT_REQUEST.
- OPUS_SET_VBR_REQUEST - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SET_VBR_REQUEST.
- OPUS_SIGNAL_MUSIC - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SIGNAL_MUSIC.
- OPUS_SIGNAL_VOICE - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_SIGNAL_VOICE.
- opus_strerror(int) - Method in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
Opus strerror.
- OPUS_UNIMPLEMENTED - Static variable in interface com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus
-
The Constant OPUS_UNIMPLEMENTED.
- OpusCustomDecoder(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusCustomDecoder
-
Instantiates a new opus custom decoder.
- OpusCustomDecoder() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusCustomDecoder
-
Instantiates a new opus custom decoder.
- OpusCustomEncoder(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusCustomEncoder
-
Instantiates a new opus custom encoder.
- OpusCustomEncoder() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusCustomEncoder
-
Instantiates a new opus custom encoder.
- OpusCustomMode(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusCustomMode
-
Instantiates a new opus custom mode.
- OpusCustomMode() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusCustomMode
-
Instantiates a new opus custom mode.
- OpusDecoder(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusDecoder
-
Instantiates a new opus decoder.
- OpusDecoder() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusDecoder
-
Instantiates a new opus decoder.
- OpusEncoder(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusEncoder
-
Instantiates a new opus encoder.
- OpusEncoder() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusEncoder
-
Instantiates a new opus encoder.
- OpusMSDecoder(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusMSDecoder
-
Instantiates a new opus MS decoder.
- OpusMSDecoder() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusMSDecoder
-
Instantiates a new opus MS decoder.
- OpusMSEncoder(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusMSEncoder
-
Instantiates a new opus MS encoder.
- OpusMSEncoder() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusMSEncoder
-
Instantiates a new opus MS encoder.
- OpusRepacketizer(Pointer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusRepacketizer
-
Instantiates a new opus repacketizer.
- OpusRepacketizer() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.JNAOpus.OpusRepacketizer
-
Instantiates a new opus repacketizer.
- OpusWriter - Class in com.ibm.watson.developer_cloud.android.library.audio.opus
-
The Class OpusWriter.
- OpusWriter() - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.OpusWriter
-
Setting up the OggOpus Writer.
- OpusWriter(AudioConsumer) - Constructor for class com.ibm.watson.developer_cloud.android.library.audio.opus.OpusWriter
-
Instantiates a new opus writer.