lima icon indicating copy to clipboard operation
lima copied to clipboard

Add default value for audio driver

Open afbjorklund opened this issue 1 year ago • 2 comments

Can now use .audio.device=default similar to .video.display=default

audio:
  device: default
video:
  display: default

You can still pick another driver, such as alsa or oss, if you want.

afbjorklund avatar Jun 30 '24 10:06 afbjorklund

This probably needs a testing template, as well. If nothing else, you need to add linux-modules-extra and alsa-utils.

I would normally test with mikmod and https://modarchive.org/, but I suppose that part can be left up to the user...

afbjorklund avatar Jul 01 '24 05:07 afbjorklund

Added example:

 0 - Front Left
 1 - Front Right
Time per period = 3.017038
 0 - Front Left
 1 - Front Right
Time per period = 3.049002

This example uses sudo, since there is not yet a good way to add the user to the "audio" group

  • https://github.com/lima-vm/lima/issues/1686

afbjorklund avatar Jul 02 '24 08:07 afbjorklund