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.
Source Distribution
adx2wav-1.0.0.tar.gz
(3.8 kB
view details)
File details
Details for the file adx2wav-1.0.0.tar.gz
.
File metadata
- Download URL: adx2wav-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0cf624f8557263b93f3e40aabab02c6f20c28f0654c7f26a7c2faadf118280f |
|
MD5 | 29decba6882256656a9ae52afa0bc736 |
|
BLAKE2b-256 | 002b9b6a6b4086c583c984b6d552a5dc9402462194ddb840e2e056911754dc27 |