Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0833751B2 - Speech synthesis method - Google Patents
[go: Go Back, main page]

JPH0833751B2 - Speech synthesis method - Google Patents

Speech synthesis method

Info

Publication number
JPH0833751B2
JPH0833751B2 JP62331282A JP33128287A JPH0833751B2 JP H0833751 B2 JPH0833751 B2 JP H0833751B2 JP 62331282 A JP62331282 A JP 62331282A JP 33128287 A JP33128287 A JP 33128287A JP H0833751 B2 JPH0833751 B2 JP H0833751B2
Authority
JP
Japan
Prior art keywords
cross
sectional area
energy
syllable
acoustic tube
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP62331282A
Other languages
Japanese (ja)
Other versions
JPH01170999A (en
Inventor
典雄 須田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Meidensha Corp
Original Assignee
Meidensha Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Meidensha Corp filed Critical Meidensha Corp
Priority to JP62331282A priority Critical patent/JPH0833751B2/en
Publication of JPH01170999A publication Critical patent/JPH01170999A/en
Publication of JPH0833751B2 publication Critical patent/JPH0833751B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 A.産業上の利用分野 この発明は音響管を使用した規則合成による音声合成
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION A. Field of Industrial Application The present invention relates to a speech synthesis method by rule synthesis using an acoustic tube.

B.発明の概要 この発明は規則合成による音声合成方式において、 音節データを音響管に与えて断面積を変化させる際
に、その断面積を音節データのエネルギーより先行させ
て制御させるようにしたことにより、 人間の発声と同様な音の合成を容易となし、音声の自
然性の向上を図るようにしたものである。
B. Summary of the Invention In the present invention, in the speech synthesis method by rule synthesis, when the syllable data is given to the acoustic tube to change the cross-sectional area, the cross-sectional area is controlled to precede the energy of the syllable data. This makes it possible to easily synthesize sounds similar to human utterances and to improve the naturalness of speech.

C.従来の技術 人工的に音声を合成して出力する電子装置は、最近に
なって1ないし数チップの音声認識や音声合成のLSIが
音声情報処理と半導体の大規模集積回路技術により低価
格で実現されるようになり、その使用目的,制約条件に
より種々の方式が提案されている。この音声合成には、
人間の発生した生の音声を録音しておき、これを適当に
結合して文章に編集する録音編集方式と、人間の声を直
接的には利用せず、人間の音声のパラメータだけを抽出
し、音声合成過程で、そのパラメータを制御して人工的
に音声信号を作り出す方法がある。
C. Conventional technology Electronic devices that synthesize and output speech artificially have recently been low-priced by one or several chips of speech recognition and speech synthesis LSIs due to speech information processing and semiconductor large-scale integrated circuit technology. , And various methods have been proposed depending on the purpose of use and constraints. For this speech synthesis,
Record the raw voice generated by humans, combine it appropriately and edit it into sentences, and a recording / editing method that does not directly use the human voice, but extracts only human voice parameters. , There is a method of artificially producing a voice signal by controlling the parameter in the voice synthesis process.

このパラメータ方式で良質な合成音が得られることで
広く利用されているパーコール(PARCOR)方式がある。
There is a percall (PARCOR) method which is widely used because a high quality synthesized sound can be obtained by this parameter method.

音声を電子計算機で扱う場合、音声波形をある周期毎
にサンプリングして各サンプリング点での音声信号の値
をアナログ/ディジタル変換し、その値を0と1の符号
で表示して行われるが、アナログ信号に忠実な記録をす
るには、ビット数を増やす必要があるが音声合成信号は
大変多くのメモリーを必要とする。
When a voice is handled by an electronic computer, the voice waveform is sampled at a certain cycle, the value of the voice signal at each sampling point is converted from analog to digital, and the value is displayed with a code of 0 and 1. It is necessary to increase the number of bits in order to record faithfully to the analog signal, but the voice synthesis signal requires a very large amount of memory.

そこで、この情報量を極力少なくするために各種の高
能率な符号化法が研究開発されている。
Therefore, various highly efficient coding methods have been researched and developed in order to reduce the amount of this information as much as possible.

その方法の1つとして、1つの音声信号の情報に対
し、最低限1ビットとした方式で、デルタ変調方式があ
る。この方式は、1ビットの使い方として、次にくる音
声信号値が現在の値より高いか低いかを判定して、高け
れば符号“1"、低ければ符号“0"を与え音声信号の符号
化を行うもので、実際のシステム構成としては一定の振
幅ステップ量(デルタ)を定めておき、誤差が蓄積され
ないように今までの符号化によって得られる音声の値
と、入力してくる音声信号との残差信号に対して、符号
化を行う。
As one of the methods, there is a delta modulation method in which the information of one audio signal is at least 1 bit. This method uses one bit to judge whether the next audio signal value is higher or lower than the current value, and if the value is higher, the code "1" is given, and if the value is lower, the code "0" is given. In the actual system configuration, a fixed amplitude step amount (delta) is set, and the audio value obtained by the encoding up to now and the input audio signal are set so that errors are not accumulated. The residual signal of is encoded.

このような構成は予測コード化といわれ、線形予測法
(何個か前のサンプル値から予測する)およびパーコー
ル方式(線形予測法の予測係数の代わりにパーコール係
数kといわれる偏自己相関関数を用いる)がある。
Such a configuration is called predictive coding, and uses a linear prediction method (predicting from several previous sample values) and a Percoll method (a partial autocorrelation function called a Percoll coefficient k instead of the prediction coefficient of the linear prediction method). ).

D.発明が解決しようとする問題点 前述のように予測コード化を用いたものは、音と音と
の継ぎ目に相当する調音結合が難しいという問題があ
る。例えば母音から子音を経て母音に至る発声におい
て、母音の定常から過渡を経て子音に至りまた母音の過
渡を経て母音の定常音に至る過程で母音と母音の継ぎ目
の音が跡切れ、人間が聞いたときに自然な感じを与えな
い。
D. Problems to be Solved by the Invention As described above, the method using predictive coding has a problem that articulatory coupling corresponding to a joint between sounds is difficult. For example, in the utterance from a vowel to a consonant to a vowel, the vowel-vowel joint sound is cut off in the process of a vowel's steady state to a consonant to a consonant, and a vowel transition to a vowel's steady tone. Does not give a natural feel when played.

E.問題点を解決するための手段 この発明は入力された文字を、予め設けられた辞書登
録部に登録された言語を用いて日本語処理部にて処理
し、その後、処理された言語を音節処理部でピッチ,エ
ネルギー,継続時間に区分して音節データを作成し、こ
の音節データを音響管に与えて断面積を変化させるとき
に、音響管の断面積をエネルギーより一定時間先行制御
させて音声合成出力を得るようにしたものである。
E. Means for Solving Problems This invention processes an input character by a Japanese processing unit using a language registered in a dictionary registration unit provided in advance, and then processes the processed language. The syllable processing section divides the pitch, energy, and duration into syllabic data, and when this syllable data is given to the acoustic tube to change the cross-sectional area, the cross-sectional area of the acoustic tube is controlled ahead of the energy for a certain period of time. To obtain a voice synthesis output.

F.作用 日本語処理部で処理された言語を音声として出力する
際、その言語をまず、音節処理する。この処理によって
ピッチ,エネルギー等の音節データを得る。この音節デ
ータを音響管に与えるとき、断面積をエネルギーより一
定時間だけ先行して制御させて音声合成出力を送出する
と人間の発声と同様な音の合成ができ、かつ自然性の向
上を図ることができる。
F. Action When outputting the language processed by the Japanese processor as speech, the language is first processed by syllables. By this processing, syllable data such as pitch and energy is obtained. When this syllable data is given to the acoustic tube, if the cross-sectional area is controlled to precede the energy by a certain amount of time and the voice synthesis output is sent, it is possible to synthesize a sound similar to human speech and to improve the naturalness. You can

G.実施例 まず、この発明の基礎となる先願発明(特願昭62-917
05号)の概要について述べる。先願発明は次のように構
成されている。
G. Example First, the prior invention (the Japanese Patent Application No. 62-917) that forms the basis of this invention.
No. 05) will be outlined. The invention of the prior application is configured as follows.

人間の音の発生は人間の口腔,音響管の長さや断面積
等の形状変化によって作り出されるので、これら音響管
の音波の伝達を表わす進行波現象を音響等価回路で解析
し、音響管の断面積がサージインピーダンスに反比例す
ることに着目し、サージインピーダンスを変化させるこ
とで断面積を模擬的に変化させ、サージインピーダンス
を連続的変化することで調音結合をスムーズに行うこと
ができるようにして人間の発声と同様な音の合成を容易
となし、音声の自然性の向上を図るようにしたものであ
る。
Since human sound is generated by changes in the shape of the human mouth and the length and cross-sectional area of the acoustic tube, the traveling wave phenomenon that represents the transmission of sound waves in these acoustic tubes is analyzed by an acoustic equivalent circuit to determine the disconnection of the acoustic tube. Focusing on the fact that the area is inversely proportional to the surge impedance, changing the surge impedance changes the cross-sectional area in a simulated manner, and continuously changing the surge impedance enables smooth articulation coupling. This is to facilitate the synthesis of sounds similar to the utterance of and to improve the naturalness of the sounds.

上記のように構成された先願発明において、音声発生
時の声道の断面積変化は、例えば「ア」の発声の場合
は、喉の奥が狭く口唇が開いた状態で肺から押し出され
る呼気で声帯が呼気を断続的に開閉して声道(音響管)
の中で反射を繰り返して出てくる音波が「ア」の音声波
形となって出てくる。「イ」は喉の方が広く口唇の先が
狭いと「イ」の音声波形が出力される。
In the invention of the prior application configured as described above, the cross-sectional area change of the vocal tract at the time of voice generation is, for example, in the case of the utterance of "A", the exhaled breath extruded from the lungs with the throat narrow and the lips open. The vocal cords open and close the breath intermittently in the vocal tract (acoustic tube)
The sound wave that is repeatedly reflected in the sound comes out as a sound waveform of "A". When "a" has a wide throat and narrow lip, the voice waveform of "a" is output.

このように口の恰好で周波数が決まり、口の恰好を模
擬すれば「ア」なり「イ」が発声される。口の恰好は音
響管の断面積で模擬でき、また、音響管の断面積の変化
はサージアドミッタンスの変化で模擬できる。従って、
サージアドミッタンスを変化させれば口の恰好が模擬で
きることになる。サージアドミッタンスの変化は電気回
路上極めて容易に可変できるので、電気信号によって様
々な音声を合成することができる。第4図(ア)は断面
積A1,A2…Anと異なる断面積をもった音響管を接続し
て声道を模擬したものである。同図(イ)はその音響イ
ンピーダンスを電気回路のLC回路に置き換えたもので、
各音響管を1個のLC線路とし、全体を集中線路のn−1
の電気回路としたものである。また第4図(ウ)は進行
波等価モデル図で、各音響管の音響インピーダンスZ1,
Z2…Znは、音響管の断面積に反比例(音響アドミッタ
ンス比例)し、音波の速度Cに比例するので(ρは空気
密度)、 となる。なお、同図でZgは音源インピーダンス、ZL
放射インピーダンスを示し、またブロック間の矢印は、
進行波と後進波を表している。
In this way, the frequency is determined by the mouth preference, and if the mouth preference is simulated, "a" or "a" is uttered. The mouth shape can be simulated by the cross-sectional area of the acoustic tube, and the change of the cross-sectional area of the acoustic tube can be simulated by the change of surge admittance. Therefore,
If the surge admittance is changed, the mouth appearance can be simulated. Since the change of the surge admittance can be changed very easily on the electric circuit, various voices can be synthesized by the electric signal. 4 (A) is obtained by simulating the vocal tract by connecting the sound tube having a cross sectional area different from the cross-sectional area A 1, A 2 ... A n . In the figure (a), the acoustic impedance is replaced with an LC circuit of an electric circuit.
Each acoustic tube is one LC line, and the whole is n-1 of the concentrated line
The electric circuit of. Further, FIG. 4C is a traveling wave equivalent model diagram, in which the acoustic impedance Z 1 ,
Z 2 ... Z n is inversely proportional to the cross-sectional area of the acoustic tube (acoustic admittance) and proportional to the velocity C of the sound wave (ρ is the air density), Becomes In the figure, Zg is the sound source impedance, Z L is the radiation impedance, and the arrows between the blocks are
It represents a traveling wave and a backward wave.

