JP6038635B2 - 信号処理装置および信号処理方法 - Google Patents
信号処理装置および信号処理方法 Download PDFInfo
- Publication number
- JP6038635B2 JP6038635B2 JP2012279306A JP2012279306A JP6038635B2 JP 6038635 B2 JP6038635 B2 JP 6038635B2 JP 2012279306 A JP2012279306 A JP 2012279306A JP 2012279306 A JP2012279306 A JP 2012279306A JP 6038635 B2 JP6038635 B2 JP 6038635B2
- Authority
- JP
- Japan
- Prior art keywords
- queue
- sound data
- time stamp
- data
- task
- 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.)
- Active
Links
- 238000012545 processing Methods 0.000 title claims description 55
- 238000003672 processing method Methods 0.000 title claims description 4
- 238000000034 method Methods 0.000 claims description 30
- 230000005236 sound signal Effects 0.000 description 24
- 230000001360 synchronised effect Effects 0.000 description 13
- 238000004891 communication Methods 0.000 description 10
- 239000000284 extract Substances 0.000 description 9
- 230000006870 function Effects 0.000 description 7
- 238000010586 diagram Methods 0.000 description 4
- 238000004590 computer program Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000003044 adaptive effect Effects 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000000087 stabilizing effect Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
- H04R3/00—Circuits for transducers, loudspeakers or microphones
- H04R3/002—Damping circuit arrangements for transducers, e.g. motional feedback circuits
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
- H04R2499/00—Aspects covered by H04R or H04S not otherwise provided for in their subgroups
- H04R2499/10—General applications
- H04R2499/11—Transducers incorporated or for use in hand-held devices, e.g. mobile phones, PDA's, camera's
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Acoustics & Sound (AREA)
- Signal Processing (AREA)
- Circuit For Audible Band Transducer (AREA)
- Cable Transmission Systems, Equalization Of Radio And Reduction Of Echo (AREA)
Description
図1は、一実施形態に係る信号処理装置10の構成を示す。この信号処理装置10は、タブレット、スマートフォン、パーソナルコンピュータといった情報端末として実現し得る。この信号処理装置10は、スピーカ11およびマイクロホン12を備える。この信号処理装置10は、ソフトウェアを使用してサウンドデータを処理することができる。この信号処理装置10は、出力タスク21と入力タスク22とを含む複数のタスクを実行するように構成されている。これら各タスクはプロセスであってもよいし、スレッドであってもよい。
サウンドミドルウェア層14よりもハードウェア寄りの層として上述のドライバ層13が存在する。ドライバ層13においてもTx/Rx信号がバッファリングされる場合がある。この場合、出力タスク(AudioStreamOut)21が下位に渡すRx信号がスピーカ11から出力されるタイミングは、ドライバ層13内のサウンド出力バッファ(RxALSABuf)131の埋まり具合に依存する可能性がある。サウンド出力バッファ(RxALSABuf)131に蓄積されているデータ量が多いほど、Rx信号に対応する音が実際にスピーカ11から出るタイミングは、Rx信号にタイムスタンプとして付与されたクロックタイムよりも遅くなる場合がある。
入力タスク(AudioStreamIn)22がオペレーティングシステムからコールされると(ステップS21)、入力タスク(AudioStreamIn)22は、Tx信号を出力する。このTx信号はTxスレッド60に送られる。Txスレッド60は、Tx信号の受信に応答して、クロック関数を使用して、オペレーティングシステムを通じて現在のクロックタイムをタイムスタンプ(システムタイムスタンプ)として取得する(ステップS22)。Txスレッド60は、Tx信号(バッファ)、バッファサイズ、タイムスタンプを含む上述のTxパケットを生成する(ステップS33)。そして、Txスレッド60は、Txパケットを可変長のTxキュー62の末尾に追加する(ステップS24)。
Claims (6)
- アプリケーション層から受信される再生対象のサウンドストリームを信号処理装置のスピーカに送出するための第1のタスクと信号処理装置のマイクロホンからサウンドストリームを取得するための第2のタスクとを含む複数のタスクを実行するように構成された信号処理装置であって、
前記第1のタスクから出力される出力サウンドデータを、タイムスタンプが付与された状態で第1のキューに追加する第1の処理手段と、
前記第2のタスクによって前記マイクロホンから取得される入力サウンドデータを、タイムスタンプが付与された状態で第2のキューに追加する第2の処理手段と、
前記第1のキューから、前記第2のキューの先頭の第1の入力サウンドデータのタイムスタンプとの時間差が所定範囲内のタイムスタンプを有する第1の出力サウンドデータをリファレンスデータとして取り出す制御手段と、
前記リファレンスデータに基づいて前記第1の入力サウンドデータ内のエコー成分をキャンセルするエコーキャンセル処理を実行するエコーキャンセラと
を具備する信号処理装置。 - 前記制御手段は、前記第2のキューの先頭の前記第1の入力サウンドデータのタイムスタンプを前記第1のキューの先頭の出力サウンドデータのタイムスタンプと比較し、これらタイムスタンプ間の時間差が前記所定範囲内である場合、前記エコーキャンセラに、前記第1のキューの先頭の出力サウンドデータを前記リファレンスデータとして使用する、前記第1の入力サウンドデータに対するエコーキャンセル処理を実行させ、前記タイムスタンプ間の時間差が前記所定範囲内でない場合、前記第1のキューの先頭の出力サウンドデータを破棄して前記第1のキューの2番目の出力サウンドデータを前記第1のキューの先頭に移す請求項1記載の信号処理装置。
- 前記制御手段は、前記第1の入力サウンドデータのタイムスタンプと前記第1のキューの先頭の出力サウンドデータのタイムスタンプとの間の第1の時間差と、直前の複数回のタイムスタンプ間の比較によって得られる複数の時間差とを使用して、第1の時間差と前記複数の時間差を含む全ての時間差の平均を算出し、算出した平均が前記所定範囲内であるか否かを判定する請求項2記載の信号処理装置。
- 前記制御手段は、前記第1のキューに蓄積されているデータサイズおよび前記第2のキューに蓄積されているデータサイズをチェックし、前記第1のキューおよび前記第2のキューの各々に前記エコーキャンセル処理に必要なデータサイズ以上のデータが蓄積されている場合、前記第1のキューから前記第1の出力サウンドデータを前記リファレンスデータとして取り出すための処理を実行する請求項1記載の信号処理装置。
- アプリケーション層から受信される再生対象のサウンドストリームを信号処理装置のスピーカに送出するための第1のタスクと信号処理装置のマイクロホンからサウンドストリームを取得するための第2のタスクとを含む複数のタスクを実行するように構成された信号処理装置における信号処理方法であって、
前記第1のタスクから出力される出力サウンドデータを、タイムスタンプが付与された状態で第1のキューに追加し、
前記第2のタスクによって前記マイクロホンから取得される入力サウンドデータを、タイムスタンプが付与された状態で第2のキューに追加し、
前記第1のキューから、前記第2のキューの先頭の第1の入力サウンドデータのタイムスタンプとの時間差が所定範囲内のタイムスタンプを有する第1の出力サウンドデータをリファレンスデータとして取り出し、
前記リファレンスデータに基づいて前記第1の入力サウンドデータ内のエコー成分をキャンセルするエコーキャンセル処理を実行する、
信号処理方法。 - アプリケーション層から受信される再生対象のサウンドストリームをコンピュータのスピーカに送出するための第1のタスクとコンピュータのマイクロホンからサウンドストリームを取得するための第2のタスクとを含む複数のタスクを実行するように構成されたコンピュータによって実行されるプログラムであって、
前記第1のタスクから出力される出力サウンドデータを、タイムスタンプが付与された状態で第1のキューに追加する手順と、
前記第2のタスクによって前記マイクロホンから取得される入力サウンドデータを、タイムスタンプが付与された状態で第2のキューに追加する手順と、
前記第1のキューから、前記第2のキューの先頭の第1の入力サウンドデータのタイムスタンプとの時間差が所定範囲内のタイムスタンプを有する第1の出力サウンドデータをリファレンスデータとして取り出す手順と、
前記リファレンスデータに基づいて前記第1の入力サウンドデータ内のエコー成分をキャンセルするエコーキャンセル処理を実行する手順とを前記コンピュータに実行させるためのプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012279306A JP6038635B2 (ja) | 2012-12-21 | 2012-12-21 | 信号処理装置および信号処理方法 |
US14/092,354 US9179217B2 (en) | 2012-12-21 | 2013-11-27 | Signal processing apparatus and signal processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012279306A JP6038635B2 (ja) | 2012-12-21 | 2012-12-21 | 信号処理装置および信号処理方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014123875A JP2014123875A (ja) | 2014-07-03 |
JP6038635B2 true JP6038635B2 (ja) | 2016-12-07 |
Family
ID=50974704
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012279306A Active JP6038635B2 (ja) | 2012-12-21 | 2012-12-21 | 信号処理装置および信号処理方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US9179217B2 (ja) |
JP (1) | JP6038635B2 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP3175456B1 (en) * | 2014-07-31 | 2020-06-17 | Koninklijke KPN N.V. | Noise suppression system and method |
US9812146B1 (en) * | 2016-02-16 | 2017-11-07 | Amazon Technologies, Inc. | Synchronization of inbound and outbound audio in a heterogeneous echo cancellation system |
US10412337B2 (en) * | 2016-05-23 | 2019-09-10 | Funai Electric Co., Ltd. | Display device |
US10546581B1 (en) * | 2017-09-08 | 2020-01-28 | Amazon Technologies, Inc. | Synchronization of inbound and outbound audio in a heterogeneous echo cancellation system |
CN112712803B (zh) * | 2019-07-15 | 2022-02-25 | 华为技术有限公司 | 一种语音唤醒的方法和电子设备 |
CN114401255B (zh) * | 2022-03-25 | 2022-08-23 | 广州迈聆信息科技有限公司 | 一种音频信号对齐方法、装置、会议终端及存储介质 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FR2802367B1 (fr) | 1999-12-14 | 2006-08-18 | France Telecom | Procede temps reel de traitement et de gestion pour l'annulation d'echo entre haut-parleur et microphone d'un terminal informatique |
JP2004040542A (ja) | 2002-07-04 | 2004-02-05 | Hitachi Hybrid Network Co Ltd | 情報端末、中継装置、パケット通信システム及び中継装置によるエコーキャンセル方法 |
JP4346414B2 (ja) | 2003-11-07 | 2009-10-21 | 株式会社東芝 | 信号処理装置、コンピュータプログラム |
US8335311B2 (en) | 2005-07-28 | 2012-12-18 | Kabushiki Kaisha Toshiba | Communication apparatus capable of echo cancellation |
JP4818014B2 (ja) | 2005-07-28 | 2011-11-16 | 株式会社東芝 | 信号処理装置 |
JP2008066782A (ja) | 2006-09-04 | 2008-03-21 | Toshiba Corp | 信号処理装置及び信号処理プログラム |
NO327377B1 (no) * | 2007-12-18 | 2009-06-22 | Tandberg Telecom As | Fremgangsmate og system for klokkedriftskompensering |
JP5003531B2 (ja) * | 2008-02-27 | 2012-08-15 | ヤマハ株式会社 | 音声会議システム |
-
2012
- 2012-12-21 JP JP2012279306A patent/JP6038635B2/ja active Active
-
2013
- 2013-11-27 US US14/092,354 patent/US9179217B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US9179217B2 (en) | 2015-11-03 |
US20140177856A1 (en) | 2014-06-26 |
JP2014123875A (ja) | 2014-07-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6038635B2 (ja) | 信号処理装置および信号処理方法 | |
US10205830B2 (en) | Echo cancellation data synchronization control method, terminal, and storage medium | |
CN107534589B (zh) | 去抖动缓冲器更新 | |
US9812146B1 (en) | Synchronization of inbound and outbound audio in a heterogeneous echo cancellation system | |
US9491545B2 (en) | Methods and devices for reverberation suppression | |
US20160171988A1 (en) | Delay estimation for echo cancellation using ultrasonic markers | |
US9246545B1 (en) | Adaptive estimation of delay in audio systems | |
US9773510B1 (en) | Correcting clock drift via embedded sine waves | |
US10546581B1 (en) | Synchronization of inbound and outbound audio in a heterogeneous echo cancellation system | |
CN107592430B (zh) | 一种回声消除的方法及终端设备 | |
US20150078564A1 (en) | Echo cancellation algorithm for long delayed echo | |
JP6295722B2 (ja) | エコー抑圧装置、プログラム及び方法 | |
US11741981B2 (en) | Voice recognition with timing information for noise cancellation | |
CN105991857A (zh) | 一种实现参考信号调整的方法及装置 | |
KR102422794B1 (ko) | 재생지연 조절 방법 및 장치와 시간축 변형방법 및 장치 | |
JP2015012557A (ja) | 映像音声処理装置、映像音声処理システム、映像音声同期方法、プログラム | |
US9392365B1 (en) | Psychoacoustic hearing and masking thresholds-based noise compensator system | |
CN109327724B (zh) | 音视频同步播放方法和装置 | |
CN114095771B (zh) | 一种音视频同步方法、存储介质及电子设备 | |
US10812401B2 (en) | Jitter buffer apparatus and method | |
JP4743085B2 (ja) | エコーキャンセラ | |
CN109286857B (zh) | 多媒体数据播放方法及装置 | |
US11741933B1 (en) | Acoustic signal cancelling | |
JP2007318283A (ja) | パケット通信システム、データ受信機器 | |
US20080170562A1 (en) | Method and communication device for improving the performance of a VoIP call |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD07 | Notification of extinguishment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7427 Effective date: 20140415 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20140530 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20151120 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20151120 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20151120 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20160915 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20161004 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20161102 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6038635 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313117 Free format text: JAPANESE INTERMEDIATE CODE: R313122 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |