I was getting link errors with the statically linked sfml-audio-s.lib in Visual Studio 2022. I replaced it with sfml-audio.lib and added the dll file to the project folder and I am able to use the Audio library now. I'm not sure if this is a known issue, but using the dynamically linked file seems to be a good workaround for now.