文件名称:ss13-vox:VOX播音员的灵感来自Half Life的播音系统
文件大小:106KB
文件格式:ZIP
更新时间:2024-05-27 02:27:01
Python
SS13 VOX 基于TTS的播音员受到Half Life播音系统的启发。 这个项目最初是在2013年编写的,当时我仍在学习python,因此边缘有些粗糙。 我正在慢慢尝试改进代码。 正在安装 该系统仅在Ubuntu上进行了测试。 因此,应在Ubuntu系统上安装并运行它。 建议使用VM,但不是必需的。 运行sudo apt install python3 && pip install -r requirements.txt为Ubuntu安装和配置Python 3。 运行sudo python3 setup.py以安装和配置SoX,Festival和oggenc。 注意:在安装过程中,setup.py将下载并安装软件包,并安装新的Festival声音。 产生声音 基于/ vg /的服务器 只需编辑wordlists/vg即可品尝,然后运行generate.sh。 您需要的所有内
【文件预览】:
ss13-vox-master
----setup.py(5KB)
----lexicon.txt(2KB)
----vnm.yml(260B)
----.gitignore(260B)
----.babelrc(90B)
----daemon.py(11KB)
----templates()
--------tglist.jinja(900B)
--------vglist.jinja(2KB)
----package.json(622B)
----requirements.txt(118B)
----webpack.config.js(591B)
----scss()
--------style.scss(1KB)
----samples()
--------halfpause.ogg(129B)
--------woopwoop.ogg(130B)
--------airhorn.ogg(130B)
--------billandted-excellent-trimmed.wav(131B)
--------doop_nucleaninquotes.wav(131B)
--------nubloop.wav(131B)
--------wilhelm.ogg(130B)
--------fullpause.ogg(129B)
--------doop_nu_2.wav(131B)
--------doop_nudry.wav(131B)
--------nudoodeedoo.wav(131B)
--------bikehorn.ogg(130B)
--------fart.ogg(130B)
--------door-stuck.wav(131B)
--------billandted-excellent.mp3(130B)
--------doop_nu.wav(131B)
----probe_file.sh(66B)
----sing.sh(140B)
----.gitmodules(0B)
----ss13vox()
--------phrase.py(7KB)
--------runtime.py(8KB)
--------consts.py(701B)
--------__init__.py(0B)
--------proc.py(1KB)
--------otfclient.py(3KB)
--------pronunciation.py(4KB)
--------voice.py(7KB)
--------utils.py(588B)
--------daemon()
----tools()
--------otftool.py(7KB)
----wordlists()
--------common.txt(32KB)
--------common-clean.txt(411B)
--------profanity.txt(813B)
--------vg()
----songs()
--------america2.xml(808B)
--------america1.xml(810B)
--------doremi.xml(641B)
--------america3.xml(811B)
--------README.md(272B)
--------spice2.xml(2KB)
--------spice3.xml(2KB)
--------spice4.xml(2KB)
--------daisy.xml(3KB)
--------lochlomond.xml(3KB)
--------america4.xml(813B)
--------spice1.xml(1KB)
----README.md(3KB)
----test.py(446B)
----resynth_sounds.sh(248B)
----BUILD.py(1KB)
----coffee()
--------aivoice.coffee(3KB)
----.gitattributes(126B)
----sing.xml(641B)
----config.yml(2KB)
----paths.yml(404B)
----create.py(15KB)
----organize.py(3KB)
----LEXICON-README.md(4KB)
----requirements-dev.txt(143B)
----post-process.sh(349B)
----yarn.lock(96KB)
----generate.sh(20B)