-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--auto Command Line Option Hangs #50
Comments
After some poking around, it seems related to reading and writing files, for some reason doing it asynchronously when running --auto from the command line causes the program to hang, but it works if you read and write them synchronously |
I wonder if making them asynchronous and parallel is more trouble than it's worth. I might just change the app to do files one at a time (although it probably won't be in the next release). In the meantime, I changed Mind if I pull in your other change with the input folder field? |
Ah sounds good! I'll give that a try And yep feel free too! |
A new version's out, if you have time you can try it & see if that works better for you. |
I'm closing any issues more than a year old. If you're still having a persistent issue with the newest version of Looping Audio Converter, please file a new issue on this GitHub repository instead of replying to this one. Make sure to include the exact wording of any error you're getting, which settings you're using when converting audio (if applicable), and - if possible - a link to the file you're using as input. |
I tried using the --auto command line option to convert an mp3 to brstm from the command line but the application seems to hang, I don't get this issue when running the program normally. Tested on Windows 10.
The text was updated successfully, but these errors were encountered: