K0lb3 / adx2wav

converts adx to wav
zlib License
9 stars 0 forks source link

Thanks for this amazing module! #1

Open moth1995 opened 2 years ago

moth1995 commented 2 years ago

hi! i'm a old-gen-pes modder/programmer and im so happy i found this python module! thanks a lot, may i make a request so you can also make the wav2adx? im not sure if you can include also the loop functionality which is really useful

K0lb3 commented 2 years ago

Hi, I only saw your comment just now. I guess I could try to implement wav2adx into this module as well, I'm just not sure when I will come around to it.

moth1995 commented 2 years ago

Thanks a lot! if you can look after the loop implementation will be really nice

K0lb3 commented 2 years ago

A friend was working on adx decoding as well lately, and mentioned a Rust library that already implemented decoding and encoding, including loops.

So I gave extending it to python a quick try, and it seems to work. https://github.com/K0lb3/radxpy

The base functionality is already down, all that's left to do is replace the process exit with python errors, and uploading wheels to pypi.

moth1995 commented 2 years ago

thanks for your amazing work!