Skip to content

amonsh1/nimg711

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimg711

This package implements decoding and encoding PCM data

Installation

nimble install https://github.com/amonsh1/nimg711

Usage

import nimg711

when isMainModule:
    let alaw =  @[0'u8, 0, 52, 18, 103, 69]
    let lin = alawToLin(alaw)
    doAssert linToAlaw(lin) == alaw

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages