ChinaUnix.net
相关文章推荐:

linphone alsa

linphone is a web phone: it let us phone to our friends anywhere in the whole world, freely, simply by using the internet. The cost of the phone call is the cost that you spend connected to the internet.   Here are the main features of linphone:    Works with the Gnome Desktop under linux, (maybe some others Unixes, but this has never been tested). Nevertheless you can use linphone under KDE, ...

by tiaot - Linux文档专区 - 2008-05-21 00:35:38 阅读(705) 回复(0)

相关讨论

linphone怎么编译呢 ?

by springzbz - Linux新手园地 - 2007-04-16 15:04:20 阅读(2782) 回复(0)

大家好: 目前关于linphone+asterisk有如下问题: 1)asterisk服务器位于公网上,具有唯一的公网IP。asterisk版本号是1.8.7。 其中的sip.conf配置如下: [general] context=default allowoverlap=no udpbindaddr=0.0.0.0 srvlookup=yes videosupport=yes localnet=10.0.0.0/255.0.0.0 externaddr = aa.bb.cc.dd nat = yes [101] type=friend secret=101 context=from-sip host=dynamic allow=h263 allow=h263p allow=h264 [10...

by linuxhunter - VoIP开发技术 - 2012-12-27 15:32:50 阅读(3580) 回复(0)

如果哪位高手看了 linphone的代码, 能帮小弟 解释一下,linphone中关于mediastreamer中的函数的各个关系和意思吗?如snd_card_create_write_filter() snd_card_manager_get_card() ms_sync_start(timer);的工作机制? 非常感谢!!! :lol::" />

by liuchunnew - Linux系统管理 - 2010-11-27 12:05:16 阅读(1950) 回复(0)

不带--enable-gtk_ui=no 就有下面的错误,通过拷贝glade.h到安装目录,拷贝glade.so在安装目录,依然不能解决问题。 cc1: warnings being treated as errors main.c: 在函数 ‘linphone_gtk_show_about’ 中: main.c:360: 警告:隐式声明函数 ‘gtk_about_dialog_set_program_name’ make[3]: *** [main.o] 错误 1 make[3]: Leaving directory `/usr/local/linphone/src/linphone-3.2.1/gtk-glade' make[2]: *** [all] 错误 2 ma...

by liugang9931706 - 移动操作系统 - 2010-05-17 21:05:03 阅读(3867) 回复(4)

linphone是LINUX下最有名的SIP软UA之一,当我安装speex(1.1.12)后,在linephonez中运行 ./configure 时:最后的提示是: checking for SPEEX... Package speex was not found in the pkg-config search path. Perhaps you should add the directory containing `speex.pc' to the PKG_CONFIG_PATH environment variable No package 'speex' found 谁遇到过这样的问题?请帮帮我!Luj.dai@browan.com , QQ :348789881, googletalk...

by jiaolongsuoqiao - Linux环境编程 - 2007-08-07 19:13:36 阅读(2342) 回复(1)

sudo apt-get install alsa-oss sudo vi /etc/asound.conf 添加如下内容: pcm.card0 { type hw card 0 } pcm.!default { type plug slave.pcm "dmixer" } pcm.dmixer { type dmix ipc_key 1025 slave { pcm "hw:0,0" period_time 0 period_size 1024 buffer_size 4096 periods 128 rate 44100 } bindings { 0 0 1 1 } 修改ESD配置文件: sudo vi /etc/esound/esd.conf 改成如下: [esd] auto_spawn=1 spawn_options=-terminate -n...

by dogfox - Linux文档专区 - 2008-11-12 15:02:28 阅读(686) 回复(0)

目前用户所抱怨的 Ubuntu 系列的声卡问题,基本上归结为几类:一,找不到声音设备;二,不发声;三,耳机和音箱同时发声。大部分这种问题都是由笔记本上 Intel 集成声卡驱动引起的,关于这个问题的具体描述和解决方案,可以查看下面两个页面: BUG: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/131133 SOLUTION: https://wiki.ubuntu.com/Gutsy_Intel_HD_Audio_Controller 其实大部分问题都可以通过自己...

by yodasy - Linux文档专区 - 2008-10-27 00:33:49 阅读(774) 回复(0)

因为升级内核,所以也重新配置了alsa,加上上次配置的过程没有仔细记下来,所以这次就把详细的过程写下来。 1)内核配置 我原本是想把把alsa驱动编译到内核,因为这样以后就比较方便。但是不知为什么,我把alsa驱动编译到内核时,效果很差,所以也没有办法,只能自己每次手动emerge了。这样内核配置就比较简单了。 Device Drivers -> Sound -> Sound card support Advanced Linux Sound Architecture -> ...

by cyvins - Linux文档专区 - 2006-04-22 20:09:38 阅读(606) 回复(0)

我用的是fc2系统(kernel2.6.7),alsa驱动能正确识别我的cm8738声卡,应用程序也能正确打开设备,可声卡就是不出声。请问我该怎么办.. //oss驱动能使声卡正常工作,但2.6版本的核心正在试图减少oss的影响力。

by drewasdrew - Linux论坛 - 2004-07-08 09:53:29 阅读(772) 回复(1)

我用的是fc2系统(kernel2.6.7),alsa驱动能正确识别我的cm8738声卡,应用程序也能正确打开设备,可声卡就是不出声。请问我该怎么办.. //oss驱动能使声卡正常工作,但2.6版本的核心正在试图减少oss的影响力。

by drewasdrew - Linux系统管理 - 2004-07-08 09:53:29 阅读(727) 回复(1)