
나는 설명 된 것과 똑같은 문제가 있습니다.이 질문, 그러나 질문이 너무 오래되었고 제공된 답변이 작동하지 않아서 다시 질문하기로 결정했습니다.
오디오, 비디오 및 일반적으로 모든 사운드의 사운드가 고르지 않습니다. 일부 부분이 들리지만 즉시 음소거됩니다.
밖으로sudo lshw -c multimedia
*-multimedia
description: Audio device
product: System Controller Hub (SCH Poulsbo) HD Audio Controller
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress bus_master cap_list
configuration: driver=snd_hda_intel latency=0
resources: irq:22 memory:b0050000-b0053fff
*-usb
description: Video
product: WebCam
vendor: Sonix Technology Co., Ltd.
physical id: 4
bus info: usb@1:4
version: 1.00
capabilities: usb-2.00
configuration: driver=uvcvideo maxpower=98mA speed=480Mbit/s
저는 Acer Aspire One에서 Lubuntu 16을 사용합니다.
답변1
나를위한 해결책은 편집이었습니다/etc/pulse/daemon.conf
sudo -H gedit /etc/pulse/daemon.conf
라인을 찾아보세요
; resample-method =
주석을 해제하고(제거 ;
) 다음으로 변경합니다.
resample-method = src-sinc-best-quality
해당 행이 전혀 없으면 추가하십시오.
변경 사항을 적용하려면 재부팅하세요.