24Kbps G723 Encoder based on https://github.com/pschatzmann/arduino-libg7xx
More...
#include <CodecG7xx.h>
|
void | writeBlocking (Print *out, uint8_t *data, size_t len) |
|
|
unsigned char | code |
|
int | enc_bits |
|
int(* | enc_routine )(int sample, int in_coding, struct g72x_state *state_ptr) |
|
AudioInfo | info |
|
bool | is_active = false |
|
int | out_bits = 0 |
|
unsigned int | out_buffer = 0 |
|
const char * | p_mime = nullptr |
|
Print * | p_print = nullptr |
|
int | resid |
|
unsigned char | sample_char |
|
int16_t | sample_int16 |
|
struct g72x_state | state |
|
24Kbps G723 Encoder based on https://github.com/pschatzmann/arduino-libg7xx
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ audioInfo()
◆ audioInfoOut()
◆ begin() [1/2]
|
inlineoverridevirtualinherited |
◆ begin() [2/2]
◆ end()
|
inlineoverridevirtualinherited |
◆ mime()
|
inlineoverridevirtualinherited |
Provides the mime type of the encoded result.
Implements AudioEncoder.
◆ operator bool()
◆ setAudioInfo()
Defines the sample rate, number of channels and bits per sample.
Reimplemented from AudioEncoder.
◆ setOutput()
void setOutput |
( |
Print & |
out_stream | ) |
|
|
inlineoverridevirtualinherited |
◆ write()
size_t write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlineoverridevirtualinherited |
The documentation for this class was generated from the following file: