opus-recorder icon indicating copy to clipboard operation
opus-recorder copied to clipboard

A library for encoding and decoding web audio as OggOpus.

Results 22 opus-recorder issues
Sort by recently updated
recently updated
newest added

Hey In c/c++ i can turn on DTX by code below ```c++ opus_encoder_ctl(enc, OPUS_SET_DTX(enable ? 1 : 0)); ``` and can skip data without voice ```c++ int32_t r = opus_encode(enc,...