Vexatos / Computronics

A ComputerCraft/OpenComputers addon mod.
125 stars 53 forks source link

Converting to dfpwm #312

Open Rocksnotch opened 3 years ago

Rocksnotch commented 3 years ago

Been trying to use LionRay to convert wav into dfpwm but I keep getting 'IOException occured, see stdout'

any fix to this? or any other way to convert wav into dfpwm?

wallefan commented 3 years ago

Run LionRay in cmd by doing cd Downloads then java -jar LionRay.jar and try doing it again. It'll still fail but it'll tell you what went wrong in the cmd window

Rocksnotch commented 3 years ago

java -java apparently doesnt work! says it cannot create the virtual machine however java -version DOES work, and it is up to date. so I know I HAVE java.

Rocksnotch commented 3 years ago

so I got it to run in CMD, and it gave me this as the output: https://pastebin.com/cWvUMnM8

The first thing is "Chunk size too big" ?

paperluigis commented 1 year ago

ffmpeg seems to have a dfpwm codec. run ffmpeg -i input.ogg -ar 48000 -ac 1 output.dfpwm