今「ア」という音声を発声させる場合は、口唇の先に
相当する音響管の断面積のところで「ア」の口の恰好を
与えて、インパルスPを断続的に印加することで、
「ア」の音が得られ、また「ア」から「イ」の音を発声
させる場合は、口唇の先に相当する音響管の断面積を狭
め「イ」の口の恰好を与えることで「イ」が得られる。
When uttering the voice "A" now, by giving the appearance of the mouth "A" at the cross-sectional area of the acoustic tube corresponding to the tip of the lip and intermittently applying the impulse P,
When the sound of "A" is obtained and the sound of "A" is produced from "A", the cross-sectional area of the acoustic tube corresponding to the tip of the lip is narrowed to give the appearance of "A". I "is obtained.

インパルスPが連続して断続的に与えられ、断面積全
体を「イ」の口の恰好に変化させる場合、声道は第4図
に示すn個の音響管によって模擬しているので、これら
の各断面積を「ア」から動かして口の恰好を「ア−イ」
と連続的に変えることになる。この音響管の断面積を変
えるということは、サージインピーダンスを徐々に変え
ることによって行われる。
When impulses P are given continuously and intermittently and the entire cross-sectional area is changed arbitrarily in the mouth of "a", the vocal tract is simulated by n acoustic tubes shown in FIG. Move each cross section from "A" to change the mouth appearance to "A"
Will be changed continuously. Changing the cross-sectional area of this acoustic tube is performed by gradually changing the surge impedance.

従って、断面積は連続的に変えられるので、定常状態
の「ア」,「イ」の音が得られることは勿論であるが、
更にインピーダンスは連続して可変できるので、その中
間の音、即ち音と音との間の音を得ることができる。従
って音の切れが無く人間の発音に近い調音結合がスムー
ズに行われる。
Therefore, since the cross-sectional area can be changed continuously, it is of course possible to obtain steady-state sounds of "a" and "a".
Further, since the impedance can be continuously changed, it is possible to obtain an intermediate sound, that is, a sound between sounds. Therefore, there is no break in the sound, and articulatory coupling similar to human pronunciation is smoothly performed.

次に音波の伝搬速度を考えると、これは長さlでLCを
持った電線路にインパルスを印加した時の過渡現象に似
ている。
Next, considering the propagation velocity of sound waves, this is similar to a transient phenomenon when an impulse is applied to an electric line having a length of l and having an LC.

即ち第5図に示すようにLCを有する線路を等価的に表
すと第6図のようになる。ここで両端部からみたサージ
インピーダンスZ01,Z02は、 となる。
That is, the line having LC as shown in FIG. 5 is equivalently expressed as shown in FIG. Here, the surge impedances Z 01 and Z 02 seen from both ends are Becomes

ここで相手から到達してきた進行波を等価的な電流源
と考えると、 となり電流は中間にn個の遅延回路ブロックZがあれ
ば、n時間後に出力される。即ち左側の回路で発生した
ものがτ時間後右側に到達したということになる。
Considering the traveling wave that arrives from the other party as an equivalent current source, If there are n delay circuit blocks Z in the middle, the next current is output after n hours. That is, what has occurred in the circuit on the left has arrived on the right after τ.

