Simple Sound Codecs like Delta Modulation, BTC, etc
Project description
Introduction
Implementation of some simple and low CPU usage sound codecs like Delta Modulation, Adaptative Delta Modulation, Binary Time constant, etc
For more information about BTc codec, read more about it in original author page (Roman Black): http://www.romanblack.com/btc_alg.htm
License
The code distributed under BSD license. See LICENSE.txt in sources archive.
Download
Install
python setup.py install
Documentation
Sub packages
ssc.dm
Contains lin2btc and btc2lin to convert from/to mono audio fragments (same bytestrings that uses audioop) to/from a stream of bits (a list of booleans) with Delta Modulation audio codec.
ssc.btc
Contains lin2btc and btc2lin to convert from/to mono audio fragments (same bytestrings that uses audioop) to/from a stream of bits (a list of booleans) with BTc audio codec.
ssc.aux
Contains pack and unpack functions to pack/unpack a bitstream in a bytestream with choosable bit-endiannes.
See pydoc ssc.btc, ssc.dm and ssc.aux for more detail
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ssc-1.0a3.tar.gz
.
File metadata
- Download URL: ssc-1.0a3.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49002913dca03eca033df368d5cb3e5c6e93f88b8bf4eef19eccef89044ad152 |
|
MD5 | 5d174c7ffea7a38bcc7aba2f0e0ccabc |
|
BLAKE2b-256 | 01c625caa87907855d765d421eaaab5a90bec0a145b458f2c12edbbeb63761ae |