#include <lc3.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "codec.h"
#include "codec_internal.h"
#include "encode.h"
Go to the source code of this file.
◆ ENCODER_MAX_CHANNELS
#define ENCODER_MAX_CHANNELS 2 |
◆ OFFSET
◆ FLAGS
◆ liblc3_encode_init()
◆ liblc3_encode_close()
◆ liblc3_encode()
◆ options
Initial value:= {
{ "frame_duration", "Duration of a frame in milliseconds",
{ .dbl = 10.0 }, 2.5, 10.0,
FLAGS },
{ "high_resolution", "Enable High-Resolution mode (48 KHz or 96 KHz)",
{ .i64 = 0 }, 0, 1,
FLAGS },
}
Definition at line 181 of file liblc3enc.c.
◆ class_name
class_name = "liblc3 encoder" |
|
private |
◆ item_name
◆ option
◆ version
◆ @154
◆ ff_liblc3_encoder
Initial value:= {
.p.name = "liblc3",
.p.supported_samplerates = (const int [])
{ 96000, 48000, 32000, 24000, 16000, 8000, 0 },
.p.priv_class = &class,
.p.wrapper_name = "liblc3",
}
Definition at line 198 of file liblc3enc.c.