任何 TTS 引擎都可以改變聲音的語言,進而改變它的音素嗎? (Can any TTS engine change a voice's language, and subsequently its phoneme?)


問題描述

任何 TTS 引擎都可以改變聲音的語言,進而改變它的音素嗎? (Can any TTS engine change a voice's language, and subsequently its phoneme?)

假設我想要一些帶有意大利口音的英文文本。

我在他們受人尊敬的網站上嘗試過的許多引擎演示都可以使用意大利語,但是當您嘗試讓它用英語發音幾句時,它們通常會變得非常難以理解,因為它們正在運行由不同的音素。

SSML 中有音素標籤,我知道有一個網站可以讓您實際演示 SSML。我嘗試將這種常見且通用的意大利語對話放入他們的意大利語語音中:

Mama mia! Princess Peach and my friends have been kidnapped?
Chase Bowser, so we can eat some spaghetti!

並且這是相當難以理解的。利用 SSML 或其他東西;我可以保持口音,但糾正語音音素以使其易於理解嗎?


參考解法

方法 1:

You can hire a voice‑talent with Italian accent and make a new TTS model where such option is available. Even with a several hours of speech you can get a decent model.

The second option is speech morphing, but it requires some efforts as well as knowledge in the domain.

(by AnonAlexander Solovets)

參考文件

  1. Can any TTS engine change a voice's language, and subsequently its phoneme? (CC BY‑SA 2.5/3.0/4.0)

#text-to-speech #ssml






相關問題

在 Text-to-Speech C# 應用程序中操作“speaker voicer” (Manipulate "speaker voicer'' in Text-to-Speech C# Application)

android:手機處於睡眠狀態時等待的正確方法(使用 TTS) (android: proper way to wait while phone is in sleep state (using TTS))

音頻樣本庫(口語文本) (Libraries of audio samples (spoken text))

文字轉語音:葡萄牙語不可用? (Text to speech: Portuguese language not available?)

嵌入式應用的語音識別引擎 (Voice recogntion engines for embedded applications)

C# SpeechSynthesizer - “系統上沒有安裝語音” (C# SpeechSynthesizer - "No voice installed on the system")

任何 TTS 引擎都可以改變聲音的語言,進而改變它的音素嗎? (Can any TTS engine change a voice's language, and subsequently its phoneme?)

將 SAPI Text-To-Speech 本地化為西班牙語 (Localizing SAPI Text-To-Speech to spanish)

如何以編程方式讀取 .pdf 文件並將其轉換為音頻(.mp3 格式)? (How to read a .pdf file programmatically and convert it into audio (.mp3 format)?)

如何將 AudioRecord 類中識別的語音保存在文件中? (How can I save recognized voice from AudioRecord class in a file?)

SpeechToText synthesizeToFile 不排隊 (SpeechToText synthesizeToFile not queuing)

Flutter - 下劃線或繪製文字到語音(TTS) (Flutter - underline or paint words text to speech (TTS))







留言討論