Home
last modified time | relevance | path

Searched refs:libopus_create (Results 1 – 2 of 2) sorted by relevance

/dports/audio/py-opuslib/opuslib-3.0.1/opuslib/api/
H A Dencoder.py45 libopus_create = opuslib.api.libopus.opus_encoder_create variable
46 libopus_create.argtypes = (
52 libopus_create.restype = EncoderPointer
59 result = libopus_create(
H A Ddecoder.py38 libopus_create = opuslib.api.libopus.opus_decoder_create variable
39 libopus_create.argtypes = (
44 libopus_create.restype = DecoderPointer
67 decoder_state = libopus_create(