自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

教你如何解決Ubuntu Linux系統(tǒng)下聲卡獨占

系統(tǒng) Linux
本章主要教大家對Ubuntu Linux系統(tǒng)下出現(xiàn)聲卡獨占問題給予解答,假如仍有問題可以留言,希望以下對大家有所幫助。

由于很多朋友的Ubuntu Linux系統(tǒng)下總出現(xiàn)聲卡獨占問題,所以咱再次寫下《Ubuntu Linux系統(tǒng)下聲卡獨占的解決方法》,希望對大家有所幫助!

A much better way of getting esd to work with non-esd-aware apps is to make alsa use its software mixer.

讓alsa用它自己的軟件混合器一個更好的方法來讓esd和不是esd識別的應(yīng)用程序在一起工作

$ sudo /etc/init.d/alsa-utils stop $ sudo gedit /var/lib/alsa/asound.state

(add the following text verbatim to the start of this file)

$ sudo /etc/init.d/alsa-utils start

# This text should be added to the beginning of

# /var/lib/alsa/asound.state. You only need to add

# it once —— it is saved across reboots.

pcm.asymed {

type asym

playback.pcm dmix

capture.pcm dsnoop

}

pcm.default {

type plug

slave.pcm asymed

}

pcm.dmix {

type dmix

ipc_key 5678293

ipc_key_add_uid yes

slave {

pcm 'hw:0,0'

period_time 0

period_size 128

buffer_size 2048

format S16_LE

rate 48000

}

}

pcm.dsnoop {

type dsnoop

ipc_key 5778293

ipc_key_add_uid yes

slave {

pcm 'hw:0,0'

period_time 0

period_size 128

buffer_size 2048

format S16_LE

rate 48000

}

}

Now as many programs as you want can all use the sound card simultaneously, both the output and the microphone! ESD-aware apps can use ESD, other apps will still work fine.

現(xiàn)在,你可以讓你想要的軟件全部同時使用聲卡, 不管是輸出還是和麥克風(fēng)!ESD識別的應(yīng)用程序可以使用ESD,另外的應(yīng)用程序也一樣可以正常工作。

One notable misfeature of ESD is that it often ruins the A/V sync when playing videos. After setting up the software mixer, you might find it useful to turn esd off altogether (in tthe Sound control panel uncheck "Enable Software Mixing")。 Now, especially with GStreamer 0.10, your movies should have perfect A/V sync.

一個ESD很顯著的不好的特性就是在播放視頻的時候它會破壞在音頻與視頻的同步。在設(shè)定好軟件混合器以後, 你可能會發(fā)覺把esd關(guān)閉會有些幫助(在音頻控制面板里邊反選"開啟software mixing')。 現(xiàn)在, 特別是在GStreamer 0.10下, 你的電影應(yīng)該不會有音頻和視頻不同步發(fā)生了。 It's a shame that software mixing isn't enabled on Ubuntu by default. software mixing在ubuntu的預(yù)設(shè)里邊不是開啟的。

按照這個設(shè)置好之后并沒有馬上生效。

Ubuntu Linux系統(tǒng)下聲卡獨占的解決方法就這么多了。

  1. Ubuntu 8.10設(shè)置中文環(huán)境(一)
  2. Ubuntu 8.10設(shè)置中文環(huán)境(二)
  3. Ubuntu Compiz常 用快捷鍵(3)
  4. 簡單介紹Fedora 10Alpha 版詳情截圖欣賞
  5. 簡單教大家 Fedora 12完美安裝nvidia官方驅(qū)動
責(zé)任編輯:志輝 來源: linux.chinaitlab.com
相關(guān)推薦

2020-06-01 20:27:26

Windows 10Windows電腦藍(lán)屏

2010-07-16 13:52:26

telnet漏洞

2011-09-09 18:16:18

WindowsLinux

2021-10-14 11:11:58

WiFi電腦網(wǎng)絡(luò)

2010-03-15 14:33:24

Ubuntu Linu

2011-08-10 16:58:35

windowsXP黑屏

2021-02-17 21:33:39

路由器產(chǎn)品網(wǎng)絡(luò)

2011-09-05 13:19:42

UbuntuWebmin

2020-12-21 09:47:16

UbuntuMinicondalinux

2015-11-25 11:20:23

WindowsUbuntu時間同步

2020-09-27 08:33:40

微信QQ傳文件

2020-05-06 19:16:45

Windows 10Windows微軟

2020-10-17 09:14:53

iPhone

2010-03-15 16:52:38

Ubuntu Linu

2010-03-15 10:01:26

Ubuntu 系統(tǒng)

2009-01-03 11:32:15

VistaUbuntuLinux

2010-04-23 14:20:15

Aix操作系統(tǒng)

2010-04-06 18:26:03

CentOS系統(tǒng)

2011-09-05 12:27:17

Ubuntu

2009-11-10 13:38:46

無線路由器
點贊
收藏

51CTO技術(shù)棧公眾號