Registry / serialization / zaf-g711

zaf-g711

JSON →
library1.4.0gogounverified

A Go library for encoding and decoding G.711 PCM audio data.

go get github.com/zaf/g711
INSTALL
IMPORT
SIG · ZAF-G711
Z
zaf-g711
serializationgov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

g711
✓ github.com/zaf/g711

Encodes PCM samples to G.711 A-law format.

package main import ( "fmt" "github.com/zaf/g711" ) func main() { // Encode 16-bit PCM to A-law pcm := []int16{0, 100, -100} encoded := g711.EncodeALaw(pcm) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
zaf-g711 — go get zaf-g711 · libregistry