| ws adpcm aud files | Cugo | 22:59 07-10-2006 | | |
Hello.
I'm trying to make a java application to convert an .aud file to an .au file. (yes not to wav
) )
I have read Vladan Bato's information and examples about aud files (which can also be found on this site - I found it on his site) and succesfully implemented the convesion of IMA-ADPCM compressed aud files.
The problem came when I tried to convert the Westwood 8-bit files as he calls them.
I found some info about them by Valery V. Anisimovsky: http://www.wotsit.org/download.asp?f=ws-aud
It consists of some info about the file and an example in c.
When I converted it in java it didn't work.
Now it could be that I did something wrong when converting (I'm not very fammiliar with c).
Or I could just have written something wrong in java and didn't notice it.
Anyway I spent a day trying to find what was wrong.
Then I thought: maybe I should ask somewhere and I asked here because xccmixer plays thoose files.
What I wanted to ask is: does anyone know where could I find some more information about the westwood adpcm aud compression or some example that I'm sure it's working. (since I can't test it, it is possible that the example has errors in it).
Thanks
p.s.
I know I write too much 