So I have a project in which I am processing audio signals in real-time. I want to create a class to do this using the ASIO driver. I don't want to use a cross platform library nor do I want to use windows API as it is very slow. Any advice
Well I want a low level library with good documentation. ASIO has a library I want to use but it lacks good documentation. ASIO is however windows specific (which is what I want).