JPH0833742B2 - Speech synthesis method - Google Patents

Speech synthesis method

Info

Publication number
JPH0833742B2
JPH0833742B2 JP61169127A JP16912786A JPH0833742B2 JP H0833742 B2 JPH0833742 B2 JP H0833742B2 JP 61169127 A JP61169127 A JP 61169127A JP 16912786 A JP16912786 A JP 16912786A JP H0833742 B2 JPH0833742 B2 JP H0833742B2
Authority
JP
Japan
Prior art keywords
register
waveform
quantization width
value
difference value
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
JP61169127A
Other languages
Japanese (ja)
Other versions
JPS6324299A (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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP61169127A priority Critical patent/JPH0833742B2/en
Publication of JPS6324299A publication Critical patent/JPS6324299A/en
Publication of JPH0833742B2 publication Critical patent/JPH0833742B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はADPCM方式の音声合成方式に関し、特に1つ
の代表波形素片を合成し、この代表波形素片の繰返し利
用によって音声を合成する波形素片合成形式の音声合成
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial field of use] The present invention relates to a voice synthesis method of ADPCM system, and particularly to a waveform for synthesizing one representative waveform element and synthesizing voice by repeatedly using the representative waveform element. The present invention relates to a voice synthesis method of a unit synthesis format.

〔従来の技術〕[Conventional technology]

従来、音声合成方式としてはPCM方式やADPCM方式等の
公知の波形符号化方式があり、特に、ADPCM方式はPCM方
式に比べて約1/2のデータ量で波形を合成できるためデ
ータ量の圧縮という面では非常に有効な方式となってい
る。ADPCM方式は、音声の隣接したサンプル間の相関の
強さを利用したデータ圧縮方式である。ADPCM方式は連
続したサンプリングポイントでの振幅値の差を符号化・
量子化する方式で、かつその量子化幅を適応的に変化さ
せてノイズを軽減させる。この場合の量子化幅は、現在
の量子化幅とADPCM符号とを利用し次の量子化幅を予測
して決定する。この予測計算の一例を示すとΔn+1=Δn
×M(Ln)となる。ここでLnはn番目のADPCM符号デ
ータ、Δnはn番目のサンプリングポイントに対する量
子化幅の大きさを表わしM(Ln)は予測係数で現在の
量子化幅に予測係数を乗じた値を次のサンプリングポイ
ントの量子化幅として使用する。音声レベルが小さい時
は予測係数は1より小さくなり、従って量子化幅は小さ
くなる。逆に、音声レベルが大きくなると予測係数は1
より大きくなり、従って量子化幅は大きくなる。但し、
量子化幅が大きくなりすぎると逆にノイズが多くなる為
量子化幅の上限の値を決めておく必要がある。また量子
化幅の値が0になってしまうと次にいかなる予測係数を
かけても0のままとなってしまうため量子化幅の下限も
必要である。このような予測係数との乗算を含む処理は
通常、ROMに量子化幅のデータをテーブル化して入れて
おき、予測演算はこのROMの内容を読出して使用して行
なうようにする方式が採られており、この方式はLSI化
するのにも最適である。上述した量子化テーブルは、AD
PCM符号と量子化幅ポインタとを利用してROMのアドレス
を指定して読出し差分値データのテーブルを作成してい
る。
Conventionally, there are known waveform coding methods such as the PCM method and the ADPCM method as the voice synthesis method. In particular, since the ADPCM method can synthesize a waveform with about half the data amount of the PCM method, the data amount is compressed. In that respect, it is a very effective method. The ADPCM method is a data compression method that utilizes the strength of correlation between adjacent audio samples. The ADPCM method encodes the difference in amplitude value at consecutive sampling points.
Noise is reduced by a method of quantization and by adaptively changing the quantization width. The quantization width in this case is determined by predicting the next quantization width using the current quantization width and the ADPCM code. An example of this prediction calculation is Δ n + 1 = Δ n
× M (L n ). Here, L n is the nth ADPCM code data, Δ n is the size of the quantization width for the nth sampling point, and M (L n ) is a prediction coefficient, which is a value obtained by multiplying the current quantization width by the prediction coefficient. Is used as the quantization width for the next sampling point. When the voice level is low, the prediction coefficient is smaller than 1, and therefore the quantization width is small. On the contrary, the prediction coefficient is 1 when the voice level becomes high.
It becomes larger and thus the quantization width becomes larger. However,
On the other hand, if the quantization width becomes too large, noise will increase. Therefore, it is necessary to determine the upper limit of the quantization width. Further, if the value of the quantization width becomes 0, it will remain 0 even if any prediction coefficient is applied next time, so the lower limit of the quantization width is also necessary. For such processing including multiplication with the prediction coefficient, a method is generally adopted in which data of the quantization width is stored in a table in the ROM, and the prediction calculation is performed by reading and using the contents of the ROM. This method is also most suitable for LSI. The above quantization table is AD
The table of the read difference value data is created by designating the ROM address using the PCM code and the quantization width pointer.

量子化幅ポインタの指定内容に応じてROMに書込む差
分値を一定の比率で増大するような値にしておけば量子
化幅ポインタの値を増加させることは量子化幅に1より
大きい予測係数をかけることを意味し、予測係数の乗算
を量子化幅ポインタに対する加減算に置きかえることが
できるものとなっている。
If the difference value written to the ROM is increased at a constant rate according to the contents specified by the quantization width pointer, increasing the value of the quantization width pointer means that the quantization width is greater than 1 Means that multiplication of the prediction coefficient can be replaced with addition / subtraction for the quantization width pointer.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

一般に、音声波形は子音部の音声ノイズと母音部のト
ーン(tone)波形とその間のつなぎの部分とに分けら
れ、特に母音部のトーン波形はほとんど同じ周期でほぼ
同じ形の波形が連続的に少しずつ変形しながら並んでい
るのが普通である。その中で連続する2〜3波形につい
て見ればほとんど同じ形になっているため、波形素片合
成方式では代表波形として1波形選びそれをくり返し使
用することにより音声合成のデータ量を圧縮している。
In general, the voice waveform is divided into the voice noise of the consonant part, the tone waveform of the vowel part, and the connecting part between them. Especially, the tone waveform of the vowel part has almost the same period and almost the same waveform. It is normal that they are lined up while deforming little by little. Since two or three consecutive waveforms have almost the same shape, the waveform segment synthesis method compresses the data amount of speech synthesis by selecting one waveform as a representative waveform and repeatedly using it. .

ADPCM方式でこのような波形の繰返しを使って音声合
成のデータ量を圧縮しようとする場合、音声をナイキス
ト周波数でサンプリングし隣接したサンプリングポイン
ト間での音声波形の振幅値の差分値を適当な量子化幅で
符号化している。しかも、量子化幅は各サンプリングポ
イントの差分値の大きさに応じて適応的に変化させてい
る。従ってADPCM方式で代表波形素片を合成する場合、
量子化幅は1波形内で一定ではなく、また各サンプリン
グポイントでの量子化幅はそれぞれ直前のADPCMデータ
に依存することになる。
When trying to compress the amount of data for speech synthesis by repeating such waveforms in the ADPCM system, the speech is sampled at the Nyquist frequency and the difference value of the amplitude value of the speech waveform between adjacent sampling points is set to an appropriate quantum value. It is encoded by the width of conversion. Moreover, the quantization width is adaptively changed according to the magnitude of the difference value at each sampling point. Therefore, when synthesizing the representative waveform segment by the ADPCM method,
The quantization width is not constant within one waveform, and the quantization width at each sampling point depends on the immediately preceding ADPCM data.

また、ADPCM方式においては、サンプリング周波数は
通常音質とビットレートの関係により4kHz〜8kHzが使用
されている。
Moreover, in the ADPCM system, a sampling frequency of 4 kHz to 8 kHz is usually used due to the relationship between the sound quality and the bit rate.

以上説明したようなADPCM方式を用いて代表波形素片
を合成する場合、実際の原波形のピッチ周期と合成した
波形のピッチ周期は完全に一致させることはできず、ピ
ッチ周期の誤差の影響により合成波形の最後のサンプリ
ングポイントの振幅は0にならない。
When synthesizing the representative waveform segment using the ADPCM method as described above, the pitch period of the actual original waveform and the pitch period of the synthesized waveform cannot be perfectly matched, and may be affected by the error of the pitch period. The amplitude of the last sampling point of the composite waveform is not zero.

