Audio Input/Output

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
You have 2 choices:

1) Cross-platform lib
2) Platform specific lib

Pick one. It's impossible not feasible to do it without a lib.


EDIT: Actually I might be speaking out of turn here. Nevermind. Give me a few minutes to look around.
Last edited on
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).
Topic archived. No new replies allowed.