Encoding monoliths broken
-
I'm seeing lots of this in the output, I don't know what it means...
Also I noticed that certain audio device settings prevent my server calls working, but one problem at a time.
-
This output looks ok, it's just super verbose to track down codec issues, but I don't think that is the case here, but some more trivial file I/O problem. I think you can deactivate the logging and just wait until the debugger crashes to inspect the stack trace.
-
@Christoph-Hart Ok, I'll do that now and report my findings.
-
It crashes in
hise::MonolithExporter::writeFiles()
I'm stepping through it now to see if I can get any more detail. -
Ok when I stepped through the entire process it encoded the samples without issue
-
I haven't been able to get any further with it. I tried to recreate the issue on Windows by playing around with various audio device settings but no luck. I'm suspecting this is related to my move a to pipewire a few weeks ago, but since pipewire is the future :p I would definitely like to get it working.
Update: I disabled pipewire, reinstalled jack, and the export worked and then I reenabled pipewire and the export doesn't work.
I see this in the pipewire changelog for the next release
Stability and compatibility improvements in JACK apps.
So maybe I'll just disable pipewire in HISE for now and see if the update fixes the issue when it arrives. -
I think I've found a partial solution... move to the future :) I rebuilt HISE without JACK (disabled it in Projucer) and now I can use pipewire as the audio device and the encoding with HLAC seems to work fine.
The only potential issue I see now, but I'll need to test, is when I export my project I will want it to include JACK because most Linux users will be using it, and if they also have pipewire installed I expect the decoding to fail. But I'll cross that bridge when the time comes, or I'll ignore it until someone complains :p
-
@d-healey said in Encoding monoliths broken:
I'll ignore it until someone complains
-
@ustk I occassionally get a report of a bug in a piece of software I wrote 10 years ago and no-one has noticed. These are the sort of bugs I like :)
-
-
I've hit another snag. The encoding to monolith works with my previous solution, but extracting from a hr file causes an instant crash. I noticed on Debian that changing the audio driver affected how far the extraction process got before the crash. I've tested the same project on Windows with ASIO and it works fine.