また、原音のピッチ周期と合成波形のピッチ周期とが
完全に一致した場合でも、最後のサンプリングポイント
での振幅値は直前のサンプリングポイントでの振幅値に
量子化幅とADPCM符号により決まる差分値を加えたもの
であるため直前のサンプリングポイントでの量子化幅の
値によっては1波形内の最後のサンプリングポイントの
振幅値を0にできないという問題が発生する。
Even when the pitch period of the original sound and the pitch period of the synthesized waveform completely match, the amplitude value at the last sampling point is the difference value determined by the quantization width and the ADPCM code in the amplitude value at the previous sampling point. Since it is added, there is a problem that the amplitude value of the last sampling point in one waveform cannot be set to 0 depending on the value of the quantization width at the immediately previous sampling point.

以上説明したように、従来のADPCM方式をそのまま用
いて代表波形素片を合成する場合、代表波形素片の最後
のサンプリングポイントでの振幅値を0にできないた
め、このような代表波形素片を用いて複数回くり返しを
行なうと合成波形の振幅中心が変化してしまうという問
題が発生する。
As described above, when synthesizing the representative waveform segment by using the conventional ADPCM method as it is, the amplitude value at the last sampling point of the representative waveform segment cannot be set to 0. If it is repeated a plurality of times by using it, there arises a problem that the amplitude center of the composite waveform changes.

これは、ADPCM方式が基本的に各サンプリングポイン
トの振幅値に差分値を加えて次のサンプリングポイント
の振幅値を得るという差分符号化方式の基本条件にもと
づくものであるため、1波形の最終振幅値が0でないと
その誤差が累積されていき合成波形の振幅中心が変化し
てしまうためである。合成波形の振幅中心が変化する
と、波形データを音声に変換するD/Aコンバータで振幅
中心が変化した分だけオーバーフローする可能性があ
り、オーバーフローした場合には正常な音声波形が合成
できなくなるという重大な欠点が生じる。
This is because the ADPCM method is basically based on the basic condition of the differential encoding method in which the difference value is added to the amplitude value of each sampling point to obtain the amplitude value of the next sampling point. This is because if the value is not 0, the error accumulates and the amplitude center of the combined waveform changes. If the amplitude center of the synthesized waveform changes, the D / A converter that converts the waveform data to voice may overflow by the amount of the change in the amplitude center, and if it overflows, a normal voice waveform cannot be synthesized. There are some drawbacks.

本発明の目的は上述した欠点を除去し、量子化幅ポイ
ンタを記憶し読出す手段と、差分値を累加,累積する振
幅値レジスタを零にリセットする手段とを備えることに
より合成音質を著しく改善しうる音声合成方式と提供す
ることにある。
The object of the present invention is to significantly improve the synthetic sound quality by eliminating the above-mentioned drawbacks and providing means for storing and reading the quantization width pointer and means for resetting the amplitude value register for accumulating and accumulating difference values to zero. To provide a possible speech synthesis method.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の方式は、音声合成に必要とする差分値をあら
かじめ上限および下限を有する量子化幅ポインタとADPC
Mデータで選択される差分値データとして格納したうえ
原音声の振幅情報にもとづいて前記差分値データを読出
しつつ原音声の合成を行なうADPCM方式の音声合成方式
において、原音声の振幅情報にもとづいて読出すべき前
記差分値データを指定する量子化幅ポインタを記憶しか
つ読出す量子化幅ポインタ記憶読出し手段と、前記量子
化幅ポインタによって読出される前記差分値データを加
算し累積すべき振幅値レジスタを繰返し波形の初めのタ
イミングで零にリセットする振幅値レジスタリセット手
段とを有して構成される。
The method of the present invention uses a quantization width pointer having an upper limit and a lower limit for the difference value required for speech synthesis and ADPC.
In the ADPCM voice synthesizing method that synthesizes the original voice while reading the difference value data based on the amplitude information of the original voice after storing it as the difference value data selected by the M data, based on the amplitude information of the original voice. Quantization width pointer storing / reading means for storing and reading the quantization width pointer designating the difference value data to be read, and an amplitude value to be accumulated by adding the difference value data read by the quantization width pointer. Amplitude value register reset means for resetting the register to zero at the initial timing of the repetitive waveform.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明す
る。
Next, the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例を示すブロック図であり、
Lレジスタ101,デコーダ102,リミッタ103,Aレジスタ10
4,A′レジスタ105,差分値データテーブルROM106,Xレジ
スタ107のほか加算器108および109を備えて構成され
る。ADPCM符号データがLレジスタ101にラッチされLレ
ジスタの内容で差分値データテーブルROM106のアドレス
を指定する。Lレジスタ101の内容をデコーダ102でデコ
ードした値と、現在の量子化幅ポインタの値が登録され
ているAレジスタ104の値とを加算器108で加算して得ら
れる次のサンプリングポイントの量子化幅ポインタの値
をAレジスタ104登録する。デコーダ102はLレジスタの
内容をデコードし量子化幅ポインタの移動を決めるのが
目的である。Aレジスタ104の内容で差分値データテー
ブルROM106のアドレスを指定する。なお、量子化幅ポイ
ンタの値が指定外の値にならないようにリミッタ103を
入れておく。
FIG. 1 is a block diagram showing an embodiment of the present invention,
L register 101, decoder 102, limiter 103, A register 10
4, A'register 105, difference value data table ROM 106, X register 107, and adders 108 and 109 are provided. The ADPCM code data is latched in the L register 101 and the address of the difference value data table ROM 106 is designated by the content of the L register. Quantization of the next sampling point obtained by adding the value obtained by decoding the content of the L register 101 by the decoder 102 and the value of the A register 104 in which the current value of the quantization width pointer is registered by the adder 108. The value of the width pointer is registered in the A register 104. The purpose of the decoder 102 is to decode the contents of the L register and determine the movement of the quantization width pointer. The address of the difference value data table ROM 106 is designated by the contents of the A register 104. Note that the limiter 103 is inserted so that the value of the quantization width pointer does not become a value other than the designated value.

量子化幅ポインタの値が登録されているAレジスタ10
4の内容をA′レジスタ105に転送し記憶させておき必要
な時A′レジスタの内容をAレジスタに読出せるように
しておく。差分値データテーブルROM106からは差分値デ
ータが出力され、サンプリングポイントごとに1つ前の
波形振幅値が登録されているXレジスタ107の内容と差
分値データとを加算器109で加算した次の波形振幅値を
Xレジスタ107に登録する。Xレジスタ107の内容はリセ
ット信号で0にすることができる。
A register 10 in which the value of the quantization width pointer is registered
The contents of 4 are transferred to and stored in the A'register 105 so that the contents of the A'register can be read out to the A register when necessary. The difference value data is output from the difference value data table ROM 106, and the content of the X register 107 in which the previous waveform amplitude value is registered for each sampling point and the difference value data are added by the adder 109 to obtain the next waveform. The amplitude value is registered in the X register 107. The contents of the X register 107 can be set to 0 by a reset signal.

第2図は第1図の実施例における音声合成の内容を示
すフローチャートである。音声合成が開始されると、ま
ず最初はXレジスタ107とAレジスタ104に初期値0をセ
ットする初期値セット1001を行ない、次にサンプリング
ポイントごとにADPCM符号データをLレジスタ101にラッ
チし、Lレジスタ101と量子化幅ポインタのAレジスタ1
04でROMアドレスを指定し差分値データテーブルROM106
の出力とXレジスタ107の内容とを加算し結果をXレジ
スタに格納し、Xレジスタの内容をD/Aコンバータから
出力するサンプリングポイントごとの演算処理、XのD/
Aコンバータからの出力1002を行なう。この時Lレジス
タ101の内容をデコードした値と、Aレジスタ104の内容
とを加算し次の量子化幅ポインタとしてAレジスタ104
に格納する。
FIG. 2 is a flow chart showing the contents of voice synthesis in the embodiment of FIG. When voice synthesis is started, first, an initial value set 1001 for setting an initial value 0 in the X register 107 and the A register 104 is performed, and then ADPCM code data is latched in the L register 101 at each sampling point, Register 101 and quantizer width pointer A register 1
Specify the ROM address with 04 and the difference value data table ROM106
Output and the contents of the X register 107 are added, the result is stored in the X register, and the contents of the X register are output from the D / A converter.
Output 1002 from the A converter. At this time, the value obtained by decoding the contents of the L register 101 and the contents of the A register 104 are added, and the A register 104 is used as the next quantization width pointer.
To be stored.

以上が通常のADPCM方式での音声合成時のフローで、
次にくり返し波形合成時のフローを説明すると、最初の
繰返し波形の初期値セット1003に示す如く、最初のくり
返し波形の始めにXレジスタ107を0にリセットし、A
レジスタ104の内容をA′レジスタ105に記憶させてから
最初のサンプリングポイントS1を演算して求める。以下
サンプリングポイントごとに通常の演算処理をしXレジ
スタ107の値をD/Aコンバータから出力する。
The above is the flow when synthesizing speech in the normal ADPCM system.
Explaining the flow at the time of repeating waveform synthesis, as shown in the initial value set 1003 of the first repeating waveform, the X register 107 is reset to 0 at the beginning of the first repeating waveform and A
The first sampling point S1 is calculated after storing the contents of the register 104 in the A'register 105. Thereafter, the normal arithmetic processing is performed for each sampling point, and the value of the X register 107 is output from the D / A converter.

2回目のくり返し波形の始めにXレジスタ107を0に
リセットし、A′レジスタ105の内容をAレジスタ104に
読出してから各サンプリングポイントごとに通常の演算
処理を行ないXレジスタ107の値をD/Aコンバータから出
力する。これらの処理フローをステップ1004〜1006に示
す。
At the beginning of the second repeated waveform, the X register 107 is reset to 0, the contents of the A'register 105 are read to the A register 104, and then the normal arithmetic processing is performed at each sampling point to set the value of the X register 107 to D / Output from A converter. These processing flows are shown in steps 1004 to 1006.

第3図は第1図の実施例における合成波形のサンプリ
ングポイント説明図である。第2図によって説明した如
く、必要なくり返し回数だけ同じフローをくり返せば第
3図に示すようなS1〜S8のサンプリングデータをくり返
し出力させることができる。
FIG. 3 is an explanatory diagram of sampling points of the composite waveform in the embodiment of FIG. As described with reference to FIG. 2, if the same flow is repeated as many times as necessary, the sampling data of S1 to S8 as shown in FIG. 3 can be repeatedly output.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明によれば、ADPCM方式の音
声合成方式において、繰返し波形の最初のサンプリング
ポイントの差分値として振幅0を基準とし、2回目以降
の繰返し波形の最初のサンプリングポイントの量子化幅
ポインタの値は1回目の値を使用してくり返し波形の初
期値を同じにしてADPCM方式によって代表波形素片のADP
CM符号データをそのまま使用し、同一波形をくり返し合
成する手段を備えることにより、著しく音質を改善する
とともに合成データ量の大幅な圧縮が図れるADPCM方式
による音声合成方式が実現できるという効果がある。
As described above, according to the present invention, in the ADPCM voice synthesis method, the amplitude 0 is used as a reference as the difference value of the first sampling point of the repetitive waveform, and the quantization of the first sampling point of the second and subsequent repetitive waveforms is performed. The value of the width pointer is set to the same value as the initial value of the repeated waveform using the first value, and the ADP of the representative waveform segment is set by the ADPCM method.
By using the CM code data as it is and providing a means for repeatedly synthesizing the same waveform, there is an effect that it is possible to realize a voice synthesizing method by the ADPCM method that can significantly improve the sound quality and significantly reduce the amount of synthesized data.

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明の音声合成方式の一実施例を示すブロッ
ク図、第2図は第1図の実施例で音声合成をの内容を示
すフローチャート、第3図は第1図の実施例における合
成波形のサンプリングポイント説明図である。 101……Lレジスタ、102……デコーダ、103……リミッ
タ、104……Aレジスタ、105……A′レジスタ、106…
…差分値データテーブルROM、107……Xレジスタ、108,
109……加算器。
FIG. 1 is a block diagram showing an embodiment of the speech synthesis system of the present invention, FIG. 2 is a flow chart showing the contents of speech synthesis in the embodiment of FIG. 1, and FIG. 3 is a diagram showing the embodiment of FIG. It is a sampling point explanatory view of a synthetic waveform. 101 ... L register, 102 ... decoder, 103 ... limiter, 104 ... A register, 105 ... A 'register, 106 ...
… Differential value data table ROM, 107 …… X register, 108,
109 ... Adder.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】量子化幅ポインタとADPCMデータとを用い
て差分値データを指定し、原音声の1波形分の差分値デ
ータを用いて複数の繰り返し波形を合成する音声合成方
式において、合成されるべき波形の最初の差分値データ
を各繰り返し波形の最初に指定する量子化幅ポインタ
と、この量子化幅ポインタによって読出される前記差分
値データを累積加算するための振幅値レジスタとを設
け、繰り返し波形の最初のタイミングで累積加算される
べき振幅値データが記憶されている前記振幅値レジスタ
を零にリセットすることを特徴とする音声合成方式。
1. A speech synthesis method for designating difference value data by using a quantization width pointer and ADPCM data, and synthesizing a plurality of repetitive waveforms by using difference value data for one waveform of original speech. A quantization width pointer that specifies the first difference value data of the waveform to be specified at the beginning of each repetitive waveform, and an amplitude value register for cumulatively adding the difference value data read by the quantization width pointer are provided. A voice synthesis method characterized in that the amplitude value register in which the amplitude value data to be cumulatively added is stored at the first timing of the repetitive waveform is reset to zero.
JP61169127A 1986-07-17 1986-07-17 Speech synthesis method Expired - Lifetime JPH0833742B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61169127A JPH0833742B2 (en) 1986-07-17 1986-07-17 Speech synthesis method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61169127A JPH0833742B2 (en) 1986-07-17 1986-07-17 Speech synthesis method

