Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin 安装neospeech
Apps Section
759
views ·
0
replies ·
To
floor
Go
newlifedeepin
deepin
2018-09-23 01:23
Author
本帖最后由 newlifedeepin 于 2018-9-22 17:25 编辑
[size=13.995px]
折腾了一番,还是ok的。
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
1)
[size=13.995px]sudo apt-get install wine
[size=13.995px]通常deepin,会提示安装了。wine3.0.。。。。
[size=13.995px]sudo apt-get install winetricks
[size=13.995px]
2)----Initial wine at terminal
winecfg
做一个.wine
3)---create container
WINEARCH=win32 WINEPREFIX=~/.win32 winecfg
WINEPREFIX=~/.win64 winecfg
4)-----use winetricks
WINEPREFIX=~/.win32 winetricks speechsdk
5)----install neospeech voice (破解版网上下载)
WINEPREFIX=~/.win32 wine setup.exe
6)----install ttsreader
WINEPREFIX=~/.win32 wine ttsreader.exe
7)------run software (用户名替换成自己的)
cd /home/
chai
/.win32/drive_c/Program Files/TTSReader
WINEPREFIX=~/.win32 wine TTSReader.exe
8) if canont please install other msi
WINEPREFIX=~/.win32 wine msiexec /i Microsoft-English-TTS-51.msi
9) -------create new shortcut file at desktop (不知道为什么wine自己做的dekstop。ink全部不能用。。。)
chmod +x try.txt
#!/bin/sh
cd '/home/
chai
/.win32/drive_c/Program Files/TTSReader'
WINEPREFIX=~/.win32 wine TTSReader.exe
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Update driver for my computer
Popular Events
More
[size=13.995px]折腾了一番,还是ok的。
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]
[size=13.995px]1)
[size=13.995px]sudo apt-get install wine
[size=13.995px]通常deepin,会提示安装了。wine3.0.。。。。
[size=13.995px]sudo apt-get install winetricks
[size=13.995px]