Computronics icon indicating copy to clipboard operation
Computronics copied to clipboard

Converting to dfpwm

Open Rocksnotch opened this issue 5 years ago • 4 comments

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?

Rocksnotch avatar Jan 02 '21 07:01 Rocksnotch

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

wallefan avatar Jan 10 '21 19:01 wallefan

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 avatar Jan 10 '21 20:01 Rocksnotch

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" ?

Rocksnotch avatar Jan 13 '21 14:01 Rocksnotch

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

paperluigis avatar Apr 20 '23 06:04 paperluigis