SpaceManiac / opus-rs

Safe Rust bindings for libopus
Apache License 2.0
68 stars 63 forks source link

Implement remaining CTLs #5

Open SpaceManiac opened 7 years ago

SpaceManiac commented 7 years ago

Generic

Encoder

Decoder

morajabi commented 1 year ago

What should I do to make a PR for OPUS_SET_DTX and OPUS_GET_DTX? It seems like it's rather easy. I'm happy to do it.

SpaceManiac commented 1 year ago

Nothing special. Add under // Encoder CTLs an appropriately-named setter and getter of bool and PR it like anything else.

morajabi commented 1 year ago

Done #18

morajabi commented 1 year ago

Done complexity in #21