taynaron
taynaron
opus support added, the rest is still to-do.
You may also need to also pass `-dynamiclib` to `g++` to actually make them a dylib: ``` g++ $CFLAGS $CPPFLAGS $CXXFLAGS -shared -fPIC -dynamiclib \ cldutil.cc cldutil_shared.cc compact_lang_det.cc compact_lang_det_hint_code.cc \...
I have successfully compiled an arm64 libcld2.dylib, and changed a couple of bits in the qmake.pro. I have successfully compiled the app, but now the app fails to launch. The...
Looks like it's an apple silicon "security" feature: https://github.com/dotnet/maui/issues/12483 https://developer.apple.com/forums/thread/698870
I'm at a loss. I've recompiled all the dylibs, codesigned each using `codesign --force -s - ` (per [this stackoverflow](https://apple.stackexchange.com/questions/343912/should-i-sign-open-source-code-myself)), compiled, then codesigned the newly created app with the same...
I've written a branch with all my compile changes for macOS. It's not ready to merge because the program still crashes on codesigning, and the changes I made will break...
I get the following error: “UltraStar-Creator” is damaged and can’t be opened. You should move it to the Trash. I expect this is a codesigning issue too. I'm happy to...
Still failing with that new build. Same issue. I found some logs that may be useful (replaced pids with 'x') AUTHREQ_ATTRIBUTION: msgID=508.93, attribution={accessing={TCCDProcess: identifier=UltraStar-Creator, pid=x, auid=501, euid=501, binary_path=/Applications/Audio/UltraStar-Creator.app/Contents/MacOS/UltraStar-Creator}, requesting={TCCDProcess: identifier=com.apple.syspolicyd,...
Ah yes, I should have mentioned that something was up with the DMG; glad you got that. Progress! The app now fails to launch with "UltraStar-Creator can't be opened because...
ah right, I'm used to a different error for this. Great! I'll poke at the program itself in the next few days, see if the functionality works on macOS. Thanks...