Home
last modified time | relevance | path

Searched refs:ope_encoder_create_file (Results 1 – 4 of 4) sorted by relevance

/dports/audio/libopusenc/libopusenc-0.2.1/examples/
H A Dopusenc_example.c23 enc = ope_encoder_create_file(argv[2], comments, 44100, 2, 0, &error); in main()
/dports/audio/libopusenc/libopusenc-0.2.1/include/
H A Dopusenc.h275 OPE_EXPORT OggOpusEnc *ope_encoder_create_file(const char *path, OggOpusComments *comments, opus_in…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_opusfile/
H A Dmod_opusfile.c237 …context->enc = ope_encoder_create_file(handle->file_path, context->comments, context->samplerate, … in switch_opusfile_open()
438 …context->enc = ope_encoder_create_file(handle->file_path, context->comments, handle->samplerate, h… in switch_opusfile_write()
/dports/audio/libopusenc/libopusenc-0.2.1/src/
H A Dopusenc.c315 OggOpusEnc *ope_encoder_create_file(const char *path, OggOpusComments *comments, opus_int32 rate, i… in ope_encoder_create_file() function