Metadata-Version: 2.4
Name: wack-codec
Version: 1.0.1
Summary: WACK (Walker Audio Codec Kit) - High-Fidelity Adaptive ADPCM Audio Codec
Author: WAC COMMUNITY
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# WALKER AUDIO CODEC (WAC)

**Version:** 1.0  
**Codename:** "Alone 512"  

Walker Codec is a high-fidelity, adaptive differential pulse-code modulation (ADPCM) based audio compression standard.

## Features

- **Bass-Safe Mode:** Intelligent handling of transient peaks and bass drops.
- **Variable Bitrate:** Supports ranges from 10kbps (Radio) to 765kbps (Ultra-Sonic).
- **Zero Dependencies:** Pure Python implementation.
- **Built-in Visualization:** Generate BMP waveforms and stereo analysis dashboards.

## Installation

```bash
pip install .
```

## Usage

```bash
walker encode input.mp3 output.wac 384
walker decode output.wac output.wav
walker viz output.wav dashboard.bmp
```
