<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 26, 2014 at 3:21 PM, Fons Adriaensen <span dir="ltr"><<a href="mailto:fons@linuxaudio.org" target="_blank">fons@linuxaudio.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> And probably also by<br>
rewriting the the backend and make it use ASIO directly<br>
instead of going through Portaudio. Why on earth should<br>
a system such as Jack support anything but ASIO ?<br></blockquote><div><br></div><div>portaudio is significantly easier to implement support for. this seems to be the main reason it is used. i am working with another well known audio software company and when faced with implementing windows support as part of their own cross-platform efforts, they decided to use portaudio for windows rather than try to code ASIO support directly (they had already tamed coreaudio to their satisfaction). it must be possible, but apparently aspects of it appear daunting.<br><br>in addition to ASIO, "modern" native windows APIs (WaveRT and WDM) are capable of providing the same low latency path that ASIO does. i don't know how many h/w makers actually provide drivers usable with these newer APIs, though.<br></div><div> <br></div></div></div></div>