Skip to content

How to change OS audio volume #402

Answered by nderjung
the-lightstack asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @the-lightstack,

Unikraft does not support playing audio, it does not have any audio drivers nor any way to control audio. Unikraft facilitates the runtime of (commonly) server-based applications, like NGINX, as a purpose-built VM image. If you are requiring to play audio, you will need to attach that as a device to the VM and then also have the relevant drivers for it. For your usecase, you'd have to investigate this driver integration as an external library. Here is how it's done in the Linux kernel, for example.

For now, there is no plan to support pulseaudio or introduce audio drivers into Unikraft or its ecosystem at the time of writing by the core team.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nderjung
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants