Skip to content

Commit

Permalink
Deploying to gh-pages from @ c618551 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Jul 29, 2023
1 parent f5acc1e commit b95db2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions voice__synthesizer_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; }</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">const</span> <span class="keywordtype">int</span> voice_id = 2;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; std::string command =</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="stringliteral">&quot;Say &quot;</span> + std::to_string(voice_id) + <span class="stringliteral">&quot; \&quot;&quot;</span> + PreProcess(text) + <span class="stringliteral">&quot;\&quot;&quot;</span>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; system(command.c_str());</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;}</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; std::string command = <span class="stringliteral">&quot;say &quot;</span> + PreProcess(text);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; system(command.c_str());</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;}</div>
<div class="ttc" id="aclass_c_c_1_1_voice_synthesizer_html_a1cd8d65da1503e72f5e848877cc661d7"><div class="ttname"><a href="class_c_c_1_1_voice_synthesizer.html#a1cd8d65da1503e72f5e848877cc661d7">CC::VoiceSynthesizer::VoiceSynthesizer</a></div><div class="ttdeci">VoiceSynthesizer()</div><div class="ttdoc">Constructor.</div><div class="ttdef"><b>Definition:</b> <a href="voice__synthesizer_8cpp_source.html#l00006">voice_synthesizer.cpp:6</a></div></div>
<div class="ttc" id="aclass_c_c_1_1_voice_synthesizer_html_a577bc53ecd7deb191e41c9218ea2f023"><div class="ttname"><a href="class_c_c_1_1_voice_synthesizer.html#a577bc53ecd7deb191e41c9218ea2f023">CC::VoiceSynthesizer::Say</a></div><div class="ttdeci">void Say(const std::string &amp;text)</div><div class="ttdoc">Say text.</div><div class="ttdef"><b>Definition:</b> <a href="voice__synthesizer_8cpp_source.html#l00046">voice_synthesizer.cpp:46</a></div></div>
<div class="ttc" id="anamespace_c_c_1_1common_html_a2aee6c2bbbd4c8c2e5aa7bdc3bc81952"><div class="ttname"><a href="namespace_c_c_1_1common.html#a2aee6c2bbbd4c8c2e5aa7bdc3bc81952">CC::common::Replace</a></div><div class="ttdeci">std::string Replace(const std::string &amp;s, const std::string &amp;from, const std::string &amp;to)</div><div class="ttdoc">Replace all occurrences of a substring with another substring.</div><div class="ttdef"><b>Definition:</b> <a href="common_8cpp_source.html#l00003">common.cpp:3</a></div></div>
Expand Down

0 comments on commit b95db2f

Please sign in to comment.