Skip to main content

Module codec

Module codec 

Source
Expand description

Telephony / streaming audio codecs.

Each codec lives in a submodule so the public surface stays deliberately granular: a consumer that only needs G.711 imports wavekat_core::codec::g711. Future additions (Opus, iLBC, …) live beside it and stay independently selectable.

Modules§

g711
G.711 μ-law (PCMU) and A-law (PCMA) codecs.