SFML community forums

Help => Audio => Topic started by: turtloss on August 07, 2023, 06:29:42 pm

Title: SFML with PortAudio and ASIO driver
Post by: turtloss on August 07, 2023, 06:29:42 pm
Hi,
I compiled PortAudio to only use ASIO because I need minimal latency. When I include SFML in this project, Im unable to play any audio with it. My guess is that SFML doesn't/cannot use ASIO(by default?). Is there a way to make SFML use ASIO? MME/WASAPI PortAudio builds work with SFML but there is a big latency. Thanks
Title: Re: SFML with PortAudio and ASIO driver
Post by: eXpl0it3r on August 15, 2023, 07:57:29 am
PortAudio running on Windows? I thought this was Linux only.

SFML uses OpenAL-soft as audio interfacing, so I guess the question is, whether OpenAL-soft can interface with ASIO, and I don't know the answer to that. ;D
Maybe check with the OpenAL-soft community.