偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

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

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

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

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

讓alsa用它自己的軟件混合器一個(gè)更好的方法來(lái)讓esd和不是esd識(shí)別的應(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)在,你可以讓你想要的軟件全部同時(shí)使用聲卡, 不管是輸出還是和麥克風(fēng)!ESD識(shí)別的應(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.

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

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

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

  1. Ubuntu 8.10設(shè)置中文環(huán)境(一)
  2. Ubuntu 8.10設(shè)置中文環(huán)境(二)
  3. Ubuntu Compiz常 用快捷鍵(3)
  4. 簡(jiǎn)單介紹Fedora 10Alpha 版詳情截圖欣賞
  5. 簡(jiǎn)單教大家 Fedora 12完美安裝nvidia官方驅(qū)動(dòng)
責(zé)任編輯:志輝 來(lái)源: 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ò)

2021-02-17 21:33:39

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

2010-03-15 14:33:24

Ubuntu Linu

2011-08-10 16:58:35

windowsXP黑屏

2020-10-17 09:14:53

iPhone

2011-09-05 13:19:42

UbuntuWebmin

2015-11-25 11:20:23

WindowsUbuntu時(shí)間同步

2020-12-21 09:47:16

UbuntuMinicondalinux

2020-09-27 08:33:40

微信QQ傳文件

2020-05-06 19:16:45

Windows 10Windows微軟

2009-11-10 13:38:46

無(wú)線路由器

2010-03-15 16:52:38

Ubuntu Linu

2011-09-05 12:27:17

Ubuntu

2010-03-15 10:01:26

Ubuntu 系統(tǒng)

2015-09-11 15:08:11

Wireshark界面Linux

2010-04-06 18:26:03

CentOS系統(tǒng)

2010-04-23 14:20:15

Aix操作系統(tǒng)
點(diǎn)贊
收藏

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