Page 1 of 1

Non-realtime batch mode

Posted: Sun Dec 19, 2010 2:55 am
by ms.juicy
Hi,

Is there a way to run linuxsampler in a non-realtime batch mode with output going a file? I'm interested in rendering some midi files to mp3 under questionably reliable (non-realtime) conditions. I can see that it's possible to output to files, but haven't yet found a setting for "take all the time needed to generate perfect quality output."

Thanks

Re: Non-realtime batch mode

Posted: Sat Feb 05, 2011 1:51 pm
by Andreas
No, there's currently no such mode supported. The audio thread simply counts on the disk thread to keep up, to always have data ready. The audio thread never waits for the disk thread, which would be needed in a freewheel mode.