This repository contains a single devcontainer feature - audio-lite,
which forwards audio from the container using Mumble.
Running audio-lite inside the built container will install a Mumble server,
which will start up after the UI to forward audio out of the container.
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "overrideFeatureInstallOrder": [ "ghcr.io/devcontainers/features/desktop-lite", "ghcr.io/empathicqubit/empathicqubit-dc-features/audio-lite" ], "features": { "ghcr.io/devcontainers/features/desktop-lite:1": { "version": "latest" }, "ghcr.io/empathicqubit/empathicqubit-dc-features/audio-lite:1": {} } }