By admin, 26 七月, 2022

1. espeak-ng-1.52(1.53-dev) Windows版在命令行下无法正确读中文:

https://www.bilibili.com/read/cv9970630

不过不知道什么时候开始,粤语竟然可以把123读成1百2十3了。有空看看是什么规则的效果。

2. espeak-ng默认Chinese (Mandarin, latin as English)无法读中文

https://github.com/espeak-ng/espeak-ng/issues/1163/

上面两个问题有相关性。粤语的情况要好一点,只是在命令行下直接读不能读,属于编码问题。普通话是全部都不能读。它会把“我同意”都城wo tong two yi four",第一个字有时不读声调(我同意、中国),有时读(你们、美国)。

By admin, 20 七月, 2022

前段时间收到无国界医生的募捐邮件(好像有些年没收到无国界医生的邮件了),那种感觉就好像收到20年前的自己发出的邮件一样。于是就捐了。时光荏苒如白驹过隙,往事依稀若素月流空。

 

By admin, 12 五月, 2022

1. 添加软件源

见参考1。

2. 安装Nginx

yum install nginx

service nginx start

systemctl enable nginx.service

修改/etc/nginx/nginx.conf

3. 安装PHP

yum install php81 php81-php-fpm php81-php-pdo php81-php-mysqlnd php81-php-xml php81-php-gd php81-php-mbstring php81-php-pecl-zip

service php81-php-fpm start

systemctl enable php81-php-fpm.service

配置/etc/nginx/nginx.conf