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
Enable ALSA driver and System V IPC in Linux Kernel. For
ALSA, the debug is enabled and will be removed once
this commit is ready.
Add description of descriptor chaining, yet need refactoring
the description as well as code (exists uncertainty of
the query struct).
Succeed to initialize virtio-snd.
Handle requests in control and TX queue, and print the address and length
of each virtq element to check the validness of self-implement
queue.
For macOS, an experimental core audio library check is implemented.
As the driver sends the PCM frames asynchronously, use a dedicated
thread for receiving frames from driver.
Need to let the thread become a thread pool so that we don't
need to create the thread everytime when we try to receive
frames from driver.
As such, the pcm_release state is sent asynchronously, need to
address this later.
0 commit comments