libertyernie / LoopingAudioConverter

A converter frontend for loopable audio formats
174 stars 16 forks source link

Occasional hanging on "Decoding" for wav to brstm conversion, especially when converting in bulk and with multi-channels #63

Closed SilverMK6 closed 2 years ago

SilverMK6 commented 2 years ago

Not really much else to say, it occasionally will just hang on "Decoding" but closing the program and converting again succeeds, I have a Ryzen 5 5600X, so I doubt it's a cpu issue, these are the exact settings I use

image

libertyernie commented 2 years ago

It's weird that it would hang on decoding a wav, since it doesn't really have to do any decoding at all...

I'm planning on releasing an alternate version that's single threaded eventually, and maybe that'll help.

libertyernie commented 2 years ago

Version 3.0 (just posted) goes one file at a time - see if it helps, or at least works differently.

SilverMK6 commented 2 years ago

late response but yes it does seem to have been fixed, thanks