Luis Blanco

Results 30 comments of Luis Blanco

`vsync` is now enabled by default

Hello! @vishvananda I'm not sure if that helps, but we could try and see if LabSound would work on OSX - https://github.com/LabSound/LabSound . deps-labsound-raub - exists to deliver the LabSound...

@vishvananda can you try the new version 3.0.0? it seems to work in GitHub actions on macos-11

Well that's currently named `LOG_PLAYBACK_STATE_TRANSITION`. Switching to `LOG_TRACE` makes sense.

Also when using `loadHrtfDatabase`, I get a ton of logs from https://github.com/LabSound/LabSound/blob/main/src/extended/AudioFileReader.cpp#L85 - because `printf` is used directly.

Otherwise, you could mention changing the log-level in the doc as a normal step of library initialization. If that's for C, a prefix would be fine too. Zero-init would still...

Are you going to add a new release/tag anytime soon, or is it better to just take the `main` branch?

Yeah, I saw that. I'm now debugging another issue that has bothered me for a long time. I will report when I have progress. By the way, consider removing https://github.com/LabSound/LabSound/tree/main/qmake...

Hey @trusktr, I've just added the MacOS ARM build for version `4.2.0`. Will it be possible for you to check if it indeed works?

@ckir the latest version seems to be working fine with WSL2 - I also updated GLFW to 3.4 and made sure it builds with WAYLADN=ON (but unsure what UI WSL...