converts ADX to WAV
Project description
ADX2WAV
An adx2wav c-extension for Python based on adx2wavmod3 found on hcs64.com/vgm_ripping.
Installation
PIP
pip install adx2wav
Manual
python setup.py install
Example
from adx2wav import adx2wav with open("test.adx" , "rb") as f: data = f.read() wav = adx2wav(data) with open("test.wav", "wb") as f: f.write(wav)
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size adx2wav-1.0.0.tar.gz (3.8 kB) | File type Source | Python version None | Upload date | Hashes View |