mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
5be5191645
With this commit preliminary audio support in VirtualBox is enabled. The backend supports playback as well as recording sounds from within a guest VM. Depending on how the guest configures the device model the audio output may sound disorted. If the guest uses buffers that are too small, i.e., 10 ms or less, frequent buffer underruns will occure. To get this low-latency one has also to increase vbox' update hz to 200 (i.e., 5ms). Fixes #1647.
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.