-
Notifications
You must be signed in to change notification settings - Fork 0
/
SVoc.html
267 lines (115 loc) · 33.7 KB
/
SVoc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Chrome, Firefox OS and Opera Status Bar Color -->
<meta name="theme-color" content="#FFFFFF">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.19.0/themes/prism.min.css">
<link rel="stylesheet" type="text/css" href="css/SourceSansPro.css">
<link rel="stylesheet" type="text/css" href="css/theme.css">
<link rel="stylesheet" type="text/css" href="css/notablog.css">
<link rel="stylesheet" type="text/css" href="css/CustomSetting.css">
<!-- Favicon -->
<link rel="shortcut icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🥥</text></svg>">
<style>
:root {
font-size: 20px;
}
</style>
<title>语音合成 | 413’s Website</title>
<meta property="og:type" content="blog">
<meta property="og:title" content="语音合成">
<meta name="description" content="Listen">
<meta property="og:description" content="Listen">
<meta property="og:image" content="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🗣️</text></svg>">
<style>
.DateTagBar {
margin-top: 1.0rem;
}
</style>
</head>
<body>
<nav class="Navbar">
<a href="index.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🥥</text></svg>"></span>
<span>Home</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="blog-collection.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🥅</text></svg>"></span>
<span>blog mark</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="Note.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🎶</text></svg>"></span>
<span>Note</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="reference.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>😷</text></svg>"></span>
<span>杂项</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="About.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>😀</text></svg>"></span>
<span>About</span>
</div>
</a>
</nav>
<header class="Header">
<div class="Header__Spacer Header__Spacer--NoCover">
</div>
<div class="Header__Icon">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🗣️</text></svg>"></span>
</div>
<h1 class="Header__Title">语音合成</h1>
<div class="DateTagBar">
<span class="DateTagBar__Item DateTagBar__Date">Posted on Wed, Dec 7, 2022</span>
<span class="DateTagBar__Item DateTagBar__Tag DateTagBar__Tag--green">
<a href="tag/Web.html">Web</a>
</span>
</div>
</header>
<div id="content-html"></div>
<article id="https://www.notion.so/a0d22a9ce26643a981ec5af5fd86e961" class="PageRoot PageRoot--FullWidth"><h2 id="https://www.notion.so/d848eb1257d3432994b8aa4238eb213d" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--2"><a class="Anchor" href="#https://www.notion.so/d848eb1257d3432994b8aa4238eb213d"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgBlue">关于人工合成语音&人工合成视频的思考</mark></span></span></h2><div id="https://www.notion.so/ebf5f5b4ed494a779526d7b984998804" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/84ed7c99460041a1b15997f0061317f4" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">最近被盗了QQ号,于是有了这篇文章,也是用来去科普一些关于</span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">语音合成</strong></mark></span><span class="SemanticString">,</span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">图像合成</strong></mark></span><span class="SemanticString">的一些知识。</span></span></p></div><div id="https://www.notion.so/22fc66f588164d79bfe3c1e735fa30fa" class="Divider"></div><div id="https://www.notion.so/75f136dd495548788685ac5258c3f3f1" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">先说一下关于</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">语音合成</strong></span></span></p></div><div id="https://www.notion.so/bdb975bbed4f4f869be7b90557ef8cc1" class="ColorfulBlock ColorfulBlock--BgGray Callout"><div class="Callout__Icon"><div class="Icon">💡</div></div><p class="Callout__Content"><span class="SemanticStringArray"><span class="SemanticString">语音合成是一种技术,可以将文本转换为语音。它被广泛应用在各种场景中,例如语音助手、自动售货机、电话客服等等。现在最先进的语音合成技术使用神经网络来生成语音,从而使其更接近自然人类语言。</span></span></p></div><div id="https://www.notion.so/7532b91ac73c44248e0bd37c7ab5b417" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">历史上,人类一直在探索如何将文字转化为语音,以便更加方便地传播信息。而随着科技的发展,语音合成技术也得到了极大的提升。从最初的机械式语音合成,到后来的数字化语音合成,再到现在的基于深度学习的语音合成技术,其发展速度可谓飞快。</span></span></p></div><div id="https://www.notion.so/acada84e4db34492801e1297beb25081" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">现在的语音合成技术已经</span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">非常成熟</strong></mark></span><span class="SemanticString">,不仅可以模仿人类自然的语音表达方式,还可以通过模拟不同的说话风格、情感和语气来增强语音的表现力。此外,它还具备多语言支持和智能性,可以根据特定场景和用户需求进行定制和优化。</span></span></p></div><div id="https://www.notion.so/d991440d6a9d40b2b2893105cf675c4b" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">由于这种技术的发展和应用,现在甚至可以使用语音合成技术代替文本阅读的全部工作,包括</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">电子书籍、新闻报道、商业文件、通知公告</strong></span><span class="SemanticString">等内容的朗读。这无疑会给人们的生活带来很大的便利和舒适。</span></span></p></div><div id="https://www.notion.so/87c0dc2078b8478cb410dcac6c1e34d9" class="Divider"></div><div id="https://www.notion.so/0669e30e0b99447cb6e067e1340958bb" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><h3 id="https://www.notion.so/6d64d34f5d8f4e7dbc4e420cf36e5935" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/6d64d34f5d8f4e7dbc4e420cf36e5935"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgYellow"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">关于语音合成的一些素材:</strong></mark></span></span></h3><div id="https://www.notion.so/f3c46c7ec26b46fd978c3101d0de181d" class="ColumnList"><div id="https://www.notion.so/d13623289a5147d0a1ec5b57b807ec43" class="Column" style="width:calc((100% - var(--column-spacing) * 1) * 0.5)"><div id="https://www.notion.so/7d85eaac8903420495bc02f5bedba30a" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">关于虚拟歌姬:</strong></span></span></p></div><div id="https://www.notion.so/96faa775a91243218520375d88f94649" class="Bookmark"><a href="https://www.bilibili.com/video/BV1Yy4y1d7Cg"><h5 class="Bookmark__Title">【DiffSinger】《一半一半》开源引擎多说话人模型与声线融合技术展示_哔哩哔哩_bilibili</h5><p class="Bookmark__Desc">DiffSinger多说话人模型与声线融合技术现已开放!即日起与亲友伙伴相约,跟随开源教程与代码制作多人声库,即可享受由多人模型为每一位演唱者带来的共同增益,同时开启音色与声线自由融合的全新玩法;对于唱腔多变的专业演唱者,多人模型可实现任意种声线和唱法的自由融合与过渡,极大提高声库上限。视频中使用的模型在总量约12小时的opencpop、绮萱、夏叶子三人女声数据集上使用单张V100显卡训练320k, 视频播放量 100405、弹幕量 100、点赞数 6160、投硬币枚数 3368、收藏人数 6908、转发人数 1956, 视频作者 YQ之神, 作者简介 技术至上,自由至上,相关视频:【DiffSinger】《我多想说再见啊》开源引擎高音质歌声合成效果展示,ACE Studio 1.7.0 更新丨新模型、声线混合、10+新歌手、所有歌手中日英三语开放,《三分钟上手DiffSinger》系列 |基础篇,DiffSinger精标和mfa对比,效果太明显了!,【DiffSingerV2】 基础教程演示(一)前言,Diffsinger+openUTAU+RipX+AI歌姬,跟着教程一步步本地部署合成音频,新手不熟练,多多指教,【真·无参 高表现力 DiffSinger自动音高,让AI歌手真正实现自己唱歌!】不谓侠【挚彬说这是他欠粉丝的歌】,【枫聆月Lyria✧DiffSinger新声库试听】寻遍星空【内测开启+新形象『星熠』公开】【莳光旅客Project】,往阿梓音色里掺一点七海是什么效果?AI变声器音色融合效果展示,AI海梓翻唱《冬之花》,【DiffSinger声线动态融合】《左手指月》-开源歌手· [Opencpop+绮萱]</p><p class="Bookmark__Link">https://www.bilibili.com/video/BV1Yy4y1d7Cg</p></a></div><div id="https://www.notion.so/4af46130be3442a9ad815cd3ca79d91f" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div></div><div id="https://www.notion.so/2b690ffb1bb64d2e9b6ea0fffa7e954b" class="Column" style="width:calc((100% - var(--column-spacing) * 1) * 0.5)"><div id="https://www.notion.so/402fd15ae6464ceb9674891b3949219c" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">关于微软的语音合成</span></span></p></div><div id="https://www.notion.so/3de3e54782864cdc87bd553771e5e3b7" class="Bookmark"><a href="https://azure.microsoft.com/zh-cn/products/cognitive-services/text-to-speech/#get-started"><h5 class="Bookmark__Title">文本转语音 – 真实 AI 语音生成器 | Microsoft Azure</h5><p class="Bookmark__Desc">构建使用 AI 语音生成器自然使用合成语音说话的应用和服务。通过文本阅读器和文本到语音转换吸引客户。</p><p class="Bookmark__Link">https://azure.microsoft.com/zh-cn/products/cognitive-services/text-to-speech/#get-started</p></a></div><div id="https://www.notion.so/947fe3a4626b4eb1b3724b8e5ee7dd22" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">关于对自己的音源采样训练出来的例子</span></span></p></div><div id="https://www.notion.so/114f7023d6904d29a010df00872c298e" class="Bookmark"><a href="https://www.bilibili.com/opus/753510943811436680?spm_id_from=333.999.list.card_opus.click"><h5 class="Bookmark__Title">赛博女友,完美变声,如今AI语音有多超乎想象?</h5><p class="Bookmark__Desc">首先感谢拉导赏识并向大众介绍DiffSinger项目,这个项目能有今天的成果是我的小伙伴们和我一起站在巨人的肩膀上努力的结果! 不过我其实对于视频中体现的...</p><p class="Bookmark__Link">https://www.bilibili.com/opus/753510943811436680?spm_id_from=333.999.list.card_opus.click</p></a></div></div></div><div id="https://www.notion.so/e0ab76a16ace462d8a454ff635d9ff7e" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/79d7307ee9534821957b02be77d9ad41" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/0e6321a8d96045349a7046f3270d576a" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">当然,除了使用现有唱片和音频资源进行训练外,您还可以</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">采集自己的声音</strong></span><span class="SemanticString">,并将其用于模型训练。此外,您甚至可以保存已故亲人的声音,让他们的声音永存于世,并将其用于模型训练。</span></span></p></div><div id="https://www.notion.so/cff5576be8bc431d805aab34e3f12b96" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">训练数据不仅限于</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">歌唱</strong></span><span class="SemanticString">和</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">说话</strong></span><span class="SemanticString">,您也可以使用它来学习其他语言。这使得该技术不仅在音乐产业中有用,也可以被应用于各种领域,如</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">语音识别</strong></span><span class="SemanticString">、</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">机器翻译</strong></span><span class="SemanticString">等等。无论用途如何,这项技术都为我们提供了一个强大而多功能的工具,可以更好地理解并处理声音数据。</span></span></p></div><div id="https://www.notion.so/cc3d5c2d56e14cd3b9340053c9daf561" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/a9442b78c1574e0cb98989c575f13ec9" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">确实,如果这项技术被</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">不道德或恶意</strong></span><span class="SemanticString">的人滥用,后果将是</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">不堪设想</strong></span><span class="SemanticString">的。例如,</span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">有些人可能利用它来伪造声音文件和视频,并制造虚假的证据</strong></mark></span><span class="SemanticString">。这种滥用可能会导致</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">无辜者</strong></span><span class="SemanticString">受到指控或</span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">损失信誉。</strong></span></span></p></div><div id="https://www.notion.so/922229696b9f42b0b794545e05b4ed98" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/c559b01653fe45fba275abefc4b13135" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/cfc7911abe19406fad3c5746c5483391" class="Divider"></div><h3 id="https://www.notion.so/118ddaf7a324490ba5e6cbae6e29045e" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/118ddaf7a324490ba5e6cbae6e29045e"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">QQ被盗如何解决</span></span></h3><ol class="NumberedListWrapper"><li id="https://www.notion.so/9cacf3f702444dadb24c6b71308186b2" class="NumberedList" value="1"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgBlue"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">冻结账号</strong></mark></span><span class="SemanticString">:如果您的QQ号被盗,第一时间要冻结账号以防止进一步的损失。可以通过微信登录QQ并在设置中进行账号冻结。</span></span></li><li id="https://www.notion.so/e6860b34ed8b48999d8a4693f1bf5766" class="NumberedList" value="2"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgBlue"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">广而告之</strong></mark></span><span class="SemanticString">:及时告知您的朋友和联系人,让他们知道您的QQ号已经被盗。这样可以避免黑客利用您的身份进行诈骗等行为。</span></span></li><li id="https://www.notion.so/e34448f19a9b4a28872767f69e370476" class="NumberedList" value="3"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgBlue"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">总结经验</strong></mark></span><span class="SemanticString">:在处理了QQ号被盗事件后,应该总结经验,思考如何加强账号保护措施,例如启用双重验证、不使用弱密码、定期更改密码等。</span></span></li></ol><div id="https://www.notion.so/3c80b782bfa540bab7c709a4642e7789" class="Divider"></div><h3 id="https://www.notion.so/1c079c54d3984e948c9c2ca5062fac30" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/1c079c54d3984e948c9c2ca5062fac30"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">关于图像合成</span></span></h3><div id="https://www.notion.so/ac5052225dd645ae960baf4cc8abc6a7" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">图像合成技术在过去几年得到了长足的发展。这种技术通过将多个图像或视频片段组合在一起,以创建新的视觉效果。它可以用于各种应用程序,例如特效制作、虚拟现实和增强现实。</span></span></p></div><div id="https://www.notion.so/3a193343b2ed430fa0f55c0635299e37" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">图像合成技术的发展离不开人工智能和机器学习的进步。利用深度学习和计算机视觉技术,能够让计算机自动地学习如何识别和处理图像数据,并生成高质量的合成图像。</span></span></p></div><div id="https://www.notion.so/0a4d6dbe966f47d0a5c7c50e0adb3f43" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">目前,图像合成技术已经被广泛应用于影视制作、游戏开发、医疗成像等领域。</span></span></p></div><div id="https://www.notion.so/ef7d0beb61104df491ea1126538a582c" class="Divider"></div><div id="https://www.notion.so/95792f60c7344c08b86b8fd4e112af4b" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">资源链接</strong></span></span></p></div><h3 id="https://www.notion.so/226bd4b68c4c4c4f841731b3a6beb16d" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/226bd4b68c4c4c4f841731b3a6beb16d"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString"><em class="SemanticString__Fragment SemanticString__Fragment--Italic"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">ACE Studio</strong></em></span></span></h3><div id="https://www.notion.so/904b2befc9f04133a971af85ef10c719" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://ace-studio.timedomain.cn/">关于ACE_Studio-从多维度AI演唱参数到高质量的合成效果,我们使用毫不妥协的全流程AI技术,不断追求提升虚拟歌手的歌声自然度与表现力</a></strong></mark></span></span></p></div><h3 id="https://www.notion.so/30398df03a7045b49f685e4a358b27d6" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/30398df03a7045b49f685e4a358b27d6"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString"><em class="SemanticString__Fragment SemanticString__Fragment--Italic"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">SV</strong></em></span></span></h3><div id="https://www.notion.so/6fd2ccab106b4893a261b6a06a072194" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://www.dreamtonics.com.cn/synthesizerv/">逼真无暇的歌声 弹指可得 顷刻呈现</a></strong></mark></span></span></p></div><h3 id="https://www.notion.so/c609d7222ee84f0291befbdeda96be73" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/c609d7222ee84f0291befbdeda96be73"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><em class="SemanticString__Fragment SemanticString__Fragment--Italic">DiffSinger</em></strong></span></span></h3><div id="https://www.notion.so/2ae4123f101d4f599886c456e5ebc0f8" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://www.yuque.com/openvpi/tutorial">自制声库教程</a></strong></mark></span></span></p></div><div id="https://www.notion.so/993d96ad1dce48d186e35253b05286d1" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorRed"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/openvpi/DiffSinger">Github开源地址</a></strong></mark></span></span></p></div><div id="https://www.notion.so/d5edb66e23e246e38c62c93cd95d563e" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><ul id="https://www.notion.so/75eb937585da4227a1f75669e37c0485" class="ColorfulBlock ColorfulBlock--ColorGray TableOfContents"><li class="TableOfContents__Item"><a href="#https://www.notion.so/d848eb1257d3432994b8aa4238eb213d"><div style="margin-left:0px"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgBlue">关于人工合成语音&人工合成视频的思考</mark></span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/6d64d34f5d8f4e7dbc4e420cf36e5935"><div style="margin-left:24px"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgYellow"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">关于语音合成的一些素材:</strong></mark></span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/118ddaf7a324490ba5e6cbae6e29045e"><div style="margin-left:24px"><span class="SemanticStringArray"><span class="SemanticString">QQ被盗如何解决</span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/1c079c54d3984e948c9c2ca5062fac30"><div style="margin-left:24px"><span class="SemanticStringArray"><span class="SemanticString">关于图像合成</span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/226bd4b68c4c4c4f841731b3a6beb16d"><div style="margin-left:24px"><span class="SemanticStringArray"><span class="SemanticString"><em class="SemanticString__Fragment SemanticString__Fragment--Italic"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">ACE Studio</strong></em></span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/30398df03a7045b49f685e4a358b27d6"><div style="margin-left:24px"><span class="SemanticStringArray"><span class="SemanticString"><em class="SemanticString__Fragment SemanticString__Fragment--Italic"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">SV</strong></em></span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/c609d7222ee84f0291befbdeda96be73"><div style="margin-left:24px"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><em class="SemanticString__Fragment SemanticString__Fragment--Italic">DiffSinger</em></strong></span></span></div></a></li></ul></article>
<aside class="Aside">
<a href="#content-html"><div id="up">👆</div></a>
<a href="#message-board"><div id="down">👇</div></a>
</aside>
<div id="message-board"></div>
<script src="https://utteranc.es/client.js"
repo="syx-413/syx-413.github.io"
issue-term="pathname"
theme="boxy-light"
crossorigin="anonymous"
async>
</script>
<footer class="Footer">
<div>
© 413’s Website 2020~2024
</div>
<div>
·
</div>
<div>
Powered by
<a href="https://github.com/syx-413" target="_blank" rel="noopener noreferrer"> notablog</a>.
</div>
</footer>
</body>
</html>