You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does find CSFML (/Users/borislav/Projects/VoskTestApp/bin/Debug/net8.0/runtimes/osx-arm64/native/libsfml-audio.2.6.dylib), but then fails to find the referenced vorbisenc and I think I know why...
Reason: tried: '/Users/borislav/Projects/VoskTestApp/bin/Debug/net8.0/runtimes/osx-arm64/native/vorbisenc.framework/Versions/A/vorbisen' (no such file)
This shouldn't be vorbisen but vorbisenc. I think there has been a mistake when rewriting the rpath reference... 😓
On MacOS 14.6.1 - just installed SFML.Net 2.6.0 nuget package and tried to call
SFML.Audio.SoundBufferRecorder.IsAvailable
The stack trace is too long to fit in the bug description (> 65536 chars), so I uploaded it here: https://nopaste.net/IswI2WzFX5
The text was updated successfully, but these errors were encountered: