You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sys/soundcard.h header on current FreeBSDs contains both the OSS audio system (aka devdsp) and a new FreeBSD audio system called AIO.
We could implement a FreeBSD specific AIO audio driver, just like DSound on Windows.
The
sys/soundcard.h
header on current FreeBSDs contains both the OSS audio system (akadevdsp
) and a new FreeBSD audio system called AIO.We could implement a FreeBSD specific AIO audio driver, just like DSound on Windows.
I have not yet found any real documentation on the AIO API, the only hint I have is this paper:
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=de5df6489b6b425b8c626a7e524808ef6dc277ba
The text was updated successfully, but these errors were encountered: