Blog Archive

Tuesday, June 26, 2012

Training Spider: 8 Simple Secrets to Success

Training Spider: 8 Simple Secrets to Success: As he opens his talk Richard St.John reminds us his words come from  500 interviews over 7 years which has led to this presentation. He t...

Tuesday, June 12, 2012

HTK fator error



1. If you try to install HTK on 64 bits machine, you might get some fatale error like “/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory”. Because by default, it try to compile it on 32 bits machine. So you need to install gcc and g++ for 32 bits machine.
On fedora:
yum install glibc-devel.i686
On Ubuntu: install the following pakages
g++-multilib
gcc-multilib


2. Personally, when i do “make all” on my machine (fedora 15), I get another fatal error
“HGraf.c:73:77: fatal error: X11/Xlib.h: No such file or directory”.

So I need to install “libX11-devel” by by doing

“yum install libX11-devel”.

Sunday, June 3, 2012

iphone4如何制作铃声

http://bbs.weiphone.com/read-htm-tid-1096183.html
第一步:打开itunes,进入音乐列表,找到你想做铃声的歌曲,例如:东风破,双击它进行播放,可以看到itunes上部显示着播放的时间,把要作为铃声的高潮部分的时间记录下来,比如1:05--1:35,iphone的铃声文件大小不能超过40秒哦。

第二步:右键点击要做铃声的歌曲名称,进入“显示简介”,在最上方的标签菜单栏进入“选项”,分别输入起始时间和停止时间,然后确定。 

第三步:回到itunes音乐列表界面,再次右键点击该歌曲,在菜单中选择“创建AAC版本”,之后会看到歌曲列表里多了同样名称的一个音频文件,只是播放时间比原来的文件短很多。这个就是我们要的铃声文件母本。右键点击该文件,选择菜单中的“在windows资源管理器中显示”,在弹出的窗口里把这个文件后缀名从“m4a”直接更改为“m4r”,然后双击这个文件,就可以看到itunes的铃声文件列表里多了一个文件。

最后一步:将iphone与itunes同步,在铃声里面选择所有铃声或者单独选择要同步的铃声,再点右下角的“同步”,搞定。