Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page