Content-Length: 274149 | pFad | http://github.com/K0lb3/adx2wav

13 GitHub - K0lb3/adx2wav: converts adx to wav
Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

K0lb3/adx2wav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/K0lb3/adx2wav

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy