Skip to content
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

Added sound driver based on virtio v1.2. #137

Merged
merged 78 commits into from
Jul 29, 2024
Merged

Conversation

muxinyu1
Copy link
Contributor

@muxinyu1 muxinyu1 commented Jun 3, 2024

  • Only the output stream has been implemented.
  • Two audio playback modes have been implemented: synchronous blocking and asynchronous non-blocking.
  • Tested successfully on Ubuntu 22.04 LTS.

@muxinyu1
Copy link
Contributor Author

Thank you very much for your help on my PR! If there is anything where I can help, I will do my best to provide assistance!

This allows it to be repeated if necessary, as there may be a single
notification for several items in the queue.
It had some lifetime issues, and didn't work properly when called more
than once. The new version is also much shorter and easier to
understand.
@qwandor qwandor merged commit a86f69c into rcore-os:master Jul 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants