编译安装好TTS 开源软件flite后,可以通过命令去运行flite命令去读取text内容试试。出现了如下error:
flite -voice slt -t “Qingdao is a beautiful city”
oss_audio: failed to open audio device /dev/dsp
我的服务器系统是Debian 10, google上有人建议做如下操作:
sudo apt-get install pulseaudio
sudo apt-get install libpulse-dev
sudo apt-get install osspd
但是本地环境还是不好用,这应该是相关音频内核模块没有加载。
sudo modprobe snd_pcm_oss
Debian OSS (Open Sound System)的介绍, 请参考https://wiki.debian.org/OSS.