-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement VirtIO sound device #50
Comments
Can you illustrate the progress and the potential integration considerations? |
Hi @jserv , For the progress:
For potential integration considerations:
|
Hi @jserv , For the supporting operations mentioned in #53, to let |
Yes, go ahead. |
For this issue, I am going to implement VirtIO sound device supporting these operations:
|
Update:
I am going to solve the sound card endpoint issue first. |
Update:
|
Statue update:
|
Do you think whether if single-threaded queue manipulation is enough. I am not sure that such TX queue can be operated without extra threads. |
For my current findings, qemu and rust-vmm do not use any extra threads to operate TX queue. |
Statue update:
|
Statue update:
|
Update:
Actions:
|
No, I was intentionally referring to him.
Go ahead. |
Hi @jserv , I am going to summarize the recent work in this comment. Past
Ongoing
|
Currently, semu lacks of sound playing feature.
To implement, we can use VirtIO sound with ALSA architecture.
The text was updated successfully, but these errors were encountered: