Changes between Version 19 and Version 20 of pipewire


Ignore:
Timestamp:
02/04/2025 03:39:04 PM (8 weeks ago)
Author:
Xi Ruoyao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified pipewire

    v19 v20  
    3737== Use Pipewire for ALSA-based applications ==
    3838
    39 If Pipewire is running, it will occupy the sound card device and an ALSA-based application cannot use the card at the same time.  To work around the issue, tell alsa-lib to use a virtual device provided by Pipewire:
     39If Pipewire is running, it will occupy the sound card device and an ALSA-based application cannot use the card at the same time.  For example, with the BLFS qemu configuration, when qemu starts:
     40
     41{{{
     42alsa: Could not initialize ADC
     43alsa: Failed to set buffer time to 92880
     44alsa: Reason: Invalid argument
     45}}}
     46
     47To work around the issue, tell alsa-lib to use a virtual device provided by Pipewire:
    4048
    4149{{{