G711Codec

class G711Codec

G711A (pcm-alaw) encoder/decoder

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun configure(sampleRate: Int, channels: Int)
Link copied to clipboard
fun decode(src: ByteArray, offset: Int, len: Int): ByteArray
Link copied to clipboard
fun encode(buffer: ByteArray, offset: Int, size: Int): ByteArray