Skip to content

pmb/qemu/run.py: add audio support

Daniele Debernardi requested to merge feature/qemu-audio into master

Changes:

  • Added the ALSA_PLUGIN_DIRS environment variable otherwise it tries to load the plugins of the host pc and they fails. (requires pmaports!794 (merged))
  • Added the /usr/lib/pulseaudio path to the library-path argument
  • Added the audiodev and soundhw to the qemu command
  • Added the required packages necessary to be installed in the chroot
Edited by Oliver Smith

Merge request reports