2は送り管側の電流 となる。但し、ディジタル計算においては、電圧または
電流を細分割するのでV1,V2は計測時刻tにおける電
圧,τは経過時間を示している。
I 2 is the current on the feed tube side Becomes However, in the digital calculation, since the voltage or current is subdivided, V 1 and V 2 indicate the voltage at the measurement time t, and τ indicates the elapsed time.

第6図では、L,C回路にインパルスを印加すれば、τ
時間後に出力管側に出る。そしてτ時間前到達されたも
のは相手にも到達しているということを等価的に表して
いる。線路の長さlを1にするということは、遅延ブロ
ックnを正規化して1にすることで計算し易くなる。l
を3cmに刻む場合は遅延ブロックのnを3ブロックにす
ればよい。
In Fig. 6, if impulses are applied to the L and C circuits, τ
It goes out to the output tube side after time. And, it is equivalently expressed that what has arrived τ time ago has also reached the other party. Setting the line length 1 to 1 facilitates calculation by normalizing the delay block n to 1. l
In case of dividing into 3 cm, the delay block n may be set to 3 blocks.

第4図(ア)を人間の声道は男性で約17cmなので、1c
m刻みで17本の音響管で模擬すれば、A1から入った波形
は、半周期の電流を10に分割しそのΔtを10μsecとす
れば、170μsecかかってAn側から出てくる。
Figure 4 (a) shows that the human vocal tract is about 17 cm for men, so 1c
If simulated with 17 acoustic tubes in m steps, the waveform entered from A 1 will come out from the An side in 170 μsec if the half-cycle current is divided into 10 and Δt is 10 μsec.

従って、音響管断面積A1〜Anの断面積変化に対応し
た演算処理を演算処理装置で行い音響管A1〜Anの個々
の等価回路を流れる各部の電流値および関数をテーブル
として有するメモリと、当該等価回路の各部の電流値を
演算する演算手段と、前記等価回路とは相隣接する等価
回路の電流値を用いて電流値を演算する演算手段とを備
えて演算処理を行えば音声信号が得られ、その出力をD/
A変換してスピーカに出力すれば、スピーカより音声と
して出力される。
Therefore, the arithmetic processing unit performs arithmetic processing corresponding to the cross-sectional area changes of the acoustic tube cross-sections A 1 to A n , and has a current value and a function of each part flowing through each equivalent circuit of the acoustic tubes A 1 to A n as a table. If the arithmetic processing is performed, the memory, the arithmetic means for calculating the current value of each part of the equivalent circuit, and the arithmetic means for calculating the current value using the current value of the equivalent circuit adjacent to the equivalent circuit are provided. An audio signal is obtained and its output is D /
If A-converted and output to the speaker, it will be output as sound from the speaker.

次の上記の音響管モデルを使用して文字入力信号から
規則によって音声を合成する実施例について説明する。
Next, a description will be given of an example of synthesizing voice by a rule from a character input signal using the above acoustic tube model.