Publications (2)

Publication Number Publication Date
JPS6324299A JPS6324299A (en) 1988-02-01
JPH0833742B2 true JPH0833742B2 (en) 1996-03-29

Family

ID=15880779

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61169127A Expired - Lifetime JPH0833742B2 (en) 1986-07-17 1986-07-17 Speech synthesis method

Country Status (1)

Country Link
JP (1) JPH0833742B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0833758B2 (en) * 1988-02-24 1996-03-29 日本電気株式会社 Speech synthesis method
JP4470122B2 (en) * 2007-06-18 2010-06-02 株式会社アクセル Speech coding apparatus, speech decoding apparatus, speech coding program, and speech decoding program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5858596A (en) * 1981-10-01 1983-04-07 沖電気工業株式会社 Adpcm reproducer
JPS58158693A (en) * 1982-03-17 1983-09-20 沖電気工業株式会社 Voice coding

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5858596A (en) * 1981-10-01 1983-04-07 沖電気工業株式会社 Adpcm reproducer
JPS58158693A (en) * 1982-03-17 1983-09-20 沖電気工業株式会社 Voice coding

Also Published As

Publication number Publication date
JPS6324299A (en) 1988-02-01

Similar Documents

Publication Publication Date Title
JPH096397A (en) Voice signal reproducing method, reproducing device and transmission method
RU2005137320A (en) METHOD AND DEVICE FOR QUANTIZATION OF AMPLIFICATION IN WIDE-BAND SPEECH CODING WITH VARIABLE BIT TRANSMISSION SPEED
CN101178899A (en) Variable rate speech coding
JPH0353300A (en) Sound encoding and decoding system
JPH0869299A (en) Voice coding method, voice decoding method and voice coding/decoding method
JPH0990995A (en) Speech coding device
EP0477960A2 (en) Linear prediction speech coding with high-frequency preemphasis
CA1255802A (en) Low bit-rate pattern encoding and decoding with a reduced number of excitation pulses
JP3248668B2 (en) Digital filter and acoustic encoding / decoding device
JP2000214900A (en) Coding/decoding method of sound
JP3531780B2 (en) Voice encoding method and decoding method
JP3237178B2 (en) Encoding method and decoding method
JP2000132194A (en) Signal encoding device and method therefor, and signal decoding device and method therefor
JP2000132193A (en) Signal encoding device and method therefor, and signal decoding device and method therefor
JPH0833742B2 (en) Speech synthesis method
JP2796408B2 (en) Audio information compression device
JP4438280B2 (en) Transcoder and code conversion method
JPS63118800A (en) Waveform synthesization system
JP3071800B2 (en) Adaptive post filter
JPH0833758B2 (en) Speech synthesis method
JP3274451B2 (en) Adaptive postfilter and adaptive postfiltering method
JP2848610B2 (en) Voice analysis and synthesis device
JPS5946693A (en) Voice analysis/synthesization method and apparatus
JPH09179593A (en) Speech encoding device
JPH0769718B2 (en) Speech synthesis method