第1図はこの発明の一実施例を説明するためのブロッ
ク図で、1は日本語処理部で、この処理部1は漢字かな
混じりで書かれた文章を入力として受けとり、これを辞
書登録部2の辞書登録と対応させて文節,句,文の区切
り、形態素分類の自然語解析を行い、更にアクセント処
理を行って、これを表音変換してイントネーションをつ
けて文章処理データを作るものである。3は上記日本語
処理部1で処理されたデータから音節パラメータの処理
を行う音節処理部で、この音節処理部3で処理された音
節パラメータは子音の110個〜140個(普通に話せる言葉
は110個程度あればよい)の音節毎に音の高さ(ピッチ
P),音の強さ(エネルギーE)および継続時間(T)
に区分される。この音節パラメータの1例を第2図に示
す。この第2図は「桜」の場合を例示したもので、「S
A」,「KU」,「RA」の各音節毎にピッチP,エネルギー
E,時間Tを示す。
FIG. 1 is a block diagram for explaining an embodiment of the present invention. Reference numeral 1 is a Japanese language processing unit, which receives a sentence written with a mixture of kanji and kana as an input and stores it in a dictionary registration unit. Corresponding to the dictionary registration of 2, natural language analysis of clauses, phrases, sentence delimiters, morpheme classification, and further accent processing, phonetic conversion of this, and addition of intonation to create sentence processing data. is there. Reference numeral 3 is a syllable processing unit for processing syllable parameters from the data processed by the Japanese processing unit 1. The syllable parameters processed by the syllable processing unit 3 are 110 to 140 consonants (a word that can be normally spoken is Pitch (pitch P), sound intensity (energy E) and duration (T) for each syllable of about 110 syllables
It is divided into. An example of this syllable parameter is shown in FIG. This Fig. 2 shows an example of the case of "Sakura".
Pitch P, energy for each syllable of “A”, “KU”, and “RA”
E, time T is shown.

上記のようにして得られた音節パラメータは音響管モ
デルに与えられるが、このとき、断面積制御部4,ピッチ
制御部5,エネルギー制御部6を次のように制御する。断
面積制御部4はエネルギー制御部6より一定時間先行し
て制御できるように、エネルギー制御部6の前段に遅延
タイマー7を介挿させて、エネルギーを一定時間遅延さ
せる。すなわち、第3図に示すように、常に断面積がエ
ネルギーよりτ時間早く立ち上がることになる。このよ
うに制御することにより、人間が発声するときと同様な
発声となって、音声に自然性が生じる。これは人間は発
声するとき、口が最初に開いてからその後、エネルギー
が投入されるのと同じ制御になるからである。
The syllable parameters obtained as described above are given to the acoustic tube model. At this time, the cross-sectional area control unit 4, the pitch control unit 5, and the energy control unit 6 are controlled as follows. The cross-sectional area control unit 4 inserts a delay timer 7 in the preceding stage of the energy control unit 6 so that the energy control unit 6 can be controlled ahead of the energy control unit 6 by a certain time, and delays the energy for a certain time. That is, as shown in FIG. 3, the cross-sectional area always rises earlier than energy by τ time. By controlling in this way, the utterance is the same as when a human utters, and the voice becomes natural. This is because when humans speak, they have the same control as when their mouth first opens and then energy is applied.

上記断面積制御部4,ピッチ制御部5,エネルギー制御部
6の出力はD/A変換部8でD/A変換されて音声出力が図示
省略のスピーカから送出される。
The outputs of the cross-sectional area control unit 4, the pitch control unit 5, and the energy control unit 6 are D / A converted by a D / A conversion unit 8 and a voice output is sent from a speaker (not shown).

H.発明の効果 以上述べたように、この発明によれば、人間が発声す
るとき、口を作ってから音を出すのと同様の制御を行う
ように、断面積をエネルギーより先行制御させるように
したので、人間の発声と同様な音の合成を容易となし、
音声の自然性の向上を図ることができる。
H. Effects of the Invention As described above, according to the present invention, when a human utters, the cross-sectional area is controlled to precede the energy so that the same control as that of making a mouth and then making a sound is performed. This makes it easy to synthesize sounds similar to human speech,
It is possible to improve the naturalness of voice.

【図面の簡単な説明】 第1図はこの発明の一実施例を示すブロック図、第2図
は音節パラメータ説明図、第3図は断面積とエネルギー
の関係説明図、第4図(ア)は音響管モデル図、第4図
(イ)は音響管の電気回路モデル図、第4図(ウ)は音
響管の進行波等価モデル図、第5図は音声伝搬を電気的
に模擬した電気回路図、第6図は第5図の等価回路図で
ある。 1……日本語処理部、2……辞書登録部、3……音節処
理部、4……断面積制御部、5……ピッチ制御部、6…
…エネルギー制御部、7……遅延タイマ。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is an explanatory diagram of syllable parameters, FIG. 3 is an explanatory diagram of a relation between cross-sectional area and energy, and FIG. 4 (a). Is an acoustic tube model diagram, FIG. 4 (a) is an electrical circuit model diagram of the acoustic tube, FIG. 4 (c) is a traveling wave equivalent model diagram of the acoustic tube, and FIG. The circuit diagram and FIG. 6 are equivalent circuit diagrams of FIG. 1 ... Japanese processing unit, 2 ... dictionary registration unit, 3 ... syllable processing unit, 4 ... section area control unit, 5 ... pitch control unit, 6 ...
… Energy controller, 7 …… Delay timer.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】入力された文字を、予め設けられた辞書登
録部に登録された言語を用いて日本語処理部にて処理
し、その後、処理された言語を音節処理部でピッチ,エ
ネルギー,継続時間に区分して音節データを作成し、こ
の音節データを音響管に与えて断面積を変化させるとき
に、音響管の断面積をエネルギーより一定時間先行制御
させて音声合成出力を得るようにしたことを特徴とする
音声合成方式。
1. An input character is processed by a Japanese language processing unit using a language registered in a dictionary registration unit provided in advance, and then the processed language is processed by a syllable processing unit in terms of pitch, energy, When syllable data is created by dividing into durations, and when this syllable data is given to the acoustic tube to change the cross-sectional area, the cross-sectional area of the acoustic tube is controlled ahead of the energy for a certain period of time to obtain a speech synthesis output. A speech synthesis method characterized by the above.
JP62331282A 1987-12-25 1987-12-25 Speech synthesis method Expired - Lifetime JPH0833751B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62331282A JPH0833751B2 (en) 1987-12-25 1987-12-25 Speech synthesis method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62331282A JPH0833751B2 (en) 1987-12-25 1987-12-25 Speech synthesis method

Publications (2)

Publication Number Publication Date
JPH01170999A JPH01170999A (en) 1989-07-06
JPH0833751B2 true JPH0833751B2 (en) 1996-03-29

Family

ID=18241943

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62331282A Expired - Lifetime JPH0833751B2 (en) 1987-12-25 1987-12-25 Speech synthesis method

Country Status (1)

Country Link
JP (1) JPH0833751B2 (en)

Also Published As

Publication number Publication date
JPH01170999A (en) 1989-07-06

Similar Documents

Publication Publication Date Title
Flanagan et al. Synthetic voices for computers
JPH031200A (en) Regulation type voice synthesizing device
CN104934030A (en) Database and prosody Generation method Using Syllable-Centered Polynomial Representation of Pitch Contours
EP0561752B1 (en) A method and an arrangement for speech synthesis
Carlson Models of speech synthesis.
JPH0833751B2 (en) Speech synthesis method
JP2990693B2 (en) Speech synthesizer
JP2992995B2 (en) Speech synthesizer
JP2990691B2 (en) Speech synthesizer
D’Souza et al. Comparative analysis of Kannada formant synthesized utterances and their quality
JP3270668B2 (en) Prosody synthesizer based on artificial neural network from text to speech
JPH01177097A (en) Voice synthesizing system
JPH11161297A (en) Speech synthesis method and apparatus
JPH01177096A (en) Voice synthesizing system
JPH01171000A (en) Voice synthesis system
JPH01185700A (en) Speech synthesizing method
JPH02293900A (en) Voice synthesizer
JPH01219896A (en) Speech synthesis system
JPH01182900A (en) Voice synthesizing system
JP3267659B2 (en) Japanese speech synthesis method
JPH01292400A (en) Speech synthesis system
JPH0833749B2 (en) Sound synthesis method
JPH06214585A (en) Speech synthesizer
Skare et al. Using a Recurrent Neural Network and Articulatory Synthesis to Accurately Model Speech Output
JPH01219899A (en) Speech synthesizing device