JP2001111384A - Signal processing filter system - Google Patents

Signal processing filter system

Info

Publication number
JP2001111384A
JP2001111384A JP28536699A JP28536699A JP2001111384A JP 2001111384 A JP2001111384 A JP 2001111384A JP 28536699 A JP28536699 A JP 28536699A JP 28536699 A JP28536699 A JP 28536699A JP 2001111384 A JP2001111384 A JP 2001111384A
Authority
JP
Japan
Prior art keywords
interface
signal processing
processing filter
application
unit
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.)
Pending
Application number
JP28536699A
Other languages
Japanese (ja)
Inventor
Naoji Matsuo
直司 松尾
Akihiro Kimura
晋太 木村
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP28536699A priority Critical patent/JP2001111384A/en
Publication of JP2001111384A publication Critical patent/JP2001111384A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Electrophonic Musical Instruments (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a signal processing filter system for sharing a signal processing filter without depending on application or hardware. SOLUTION: An interface providing part 20 is provided with a first interface 21 being an API, and an application 10 is constituted so as to be made independent. A higher rank layer is constituted so as not to be made dependent or a hardware driver 30 or a hardware 40 by a second interface 22. An interface common to a signal processing filter part 50 can be provided by a third interface 23, and the signal processing filter part 50 can be shared. The application 10 transfers processing data through the first interface 21 and the third interface 23 to the signal processing filter part 50 so that the filter processing can be executed, and the executed result is returned through the third interface 23 and the first interface 21 to the application 10.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、パーソナルコンピ
ュータ(以下、PCと略記する)などにおいて、ローパ
スフィルタやハイパスフィルタなど多様な信号処理機能
を実現する信号処理フィルタシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a signal processing filter system for realizing various signal processing functions such as a low-pass filter and a high-pass filter in a personal computer (hereinafter abbreviated as PC).

【0002】[0002]

【従来の技術】近年のパーソナルコンピュータにおい
て、音声、静止画、動画などマルチメディア処理機能の
向上に伴い、各種のマルチメディア対応のアプリケーシ
ョン、多様なメディアを扱う周辺機器が開発されつつあ
る。これら多様な信号メディアを処理する場合に信号処
理フィルタが広く用いられている。
2. Description of the Related Art In a recent personal computer, various multimedia-compatible applications and peripheral devices for handling various media are being developed with the improvement of multimedia processing functions such as sound, still image, and moving image. When processing these various signal media, signal processing filters are widely used.

【0003】以下、従来技術において用いられている信
号処理フィルタの構築、信号処理フィルタ利用について
説明する。
The construction of a signal processing filter used in the prior art and the use of the signal processing filter will be described below.

【0004】図6は、従来の普及しているPCのハード
ウェアとソフトウェアの構成例を示す図である。図6に
おいて、1001はアプリケーションである。アプリケ
ーションは複数備えることができ、ここでは、アプリケ
ーション1からアプリケーションn(nは任意の整数)
まで複数個備えている。1002はオペレーティングシ
ステムに管理されたライブラリなどのミドルウェアであ
って、例えば、マイクロソフト社のオペレーティングシ
ステム“ウィンドウズ(TM)”では、“DLL(ダイナミ
ックリンキングライブラリ)”として提供されているも
のである。なお、オペレーティングシステムは図示して
いないが、レイヤーとしてはアプリケーション1001
とハードウェアドライバ1003の間に存在している。
1003は、ハードウェアドライバであり、1004
は、サウンドカードなどのハードウェアである周辺デバ
イスである。ハードウェアドライバ1003はハードウ
ェア1004を制御するソフトウェアであって、ハード
ウェア1004に一対一に対応して用意される。ここで
もハードウェア1004およびハードウェアドライバ1
003のセットは複数備えることができ、ここでは、ハ
ードウェア1とハードウェアドライバ1のセットからハ
ードウェアmとハードウェアドライバmのセットまで複
数個備えている。
FIG. 6 is a diagram showing a configuration example of hardware and software of a conventional PC which is widely used. In FIG. 6, reference numeral 1001 denotes an application. A plurality of applications can be provided. Here, from application 1 to application n (n is an arbitrary integer)
Up to several. Reference numeral 1002 denotes middleware such as a library managed by the operating system. For example, in the operating system “Windows (TM)” of Microsoft Corporation, it is provided as “DLL (Dynamic Linking Library)”. Although the operating system is not shown, the layer of the application 1001
And the hardware driver 1003.
1003 is a hardware driver;
Is a peripheral device that is hardware such as a sound card. The hardware driver 1003 is software for controlling the hardware 1004, and is prepared in one-to-one correspondence with the hardware 1004. Again, hardware 1004 and hardware driver 1
A plurality of sets 003 can be provided, and here, a plurality of sets from the set of hardware 1 and the hardware driver 1 to the set of hardware m and the hardware driver m are provided.

【0005】1010は、アプリケーション1001と
ミドルウェア1002とのインタフェースであって、ア
プリケーションインタフェース(以下、APIと略記す
る)と呼ばれる。このAPI1010を介してアプリケ
ーションとそれ以下のレイヤーとがコミュニケーション
をとる。1020は、ミドルウェア1002とハードウ
ェアドライバ1003とのインタフェースであって、ド
ライバインタフェースと呼ばれる。このドライバインタ
フェース1020を介してミドルウェア1002とそれ
以下のレイヤーとがコミュニケーションをとる。
[0005] Reference numeral 1010 denotes an interface between the application 1001 and the middleware 1002, which is called an application interface (hereinafter abbreviated as API). The application and lower layers communicate with each other via the API 1010. Reference numeral 1020 denotes an interface between the middleware 1002 and the hardware driver 1003, which is called a driver interface. The middleware 1002 and lower layers communicate with each other via the driver interface 1020.

【0006】なお、図6においてアプリケーション10
01、ミドルウェア1002、ハードウェアドライバ1
003はソフトウェア部分であり、ハードウェア100
4がハードウェア部分である。
In FIG. 6, the application 10
01, middleware 1002, hardware driver 1
003 is a software part, and the hardware 100
4 is a hardware part.

【0007】図6に示した構成において、ローパスフィ
ルタやハイパスフィルタ等の多様なフィルタを用いて信
号処理を行なうには、以下に示すようなシステム構成が
用いられている。
In the configuration shown in FIG. 6, in order to perform signal processing using various filters such as a low-pass filter and a high-pass filter, the following system configuration is used.

【0008】第1の構成は、アプリケーション1001
の一機能として、アプリケーション自体にソフトウェア
として信号処理フィルタ機能を組み込む構成である。こ
の様子を示したものが図7(a)である。図7(a)に
おいて、1005は信号処理フィルタである。この信号
処理フィルタ1005は各アプリケーションの一機能と
して盛り込まれるため、各アプリケーション1〜アプリ
ケーションnのそれぞれに設けられている。なお、アプ
リケーションによっては、信号処理フィルタ1005の
利用が想定されていないものも存在し、それらは信号処
理フィルタ1005を含む必要はない。
[0008] The first configuration is an application 1001
One of the functions is to incorporate a signal processing filter function as software into the application itself. FIG. 7A shows this state. In FIG. 7A, reference numeral 1005 denotes a signal processing filter. Since the signal processing filter 1005 is included as one function of each application, it is provided for each of the applications 1 to n. In some applications, the use of the signal processing filter 1005 is not assumed, and these do not need to include the signal processing filter 1005.

【0009】第2の構成は、ソフトウェアとして信号処
理フィルタをライブラリであるミドルウェア1002の
一部として提供する構成である。この様子を示したもの
が図7(b)である。図7(b)において、1005
は、信号処理フィルタであり、ライブラリの一部として
ミドルウェア1002に設けられている。この場合は、
新しく開発した独自の信号処理フィルタは1つ設けてお
けば良いが、アプリケーション1001と信号処理フィ
ルタ1005のインタフェース部分をインタフェース1
010に組み込んで提供する必要があり、この組み込ん
だインタフェースを使用できるように、各アプリケーシ
ョンを変更する必要がある。また、同様に信号処理フィ
ルタ1005とハードウェアドライバ1003とのイン
タフェース部分をインタフェース1020に組み込んで
提供する必要があり、ハードウェアドライバ1003を
変更する必要がある。
The second configuration is to provide a signal processing filter as software as a part of the middleware 1002 as a library. FIG. 7B shows this state. In FIG. 7B, 1005
Is a signal processing filter, which is provided in the middleware 1002 as a part of the library. in this case,
It is sufficient to provide one newly developed unique signal processing filter. However, the interface between the application 1001 and the signal processing filter 1005 is used as the interface 1
010 must be provided, and each application needs to be modified so that the interface can be used. Similarly, the interface between the signal processing filter 1005 and the hardware driver 1003 must be provided by being incorporated in the interface 1020, and the hardware driver 1003 needs to be changed.

【0010】第3の構成は、ハードウェアドライバ10
03に信号処理フィルタ機能を組み込む構成である。こ
の様子を示したものが図8(a)である。図8(a)に
おいても同様に1005が信号処理フィルタである。同
様に、ハードウェアによっては、信号処理フィルタ10
05の利用が想定されていないものも存在し、対応する
ハードウェアドライバは信号処理フィルタ1005を含
む必要はない。
The third configuration is a hardware driver 10
03 is configured to incorporate a signal processing filter function. FIG. 8A shows this state. Similarly, in FIG. 8A, reference numeral 1005 denotes a signal processing filter. Similarly, depending on the hardware, the signal processing filter 10
In some cases, it is not assumed that the H.05 is used, and the corresponding hardware driver need not include the signal processing filter 1005.

【0011】第4の構成は、サウンドカード等のハード
ウェア1004の一機能として、当該ハードウェア10
04の信号処理プロセッサに信号処理フィルタを組み込
む構成である。この様子を示したものが図8(b)であ
る。図8(b)においても同様に1005が信号処理フ
ィルタである。この構成においては信号処理フィルタ1
005の制御は、ハードウェア1004を制御するハー
ドウェアドライバ1003により行なう。なお、ハード
ウェアによっては、信号処理フィルタ1005の利用が
想定されていないものも存在し、それらは信号処理フィ
ルタ1005を含む必要はない。
In a fourth configuration, as one function of hardware 1004 such as a sound card,
In this configuration, a signal processing filter is incorporated in the signal processor No. 04. FIG. 8B shows this state. Similarly, in FIG. 8B, reference numeral 1005 denotes a signal processing filter. In this configuration, the signal processing filter 1
The control of 005 is performed by a hardware driver 1003 that controls the hardware 1004. Note that some hardware is not assumed to use the signal processing filter 1005, and it is not necessary to include the signal processing filter 1005.

【0012】[0012]

【発明が解決しようとする課題】従来の信号処理フィル
タを設ける構成には、次の問題があった。
The conventional arrangement for providing a signal processing filter has the following problems.

【0013】上記第1の構成とし、アプリケーション1
001に信号処理フィルタ1005を組み込む場合、必
要に応じて、アプリケーションごとに同様の信号処理フ
ィルタを組み込む必要がある。この場合は、結局アプリ
ケーションごとに同じ信号処理フィルタを盛り込むこと
となり、アプリケーションの開発コストの上昇を招き、
開発工数の増加を招くこととなる。また、既存のアプリ
ケーションであって、開発時に想定していなかった信号
メディア、例えば、音声処理を想定していないアプリケ
ーションにおいて音声を扱うためには、アプリケーショ
ンを改変して音声信号処理フィルタを組み込まなければ
利用できないという欠点が克服できない。
In the first configuration, the application 1
When the signal processing filter 1005 is incorporated in 001, it is necessary to incorporate a similar signal processing filter for each application as needed. In this case, after all, the same signal processing filter is included in each application, which results in an increase in application development cost.
This leads to an increase in development man-hours. Also, in order to handle audio in existing applications and signal media that was not assumed at the time of development, for example, applications that do not assume audio processing, it is necessary to modify the application and incorporate an audio signal processing filter. The disadvantage of not being available cannot be overcome.

【0014】また、上記第2の構成とし、信号処理フィ
ルタ1005をミドルウェア1002のライブラリの1
つとして提供する場合は、アプリケーション1001と
当該ライブラリとのAPI、および、当該ライブラリと
ハードウェアドライバ1003とのドライバインタフェ
ースを設計して提供する必要が生じることとなり、一般
にはソースコードが公開されていない個々のアプリケー
ションの独自APIに合わせた変更や、個々のハードウ
ェアドライバの独自ドライバインタフェースに合わせた
変更を行なうことは困難で多大な労力を必要とする。
In the second configuration, the signal processing filter 1005 is provided as one of the libraries of the middleware 1002.
If they are provided as one, it is necessary to design and provide an API between the application 1001 and the library and a driver interface between the library and the hardware driver 1003, and generally, the source code is not disclosed. It is difficult and requires a great deal of effort to make changes in accordance with the unique API of each application and changes in accordance with the unique driver interface of each hardware driver.

【0015】また、上記第3の構成とし、ハードウェア
ドライバ1003に信号処理フィルタ1005を組み込
む場合、必要に応じて、ハードウェアドライバごとに同
様の信号処理フィルタを組み込む必要がある。これは上
記第1の構成のアプリケーション1001に組み込む場
合と同様の問題が発生し、ハードウェアごとに、さらに
ハードウェアのバージョンごとに、同様の信号処理フィ
ルタ機能付きのハードウェアドライバを用意することは
現実的に困難で多大な労力を必要とする。
When the third configuration is adopted and a signal processing filter 1005 is incorporated in the hardware driver 1003, it is necessary to incorporate a similar signal processing filter for each hardware driver as necessary. This causes the same problem as the case where it is incorporated in the application 1001 having the first configuration. It is not possible to prepare a similar hardware driver with a signal processing filter function for each hardware and for each hardware version. Realistically difficult and labor intensive.

【0016】また、上記第4の構成とし、ハードウェア
1004の信号処理用プロセッサに信号処理フィルタ1
005を組み込む場合も、ハードウェアに信号処理フィ
ルタ用の専用チップを搭載することとなり、コスト上昇
を招き、また、アプリケーション1001が利用したい
機能変更に対応して信号処理フィルタ用の専用チップを
取り替えたり、専用チップのファームウェアを変更する
必要があり、多大なコストと労力を必要とする。
The signal processing filter of the hardware 1004 has a signal processing filter 1 in the fourth configuration.
When the 005 is incorporated, the dedicated chip for the signal processing filter is mounted on the hardware, which leads to an increase in cost. In addition, the dedicated chip for the signal processing filter is replaced in response to a change in the function that the application 1001 wants to use. It is necessary to change the firmware of the dedicated chip, which requires a great deal of cost and labor.

【0017】本発明は、上記問題点に鑑み、アプリケー
ション、ハードウェア、ハードウェアドライバに依存せ
ず、用意した信号処理フィルタを共通に利用できる仕組
みを備えた信号処理フィルタシステムを提供することを
目的とする。
The present invention has been made in view of the above problems, and has as its object to provide a signal processing filter system having a mechanism capable of commonly using prepared signal processing filters without depending on applications, hardware, and hardware drivers. And

【0018】また、本発明は、利用者が使っているパー
ソナルコンピュータ上に所望の信号処理フィルタ機能、
信号処理ソフトウェアが存在しない場合に、ネットワー
ク上でアクセス可能な他のプラットフォーム上の信号処
理フィルタリソースを活用できる仕組みを備えた信号処
理フィルタシステムを提供することを目的とする。
The present invention also provides a desired signal processing filter function on a personal computer used by a user.
It is an object of the present invention to provide a signal processing filter system provided with a mechanism capable of utilizing signal processing filter resources on another platform accessible on a network when no signal processing software exists.

【0019】また、本発明は、当該信号処理フィルタの
利用を想定していない既存のアプリケーションに対して
も当該信号処理フィルタを利用して新しい信号メディア
を処理できる信号処理フィルタシステムを提供すること
を目的とする。
Further, the present invention provides a signal processing filter system capable of processing a new signal medium using the signal processing filter even for an existing application which does not assume the use of the signal processing filter. Aim.

【0020】[0020]

【課題を解決するための手段】上記目的を達成するため
に本発明の信号処理フィルタシステムは、パーソナルコ
ンピュータなどをプラットフォームとする信号処理フィ
ルタシステムであって、信号処理フィルタ部とインタフ
ェース提供部を備え、当該インタフェース提供部は、ア
プリケーションとハードウェアドライバとの中間に位置
し、前記アプリケーションに対する第1のインタフェー
スと前記ハードウェアドライバに対する第2のインタフ
ェースと前記信号処理フィルタ部に対する第3のインタ
フェースを備えて前記第1〜第3のインタフェース相互
間のデータのやりとりを仲介・制御する。前記アプリケ
ーションは、前記インタフェース提供部の第1のインタ
フェースと第3のインタフェースを介して前記信号処理
フィルタ部とデータをやりとりして前記信号処理フィル
タ部を利用したフィルタ処理を実行し、前記インタフェ
ース提供部の第1のインタフェースと第2のインタフェ
ースを介して前記ハードウェアドライバと処理信号をや
りとりできることを特徴とする。
In order to achieve the above object, a signal processing filter system according to the present invention is a signal processing filter system using a personal computer or the like as a platform, and includes a signal processing filter section and an interface providing section. The interface providing unit is located between an application and a hardware driver, and includes a first interface for the application, a second interface for the hardware driver, and a third interface for the signal processing filter unit. Mediating and controlling data exchange between the first to third interfaces. The application exchanges data with the signal processing filter unit via a first interface and a third interface of the interface providing unit, executes a filter process using the signal processing filter unit, and executes the filter processing. The processing signal can be exchanged with the hardware driver via the first interface and the second interface.

【0021】上記構成により、本発明の信号処理フィル
タシステムは、アプリケーション、ハードウェア、ハー
ドウェアドライバに依存せず、用意した信号処理フィル
タを共通に利用できる仕組みを持つことができる。アプ
リケーションごと、ハードウェアドライバ、ハードウェ
アごとに信号処理フィルタを組み込む必要がなくなり、
インタフェースが提供する第1のインタフェース、第2
のインタフェースを満たすアプリケーション、ハードウ
ェアドライバであれば、何等の変更なく共通に信号処理
フィルタを利用することができる。
According to the above configuration, the signal processing filter system of the present invention can have a mechanism that can use the prepared signal processing filter in common without depending on the application, hardware, and hardware driver. There is no need to incorporate signal processing filters for each application, hardware driver, and hardware,
The first interface provided by the interface, the second
Any application or hardware driver that satisfies the above interface can commonly use the signal processing filter without any change.

【0022】また、ネットワーク上でアクセス可能な信
号処理フィルタリソースを利用する場合における本発明
の信号処理フィルタシステムは、ネットワークリソース
制御部とインタフェース提供部を備え、当該インタフェ
ース提供部は、アプリケーションとハードウェアドライ
バとの中間に位置し、前記アプリケーションに対する第
1のインタフェースと前記ハードウェアドライバに対す
る第2のインタフェースと前記ネットワークリソース制
御部に対する第3のインタフェースを備えて前記第1〜
第3のインタフェース相互間のデータのやりとりを仲介
・制御する。前記ネットワークリソース制御部は、ネッ
トワーク上の信号処理フィルタリソースに対するアクセ
ス手段を持ち、前記アプリケーションは、前記インタフ
ェース提供部の第1のインタフェースと第3のインタフ
ェースを介して前記ネットワークリソース制御部を利用
して前記ネットワーク上の信号処理フィルタリソースと
データをやりとりし、前記信号処理フィルタを利用した
フィルタ処理を実行し、前記インタフェース提供部の第
1のインタフェースと第2のインタフェースを介して前
記ハードウェアドライバと処理信号をやりとりできるこ
とを特徴とする。
Further, a signal processing filter system according to the present invention when using a signal processing filter resource accessible on a network includes a network resource control unit and an interface providing unit, and the interface providing unit includes an application and a hardware. A first interface for the application, a second interface for the hardware driver, and a third interface for the network resource control unit.
Mediating and controlling the exchange of data between the third interfaces. The network resource control unit has access means for a signal processing filter resource on a network, and the application utilizes the network resource control unit via a first interface and a third interface of the interface providing unit. Exchanges data with a signal processing filter resource on the network, performs filter processing using the signal processing filter, and performs processing with the hardware driver via a first interface and a second interface of the interface providing unit It is characterized by being able to exchange signals.

【0023】上記構成により、ネットワークリソース制
御部がネットワーク上のアクセス可能な信号処理フィル
タリソースを管理し、アプリケーションの指示内容を処
理できる信号処理フィルタリソースを決定し、リモート
アクセスによりネットワーク上の信号処理フィルタリソ
ースを活用できる。この場合、アプリケーション、ハー
ドウェア、ハードウェアドライバは、当該ネットワーク
リソースの存在を意識する必要はない。
With the above arrangement, the network resource control unit manages the signal processing filter resources accessible on the network, determines the signal processing filter resources capable of processing the contents specified by the application, and executes the signal processing filter resources on the network by remote access. Leverage resources. In this case, the application, hardware, and hardware driver need not be aware of the existence of the network resource.

【0024】ここで、アプリケーションが、信号処理フ
ィルタ部、ハードウェアドライバに対する制御機能を持
たない既存のアプリケーションであっても、インタフェ
ース提供部が、第1のインタフェースと第2のインタフ
ェースを介したアプリケーションとハードウェアドライ
バとのデータのやりとりと、第1のインタフェースと第
3のインタフェースを介したアプリケーションと信号処
理フィルタ部とのデータのやりとりを仲介・制御する構
成とすれば、当該信号処理フィルタの利用を想定してい
ない既存のアプリケーションに対しても当該信号処理フ
ィルタを利用して新しい信号メディアを処理できる環境
を提供することが可能となる。同様に、ハードウェアド
ライバが、信号処理フィルタ部の利用を想定していない
既存のハードウェアドライバであっても、インタフェー
ス提供部が、第2のインタフェースと第3のインタフェ
ースを介したハードウェアドライバと信号処理フィルタ
部とのデータのやりとりを仲介・制御する構成とすれ
ば、既存のハードウェア、ハードウェアドライバで取り
こんだデータの信号処理が可能となる。
Here, even if the application is an existing application that does not have a control function for the signal processing filter unit and the hardware driver, the interface providing unit may determine whether the application via the first interface and the second interface has the same function. If the configuration is such that the exchange of data with the hardware driver and the exchange of data between the application and the signal processing filter unit via the first interface and the third interface are mediated and controlled, the use of the signal processing filter can be reduced. It is possible to provide an environment that can process a new signal medium using the signal processing filter even for an existing application that is not assumed. Similarly, even if the hardware driver is an existing hardware driver that does not assume the use of the signal processing filter unit, the interface providing unit may determine whether the hardware driver via the second interface and the third interface is compatible with the hardware driver. With a configuration that mediates and controls the exchange of data with the signal processing filter unit, signal processing of data captured by existing hardware and hardware drivers becomes possible.

【0025】インタフェース提供部の処理内容が、アプ
リケーションから制御可能であるという構成とすること
が好ましく、当該構成によりアプリケーションごとの利
用環境に合わせてインタフェース提供部の処理内容をカ
スタマイズでき、信号処理フィルタ部の利用に関してき
め細かい設定が可能である。同様に、インタフェース提
供部の処理内容が、ハードウェアドライバから制御可能
であるという構成にすることが好ましく、当該構成によ
り、利用するハードウェアドライバを切り替えるごとに
利用環境に合わせてインタフェース提供部の処理内容を
カスタマイズでき、信号処理フィルタ部の利用に関して
きめ細かい設定が可能となる。
It is preferable that the processing content of the interface providing unit is controllable from the application. With this configuration, the processing content of the interface providing unit can be customized according to the usage environment of each application. It is possible to make detailed settings for the use of. Similarly, it is preferable that the processing content of the interface providing unit is controllable from the hardware driver. With this configuration, every time the hardware driver to be used is switched, the processing of the interface providing unit is adjusted according to the usage environment. The contents can be customized, and detailed settings can be made for the use of the signal processing filter unit.

【0026】[0026]

【発明の実施の形態】本発明の信号処理フィルタシステ
ムの各実施形態について図面を参照しつつ説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Each embodiment of the signal processing filter system of the present invention will be described with reference to the drawings.

【0027】(実施形態1)実施形態1の信号処理フィ
ルタシステムは、信号処理フィルタ部と、アプリケーシ
ョンとハードウェアドライバとの中間に位置し、アプリ
ケーションに対する第1のインタフェースと、ハードウ
ェアドライバに対する第2のインタフェースと、信号処
理フィルタ部に対する第3のインタフェースを備えたイ
ンタフェース制御部を備え、信号処理フィルタを共通に
利用できる仕組みを持つ基本構成を持つものである。
(Embodiment 1) The signal processing filter system according to Embodiment 1 is located between a signal processing filter unit, an application and a hardware driver, and has a first interface for an application and a second interface for a hardware driver. And an interface control unit having a third interface to the signal processing filter unit, and has a basic configuration having a mechanism capable of commonly using the signal processing filter.

【0028】図1は、本実施形態1の信号処理フィルタ
システムの概略構成図であり、この例では、プラットフ
ォームはパーソナルコンピュータとする。
FIG. 1 is a schematic configuration diagram of a signal processing filter system according to the first embodiment. In this example, a platform is a personal computer.

【0029】10はアプリケーションであり、複数備え
ることも可能である。ここでは、アプリケーション1〜
アプリケーションn(nは2以上の整数)を備えている
ものとする。アプリケーションの種類・内容は限定され
ず、多様なものが含まれるが、例えば、サウンド処理を
伴うアプリケーション、データ圧縮処理を伴うアプリケ
ーション、データ伸張処理を伴うアプリケーション、ノ
イズキャンセラー処理を伴うアプリケーション、AGC
(automaical gain control:自動ゲイン制御)処理を
伴うアプリケーションなどがある。
Reference numeral 10 denotes an application, and a plurality of applications can be provided. Here, applications 1 to
It is assumed that an application n (n is an integer of 2 or more) is provided. The type and content of the application are not limited, and include a variety of applications. For example, an application with sound processing, an application with data compression processing, an application with data expansion processing, an application with noise canceller processing, an AGC
(Automatic gain control: automatic gain control).

【0030】20は、インタフェース提供部であり、ア
プリケーション10とのAPIである第1のインタフェ
ース21と、後述するハードウェアドライバ30とのド
ライバインタフェースである第2のインタフェース22
と後述する信号処理フィルタ部50との第3のインタフ
ェース23とを持ち、これらインタフェースを介したデ
ータ入出力処理、データ変換、インタフェース間の連携
処理などを制御する。
Reference numeral 20 denotes an interface providing unit, which is a first interface 21 which is an API with the application 10 and a second interface 22 which is a driver interface with a hardware driver 30 described later.
And a third interface 23 with a signal processing filter unit 50 described later, and controls data input / output processing, data conversion, inter-interface cooperation processing, and the like via these interfaces.

【0031】30は、ハードウェアドライバであり、後
述するハードウェア40に対応して一対一に設けられる
ものであり、アプリケーション10から渡された制御命
令に従って対応するハードウェア40を制御する。ハー
ドウェアドライバ30は後述するようにハードウェアが
複数ある場合には、それぞれに対応してハードウェアド
ライバも複数用意される。
Reference numeral 30 denotes a hardware driver, which is provided in a one-to-one correspondence with the hardware 40 described later, and controls the corresponding hardware 40 according to a control command passed from the application 10. When there are a plurality of hardware drivers as described later, a plurality of hardware drivers are prepared corresponding to each of the hardware drivers.

【0032】40は、ハードウェアであり、パーソナル
コンピュータの周辺機器である。複数備えることも可能
である。ここでは、ハードウェア1〜ハードウェアm
(mは2以上の整数)を備えているものとする。周辺機
器となるハードウェアの種類・内容は限定されず、多様
なものが含まれるが、例えば、サウンドボード、LAN
ボードなどがある。これらは多様な開発ベンダにより各
種開発され、供給される。
Reference numeral 40 denotes hardware, which is a peripheral device of a personal computer. It is also possible to have more than one. Here, hardware 1 to hardware m
(M is an integer of 2 or more). The type and contents of the hardware as the peripheral device are not limited, and include various types. For example, a sound board, a LAN
There are boards and so on. These are variously developed and supplied by various development vendors.

【0033】50は、信号処理フィルタ部である。アプ
リケーション10から与えられた命令に従い、アプリケ
ーション10やハードウェア40から取りこんだディジ
タル信号を処理する。本発明において信号処理フィルタ
部50には多様な種類のフィルタがあり得る。例えば、
線形の信号処理フィルタとして、有限インパルス応答フ
ィルタ(FIRフィルタ)、無限インパルス応答フィル
タ(IIRフィルタ)、カルマンフィルタ、ウィナーフ
ィルタ、相関係数計算フィルタ、線形予測フィルタなど
があり、また、非線形の信号処理フィルタとして、ニュ
ーラルネットワークを用いたフィルタ、ボルテラフィル
タ(Volterra filter)などがある。
Reference numeral 50 denotes a signal processing filter unit. In accordance with a command given from the application 10, a digital signal taken from the application 10 or the hardware 40 is processed. In the present invention, the signal processing filter unit 50 may include various types of filters. For example,
Linear signal processing filters include a finite impulse response filter (FIR filter), an infinite impulse response filter (IIR filter), a Kalman filter, a Wiener filter, a correlation coefficient calculation filter, a linear prediction filter, and the like. Examples include a filter using a neural network, a Volterra filter, and the like.

【0034】60は、インタフェース制御部であり、イ
ンタフェース提供部20の内容の設定に関する制御や、
インタフェース提供部20の状態観測を行なう部分であ
る。当該インタフェース制御部60とインタフェース提
供部20の間のインタフェースも第1のインタフェース
21の一部21’として定義しておくことが好ましい。
インタフェース制御部60の操作画面として、パーソナ
ルコンピュータのデスクトップ上のコントロールパネル
のような形で提供すれば、マウスやキーボードにより簡
単に分かりやすいグラフィカルユーザインタフェース
(GUI)となり、利用者の使い勝手が向上する。
Reference numeral 60 denotes an interface control unit which controls the setting of the contents of the interface providing unit 20;
This is a part for observing the state of the interface providing unit 20. It is preferable that the interface between the interface control unit 60 and the interface providing unit 20 is also defined as a part 21 ′ of the first interface 21.
If the operation screen of the interface control unit 60 is provided in the form of a control panel on the desktop of a personal computer, a graphical user interface (GUI) that is easy to understand with a mouse and a keyboard is provided, and the usability of the user is improved.

【0035】なお、図1において、パーソナルコンピュ
ータの制御に通常必要とされるCPU、メモリ、オペレ
ーティングシステムなど各種リソースなどは説明の便宜
上省略している。
In FIG. 1, various resources such as a CPU, a memory, and an operating system which are generally required for controlling the personal computer are omitted for convenience of explanation.

【0036】以上の構成の信号処理フィルタシステムの
動作について説明する。
The operation of the signal processing filter system having the above configuration will be described.

【0037】インタフェース提供部20が提供する、第
1インタフェース21、第2のインタフェース22、第
3のインタフェース23およびそれらインタフェース間
のデータのやりとりを仲介・制御する機能により以下の
効果が得られる。
The following effects can be obtained by the first interface 21, the second interface 22, the third interface 23, and the function of mediating and controlling data exchange between these interfaces, provided by the interface providing unit 20.

【0038】まず、インタフェース提供部20が持つA
PIである第1のインタフェース21により、アプリケ
ーション10は、アプリケーション以下のレイヤーに依
存しない独立した構成となる。多くのアプリケーション
は業界標準となっているAPIに従って記述されてお
り、本発明の信号処理フィルタシステムのインタフェー
ス提供部20の持つ第1のインタフェース21が当該業
界標準となっているAPIであれば、数多くのアプリケ
ーションが本発明の信号処理フィルタシステムにおいて
利用可能となる。各アプリケーション1〜アプリケーシ
ョンnは当該APIを利用してデータ入出力、命令入出
力を行なう。各アプリケーションから信号処理フィルタ
部50を利用する際にもAPIに従ってデータ、命令を
やり取りするだけであり、信号処理フィルタ部50の独
自のインタフェースと直接データ、命令をやり取りする
必要がない。
First, A which the interface providing unit 20 has
By the first interface 21 that is a PI, the application 10 has an independent configuration that does not depend on layers below the application. Many applications are described in accordance with an industry-standard API. If the first interface 21 of the interface providing unit 20 of the signal processing filter system of the present invention is an API that is an industry standard, many applications are described. Applications can be used in the signal processing filter system of the present invention. Each of the applications 1 to n performs data input / output and command input / output using the API. When using the signal processing filter unit 50 from each application, only data and instructions are exchanged according to the API, and there is no need to directly exchange data and instructions with the unique interface of the signal processing filter unit 50.

【0039】次に、インタフェース提供部20が持つド
ライバインタフェースである第2のインタフェース22
により、ハードウェアドライバ30より上位レイヤー
は、当該ハードウェアドライバとハードウェアに依存し
ない独立した構成となる。つまり、インタフェース提供
部20が第2のインタフェース22を持つことによりア
プリケーションは用いられる周辺機器のハードウェアの
種類やバージョンの違いを意識する必要がなくなる。各
ハードウェアにおいて信号処理フィルタ部50で処理し
たデータを入出力する際にもドライバインタフェースに
従ってデータをやり取りするだけであり、信号処理フィ
ルタ部50の独自のインタフェースと直接データをやり
取りする必要がない。
Next, a second interface 22 which is a driver interface of the interface providing unit 20
Accordingly, a layer higher than the hardware driver 30 has an independent configuration independent of the hardware driver and the hardware. That is, since the interface providing unit 20 has the second interface 22, the application does not need to be aware of the difference in the type and version of the hardware of the peripheral device used. When inputting and outputting data processed by the signal processing filter unit 50 in each hardware, only data is exchanged according to the driver interface, and there is no need to directly exchange data with a unique interface of the signal processing filter unit 50.

【0040】次に、インタフェース提供部20が持つ第
3のインタフェース23により、信号処理フィルタ部5
0は、インタフェース提供部20とのインタフェースが
提供されることにより、信号処理フィルタシステム全体
として、共通に利用され得る。このように、信号処理フ
ィルタ部50は、信号処理システム全体として1つ用意
しておけば、インタフェース提供部20が持つ第3のイ
ンタフェース23を介して利用される。
Next, the signal processing filter unit 5 is provided by the third interface 23 of the interface providing unit 20.
0 can be commonly used as an entire signal processing filter system by providing an interface with the interface providing unit 20. As described above, if one signal processing filter unit 50 is prepared for the entire signal processing system, it is used via the third interface 23 of the interface providing unit 20.

【0041】インタフェース提供部20は、これら第1
のインタフェース21〜第3のインタフェース23間の
データのやりとりを仲介・制御することにより、アプリ
ケーション10、ハードウェアドライバ30およびハー
ドウェア40は、信号処理フィルタ部50との間でデー
タのやりとりが可能となり、信号処理フィルタを利用す
るにあたり従来のように個別に信号処理フィルタを用意
する必要がなくなる。また、アプリケーション10、ハ
ードウェアドライバ30およびハードウェア40は、信
号処理フィルタ部50の信号処理フィルタ機能を利用す
るにあたり、信号処理フィルタ部50を個別に意識する
必要はない。また、信号処理フィルタ部50を新しく開
発したり、バージョンを変更した場合でも独自の入出力
インタフェースをインタフェース提供部20に対して第
3のインタフェース23として提供すれば、本発明の信
号処理フィルタシステムに取りこむことが可能となる。
The interface providing unit 20 performs the first
The application 10, the hardware driver 30, and the hardware 40 can exchange data with the signal processing filter unit 50 by mediating and controlling the exchange of data between the interface 21 to the third interface 23. When using the signal processing filters, it is not necessary to prepare individual signal processing filters as in the related art. Further, when using the signal processing filter function of the signal processing filter unit 50, the application 10, the hardware driver 30, and the hardware 40 do not need to individually consider the signal processing filter unit 50. Even if the signal processing filter unit 50 is newly developed or its version is changed, if the original input / output interface is provided as the third interface 23 to the interface providing unit 20, the signal processing filter system of the present invention can be used. It becomes possible to take in.

【0042】データ処理の流れの例は以下のようにな
る。最初にインタフェース制御部60によりインタフェ
ース提供部20、信号処理フィルタ部50の内容を設定
しておく。信号処理フィルタ部50の利用に際しては、
アプリケーション10は、処理するデータストリームを
第1のインタフェース21を介してインタフェース提供
部20に渡す。データストリームはインタフェース提供
部20の制御により第3のインタフェース23を介して
信号処理フィルタ部50に渡される。信号処理フィルタ
部50は、渡されたデータストリームに対してフィルタ
処理を実行して第3のインタフェース23を介してイン
タフェース提供部20に返す。インタフェース提供部2
0の制御により処理データストリームは第1のインタフ
ェース21を介してアプリケーション10に戻される。
または、第2のインタフェースを介してハードウェアド
ライバ30に渡され、ハードウェア40において利用さ
れる。次に、ハードウェア40の利用に際しては、アプ
リケーション10は、データストリームを第1のインタ
フェース21を介してインタフェース提供部20に渡
し、データストリームはインタフェース提供部20の制
御により第2のインタフェースを介してハードウェアド
ライバ30に渡される。ハードウェアドライバ30の制
御のもとハードウェア40においてデータストリームが
利用される。
An example of the flow of data processing is as follows. First, the contents of the interface providing unit 20 and the signal processing filter unit 50 are set by the interface control unit 60. When using the signal processing filter unit 50,
The application 10 passes the data stream to be processed to the interface providing unit 20 via the first interface 21. The data stream is passed to the signal processing filter unit 50 via the third interface 23 under the control of the interface providing unit 20. The signal processing filter unit 50 performs a filtering process on the passed data stream and returns the data stream to the interface providing unit 20 via the third interface 23. Interface provider 2
Under the control of 0, the processing data stream is returned to the application 10 via the first interface 21.
Alternatively, the data is passed to the hardware driver 30 via the second interface, and is used in the hardware 40. Next, when using the hardware 40, the application 10 passes the data stream to the interface providing unit 20 via the first interface 21, and the data stream passes through the second interface under the control of the interface providing unit 20. It is passed to the hardware driver 30. The data stream is used in the hardware 40 under the control of the hardware driver 30.

【0043】以上のように、インタフェース提供部20
が提供する第1のインタフェース21、第2のインタフ
ェース22、第3のインタフェース23を利用すること
により、アプリケーション10、ハードウェアドライバ
30およびハードウェア40、信号処理フィルタ部50
が相互に独立した構成となり、用意した信号処理フィル
タを共通に利用できる仕組みを提供することができる。
As described above, the interface providing unit 20
Uses the first interface 21, the second interface 22, and the third interface 23 provided by the application 10, the hardware driver 30, the hardware 40, and the signal processing filter unit 50.
Are independent of each other, and a mechanism that can use the prepared signal processing filters in common can be provided.

【0044】上記のように、アプリケーション10が、
信号処理フィルタ部50、ハードウェアドライバ30に
対する制御機能を持たない既存のアプリケーションであ
っても、インタフェース提供部20が当該既存のアプリ
ケーション10に対する第1のインタフェース21と第
3のインタフェース23を介してデータのやりとりを仲
介・制御する構成となるので、当該信号処理フィルタ部
50の利用を想定していない既存のアプリケーション1
0に対しても当該信号処理フィルタ部50を利用して新
しい信号メディアの処理を行なえる環境を提供すること
が可能となる。
As described above, the application 10
Even for an existing application that does not have a control function for the signal processing filter unit 50 and the hardware driver 30, the interface providing unit 20 transmits data to the existing application 10 via the first interface 21 and the third interface 23. Of the existing application 1 that is not assumed to use the signal processing filter unit 50.
For 0, it is possible to provide an environment in which new signal media can be processed using the signal processing filter unit 50.

【0045】同様に、ハードウェアドライバ30が、信
号処理フィルタ部50の利用を想定していない既存のハ
ードウェアドライバで30あっても、インタフェース提
供部20が、第2のインタフェース22と第3のインタ
フェース23を介してデータのやりとりを仲介・制御す
る構成となるので、既存のハードウェア、ハードウェア
ドライバで取りこんだデータの新しい信号処理が可能と
なる。
Similarly, even if the hardware driver 30 is an existing hardware driver that does not assume the use of the signal processing filter unit 50, the interface providing unit 20 will connect the second interface 22 to the third interface 22. Since the configuration is such that the exchange of data is mediated and controlled via the interface 23, new signal processing of data captured by existing hardware and hardware drivers becomes possible.

【0046】(実施形態2)実施形態2の信号処理フィ
ルタシステムは、インタフェース提供部の内容の設定に
関する制御やインタフェース提供部の状態観測を行なう
部分として、実施形態1で述べたインタフェース制御部
に代え、アプリケーション、ハードウェアドライバが当
該機能を有しているものである。
(Embodiment 2) The signal processing filter system according to Embodiment 2 replaces the interface control unit described in Embodiment 1 as a part for controlling the setting of the contents of the interface providing unit and observing the state of the interface providing unit. , The application, and the hardware driver have the function.

【0047】図2は、本実施形態2の信号処理フィルタ
システムの概略構成図であり、本実施形態2の例でも、
プラットフォームはパーソナルコンピュータとする。ま
た、実施形態1で説明した図1の信号処理フィルタシス
テムの概略構成図の要素と同様の要素には同じ番号を付
し、ここでの詳しい説明は適宜省略する。
FIG. 2 is a schematic configuration diagram of a signal processing filter system according to the second embodiment.
The platform is a personal computer. Further, the same elements as those in the schematic configuration diagram of the signal processing filter system of FIG. 1 described in the first embodiment are denoted by the same reference numerals, and detailed description thereof will be omitted as appropriate.

【0048】本実施形態2では、アプリケーション10
aは、インタフェース提供部20のインタフェースコン
トロール機能も備えている。その制御の流れや状態観測
の流れはアプリケーション10aからインタフェース提
供部20に対する点線により示されている。このよう
に、アプリケーション10aがインタフェース提供部2
0のインタフェースコントロール機能も備えることによ
り、アプリケーションを切り替えた場合にアプリケーシ
ョンごとにインタフェース提供部20の内容を最適化、
カスタマイズ化や、切り替え前に有効となっている好ま
しくない設定をキャンセルできるという利点が得られ
る。例えば、マルチウインドウ環境でアプリケーション
を切り替えた際に、自動的にインタフェース提供部20
の内容を当該切り替えたアプリケーション10a用に最
適化、カスタマイズ化する構成としておけば、利用者が
逐一インタフェース提供部20の内容を書き換える必要
がなくなる。
In the second embodiment, the application 10
a also has an interface control function of the interface providing unit 20. The flow of the control and the flow of the state observation are indicated by dotted lines from the application 10a to the interface providing unit 20. As described above, the application 10a is connected to the interface providing unit 2
Also, by providing an interface control function of 0, the contents of the interface providing unit 20 are optimized for each application when the application is switched,
The advantage is that customization and undesired settings that are enabled before switching can be canceled. For example, when switching applications in a multi-window environment, the interface providing unit 20
Is optimized and customized for the switched application 10a, it is not necessary for the user to rewrite the contents of the interface providing unit 20 every time.

【0049】次に、インタフェース提供部20は、実施
形態1のものと同様のものである。ただし、インタフェ
ースコントロール部分がインタフェース制御部60とし
て独立したものではなく、各アプリケーション10a、
後述するハードウェアドライバ30aが兼ね備えてい
る。
Next, the interface providing unit 20 is the same as that of the first embodiment. However, the interface control part is not independent as the interface control unit 60, and each application 10a,
The hardware driver 30a described later also has the function.

【0050】次に、ハードウェアドライバ30aは、実
施形態1で説明したハードウェアドライバ30と同様で
あるが、本実施形態2のものは、インタフェース提供部
20のインタフェースコントロール機能も備えている。
当該インタフェース提供部20に与える制御の流れや状
態観測の流れは、ハードウェアドライバ30aからイン
タフェース提供部20への点線として示されている。利
用者がアプリケーション10aなどから用いるハードウ
ェア40を切り替える設定を入力した場合、オペレーテ
ィングシステムはハードウェアドライバ30aを切り替
え、有効となったハードウェアドライバ30aは、当該
インタフェースコントロール機能によりインタフェース
提供部20の内容を最適化、カスタマイズ化し、必要な
設定と有効となっている不要な設定を解除する。この処
理は利用者が直接入力を与える必要はなく、ハードウェ
ア40を切り替える設定を行なえばハードウェアドライ
バ30aにより自律的に実行される。
Next, the hardware driver 30a is the same as the hardware driver 30 described in the first embodiment, but the second embodiment also has an interface control function of the interface providing unit 20.
The flow of control and the flow of state observation given to the interface providing unit 20 are shown as dotted lines from the hardware driver 30a to the interface providing unit 20. When the user inputs a setting for switching the hardware 40 to be used from the application 10a or the like, the operating system switches the hardware driver 30a, and the enabled hardware driver 30a executes the content of the interface providing unit 20 by the interface control function. Optimize, customize and remove required settings and unnecessary settings that are enabled. This processing need not be directly input by the user, and is performed autonomously by the hardware driver 30a if the setting for switching the hardware 40 is performed.

【0051】このように、ハードウェアドライバ30a
がインタフェース提供部20のインタフェースコントロ
ール機能も備えることにより、用いる周辺機器であるハ
ードウェアを切り替えた場合にハードウェアごとにイン
タフェース提供部20の内容を最適化、カスタマイズ化
できるという利点が得られる。利用者が逐一インタフェ
ース提供部20の内容を書き換える必要がなくなる。
As described above, the hardware driver 30a
Also has an interface control function of the interface providing unit 20, whereby the advantage that the contents of the interface providing unit 20 can be optimized and customized for each hardware when hardware used as a peripheral device is switched is obtained. This eliminates the need for the user to rewrite the contents of the interface providing unit 20 every time.

【0052】ハードウェア40、信号処理フィルタ部5
0は実施形態1と説明した要素と同様である。
Hardware 40, signal processing filter unit 5
0 is the same as the element described in the first embodiment.

【0053】以上の構成により、本実施形態2の信号処
理システムによれば、インタフェース提供部の内容の設
定に関する制御やインタフェース提供部の状態観測を行
なう部分として、実施形態1で述べたインタフェース制
御部60に代え、アプリケーション10a、ハードウェ
アドライバ30aが当該機能を有する構成となり、複数
のアプリケーション、複数のハードウェアを利用する環
境において、インタフェース提供部の内容の設定に関す
る制御や、インタフェース提供部20の状態観測を行な
うことができ、また、アプリケーションなどの切り替え
前に有効となっている好ましくない設定をキャンセルで
きるという利点が得られる。
With the above configuration, according to the signal processing system of the second embodiment, the interface control unit described in the first embodiment serves as a part for controlling the setting of the contents of the interface providing unit and observing the state of the interface providing unit. In place of the application 60, the application 10a and the hardware driver 30a are configured to have the function. In an environment using a plurality of applications and a plurality of hardware, the control regarding the setting of the contents of the interface providing unit and the state of the interface providing unit 20 are performed. Observation can be performed, and undesired settings effective before switching applications or the like can be canceled.

【0054】(実施形態3)本発明の実施形態3とし
て、インターネットを用いて音楽データをダウンロード
して再生する際に、FIR型信号処理フィルタを用いて
コンサートホールやスタジアム等の音響特性を再生音楽
に付加するという例を示す。
(Embodiment 3) As Embodiment 3 of the present invention, when music data is downloaded and reproduced using the Internet, the acoustic characteristics of a concert hall, a stadium or the like are reproduced using a FIR type signal processing filter. Here is an example of adding

【0055】図3に、実施形態3の信号処理フィルタシ
ステムの概略構成図を示す。本実施形態3の例でも、プ
ラットフォームはパーソナルコンピュータとする。ま
た、実施形態1で説明した図1の信号処理フィルタシス
テムの概略構成図の要素と同様の要素には同じ番号を付
し、ここでの詳しい説明は適宜省略する。
FIG. 3 is a schematic block diagram of a signal processing filter system according to the third embodiment. Also in the example of the third embodiment, the platform is a personal computer. Further, the same elements as those in the schematic configuration diagram of the signal processing filter system of FIG. 1 described in the first embodiment are denoted by the same reference numerals, and detailed description thereof will be omitted as appropriate.

【0056】図3に示すように、本実施形態3の信号処
理フィルタシステムは、当該音楽再生アプリケーション
がインターネットを介してMPEGAudio等で圧縮
処理された音楽データをダウンロードし、デコードの
後、スピーカより音楽を再生出力する。この際に信号処
理フィルタ部としてFIRフィルタ1/2/・・/nを
用いて様々な音響特性を付加する。
As shown in FIG. 3, in the signal processing filter system according to the third embodiment, the music reproduction application downloads music data compressed by MPEG Audio or the like via the Internet, decodes the data, decodes the data, and outputs the music from the speaker. Playback output. At this time, various acoustic characteristics are added using a FIR filter 1/2 /./ n as a signal processing filter unit.

【0057】本実施形態3のアプリケーションは、音楽
再生アプリケーション10bである。
The application of the third embodiment is a music reproduction application 10b.

【0058】インタフェース提供部20は実施形態1に
示したものと同様であり、音楽再生アプリケーション1
0bに対する第1のインタフェース21、ハードウェア
ドライバとしてのサウンドカードドライバ30bおよび
モデムドライバ30cに対する第2のインタフェース2
2、信号処理フィルタ部50aとしてのFIRフィルタ
に対する第3のインタフェース23を制御する。また、
インタフェース制御部60に対するインタフェースも第
1のインタフェース21の一部21’として定義してお
く。
The interface providing unit 20 is the same as that shown in the first embodiment, and
0b, a sound card driver 30b as a hardware driver, and a second interface 2 for a modem driver 30c.
2. Control the third interface 23 for the FIR filter as the signal processing filter unit 50a. Also,
The interface to the interface control unit 60 is also defined as a part 21 ′ of the first interface 21.

【0059】本実施形態3では、当コンピュータシステ
ムの周辺機器であるハードウェアとして、音声出力関係
のハードウェアとしてサウンドカード40bとサウンド
カード40bに接続されたスピーカ40d、ネットワー
ク通信関係のハードウェアとしてモデム40cを備えて
いる。モデム40cは一般的にはプロバイダを介してイ
ンターネット40eに接続されている。ハードウェアド
ライバとしては、サウンドカード40bを制御するサウ
ンドカードドライバ30bと、モデム40cを制御する
モデムドライバ30cを備えている。上述したように、
サウンドカードドライバ30bとモデムドライバ30c
はそれぞれインタフェース提供部20により第2のイン
タフェース22を介して制御されている。
In the third embodiment, as hardware that is a peripheral device of the computer system, a sound card 40b and a speaker 40d connected to the sound card 40b as hardware related to audio output, and a modem as hardware related to network communication. 40c. The modem 40c is generally connected to the Internet 40e via a provider. The hardware driver includes a sound card driver 30b for controlling the sound card 40b and a modem driver 30c for controlling the modem 40c. As mentioned above,
Sound card driver 30b and modem driver 30c
Are controlled by the interface providing unit 20 via the second interface 22.

【0060】次に、信号処理フィルタ部50aとしては
FIRフィルタが用いられている。ここでFIRフィル
タは、複数用意してFIRフィルタ群とすることがで
き、例えば、FIR1,FIR2,・・,FIRnを用
意する。コンサートホールやスタジアム等の音響特性
は、当該場所で測定したインパルスレスポンスで表わす
ことができ、このインパルスレスポンスを係数に用いた
FIRフィルタ群を用意することにより、再生音楽に当
該場所の音響特性を付加することができる。従って、様
々な場所の音響特性を付加するためにFIRフィルタを
切り替えることは、フィルタ係数とタップ数を変更する
ことにより実現できる。
Next, an FIR filter is used as the signal processing filter section 50a. Here, a plurality of FIR filters can be prepared to form an FIR filter group. For example, FIR1, FIR2,..., FIRn are prepared. The acoustic characteristics of a concert hall, stadium, etc. can be represented by an impulse response measured at the place. By preparing an FIR filter group using the impulse response as a coefficient, the acoustic properties of the place are added to the reproduced music. can do. Therefore, switching of the FIR filter to add acoustic characteristics of various places can be realized by changing the filter coefficient and the number of taps.

【0061】次に、インタフェース制御部60は実施形
態1で説明したものと同様、インタフェース提供部20
の内容の設定に関する制御や、インタフェース提供部2
0の状態観測を行なう部分である。ここでは、音響特性
付加のオン/オフの選択や、信号処理フィルタ部50a
として用いるFIRフィルタ1/2,・・,/nの切り
替え選択も行なう。もちろんインタフェース制御部60
を独立して設けず、実施形態2で説明したように、音楽
再生アプリケーション10b、サウンドカードドライバ
30b、モデムドライバ30cがインタフェースコント
ロール機能を備え、これらが組み込まれた場合に自律的
にインタフェース提供部20の設定内容を変更する構成
であっても良い。
Next, the interface control unit 60 is provided with the interface providing unit 20 in the same manner as described in the first embodiment.
Control for setting the contents of the interface and the interface providing unit 2
This is the part for observing the state of 0. Here, selection of ON / OFF of the addition of the acoustic characteristic and the signal processing filter unit 50a
, / N, which is used as a filter, is also selected. Of course, the interface control unit 60
As described in the second embodiment, the music playback application 10b, the sound card driver 30b, and the modem driver 30c have an interface control function, and when these are incorporated, the interface providing unit 20 is autonomously provided. May be changed.

【0062】以上のように構成された実施形態3の信号
処理フィルタシステムを適用したコンピュータによるイ
ンターネットを用いた音楽データのダウンロード再生の
処理の流れを説明する。
A flow of a process of downloading and reproducing music data using the Internet by a computer to which the signal processing filter system according to the third embodiment configured as described above is applied will be described.

【0063】まず、音楽再生アプリケーション10bが
起動され、必要な周辺機器に対するハードウェアドライ
バの使用を始める。ここでは、サウンドカード40bに
対するサウンドカードドライバ30b、モデム40cに
対するモデムドライバ30cが用いられる。インタフェ
ース制御部60を介してインタフェース提供部20の設
定内容が更新される。
First, the music reproduction application 10b is activated, and starts using a hardware driver for a necessary peripheral device. Here, a sound card driver 30b for the sound card 40b and a modem driver 30c for the modem 40c are used. The setting contents of the interface providing unit 20 are updated via the interface control unit 60.

【0064】次に、利用者は、設定したい音響特性を選
択する。ここでは、インタフェース制御部60を介し
て、例えば、“コンサートホール”、“スタジアム”、
“ディスコ”など希望する再生環境を選択する。インタ
フェース制御部60は指定された内容をもって第1のイ
ンタフェースの一部として定義されているインタフェー
ス21’を介してインタフェース提供部20の設定内容
を変更する。また、第3のインタフェース23を介して
選択された音響特性を与えるFIRフィルタを選択する
(例えば、“コンサートホール”の指定に対してコンサ
ートホールの音響特性付加処理を実行するFIRフィル
タ1を選択する)。
Next, the user selects an acoustic characteristic to be set. Here, for example, "concert hall", "stadium",
Select the desired playback environment, such as "disco". The interface control unit 60 changes the setting contents of the interface providing unit 20 via the interface 21 ′ defined as a part of the first interface with the specified contents. Further, an FIR filter that gives the selected acoustic characteristic via the third interface 23 is selected (for example, the FIR filter 1 that executes the acoustic characteristic adding process of the concert hall for the designation of “concert hall” is selected). ).

【0065】音楽再生アプリケーション10bは、イン
ターネット上のサイトから音楽データのダウンロードを
行なう。当該指示内容は第1のインタフェース21を介
して与えられ、インタフェース提供部20の制御により
第2のインタフェース22を介してモデムドライバ30
cに渡され、モデム40cを介してインターネット40
e上の指定サイトに対して音楽データのダウンロードを
依頼する。インターネット40e上の指定サイトは、指
定されたMPEGAudio圧縮形式の音楽データを本
コンピュータに対して配信し、モデム40c、モデムド
ライバ30cを介して受信され、第2のインタフェース
を介してインタフェース提供部20に渡され、さらにイ
ンタフェース提供部20の制御により第1のインタフェ
ースを介して音楽再生アプリケーション10bに渡され
る。
The music reproduction application 10b downloads music data from a site on the Internet. The instruction content is given via the first interface 21, and controlled by the interface providing unit 20 via the second interface 22.
c and passed through the modem 40c to the Internet 40
Request download of music data to the designated site on e. The designated site on the Internet 40e distributes the designated music data in the MPEG Audio compression format to the computer, receives the music data via the modem 40c and the modem driver 30c, and transmits the music data to the interface providing unit 20 via the second interface. It is passed to the music reproduction application 10b via the first interface under the control of the interface providing unit 20.

【0066】音楽再生アプリケーション10bは、MP
EGAudio圧縮形式の音楽データの再生にあたり、
指定された音響特性(例えば、コンサートホール)を付
加するためにインタフェース制御部60により選択され
ているFIRフィルタを利用する(例えば、FIRフィ
ルタ1)。再生した音楽データストリームは第1のイン
タフェース21からインタフェース提供部20に渡さ
れ、インタフェース提供部20の制御により第3のイン
タフェース23を介して信号処理フィルタ部50aに渡
され、所望の音響特性が付加される。音響特性の付加処
理がされた音楽データは第3のインタフェース23を介
してインタフェース提供部20に渡され、インタフェー
ス提供部20の制御により第1のインタフェース21を
介して音楽再生アプリケーション10bに戻る。
The music playback application 10b is an MP
When playing back music data in the EGA Audio compression format,
The FIR filter selected by the interface control unit 60 to add a designated acoustic characteristic (for example, a concert hall) is used (for example, the FIR filter 1). The reproduced music data stream is passed from the first interface 21 to the interface providing unit 20, and is passed to the signal processing filter unit 50a via the third interface 23 under the control of the interface providing unit 20 to add desired acoustic characteristics. Is done. The music data subjected to the acoustic characteristic addition processing is passed to the interface providing unit 20 via the third interface 23, and returns to the music reproduction application 10b via the first interface 21 under the control of the interface providing unit 20.

【0067】次に、所望の音響特性が付加された音楽デ
ータストリームは第1のインタフェース21を介してイ
ンタフェース提供部20に渡され、インタフェース提供
部20の制御により第2のインタフェース22からサウ
ンドカードドライバ30b、サウンドカード40bから
スピーカ40dに渡され、スピーカ40dから音楽とし
て出力される。また、信号処理部50aで所望の音響特
性が付加された後、直接、インタフェース制御部20よ
り、第2のインタフェース22からサウンドカードドラ
イバ30b、サウンドカード40bからスピーカ40d
に渡され、スピーカ40dから音楽として出力しても良
い。
Next, the music data stream to which the desired acoustic characteristics have been added is passed to the interface providing unit 20 via the first interface 21, and the sound card driver is controlled by the second interface 22 under the control of the interface providing unit 20. 30b, passed from the sound card 40b to the speaker 40d, and output as music from the speaker 40d. After the desired sound characteristics are added by the signal processing unit 50a, the interface controller 20 directly sends the sound card driver 30b from the second interface 22 and the speaker 40d from the sound card 40b.
May be output to the speaker 40d as music.

【0068】以上、本実施形態3の信号処理フィルタシ
ステムによれば、FIRフィルタ1セット備えておくこ
とにより、インターネットを用いて音楽データをダウン
ロードして再生する際に、FIR型信号処理フィルタを
用いてコンサートホールやスタジアム等の音響特性を再
生音楽に付加することができ、音楽再生アプリケーショ
ンやサウンドカードドライバなどにFIRフィルタを個
別に設ける必要がない。新しくFIRフィルタを開発し
た場合でもインタフェース提供部20との間の第3のイ
ンタフェース23に対応させるだけで信号処理フィルタ
部に追加搭載できる。また、FIRフィルタ利用が想定
されていない既存の音楽再生アプリケーションや既存の
サウンドカードを用いた場合にFIRフィルタ処理を実
行させることができる。
As described above, according to the signal processing filter system of Embodiment 3, by providing one set of FIR filters, when downloading and reproducing music data using the Internet, the FIR type signal processing filter can be used. Thus, the acoustic characteristics of a concert hall or stadium can be added to the reproduced music, and there is no need to separately provide an FIR filter in a music reproduction application, a sound card driver, or the like. Even if a new FIR filter is developed, the FIR filter can be additionally mounted on the signal processing filter unit only by making it correspond to the third interface 23 between the FIR filter and the interface providing unit 20. Further, the FIR filter processing can be executed when an existing music reproduction application or an existing sound card which is not expected to use the FIR filter is used.

【0069】(実施形態4)本発明の実施形態4とし
て、当該信号処理フィルタシステムが構築されているプ
ラットフォームとなるパーソナルコンピュータ上に所望
の信号処理フィルタ、信号処理用のソフトが搭載されて
いない場合に、ネットワークを介してネットワーク上の
信号処理フィルタ、信号処理用のソフトを利用して信号
処理を実行するものである。この例では、自らのプラッ
トフォーム上のハードディスクに蓄積されているMPE
GAudio形式の圧縮音楽データを再生する際に、遠
隔地にあるネットワーク上の他のパーソナルコンピュー
タ上の信号処理フィルタ、信号処理用のソフトを用いて
音楽データ信号処理を行なって様々な音響特性を付加
し、自らのプラットフォーム上のスピーカから再生音楽
を出力する例を示す。
(Embodiment 4) As Embodiment 4 of the present invention, a case where a desired signal processing filter and signal processing software are not mounted on a personal computer serving as a platform on which the signal processing filter system is constructed. In addition, signal processing is executed by using a signal processing filter and software for signal processing on the network via the network. In this example, the MPE stored on the hard disk on the platform
When playing back compressed audio data in the GAudio format, add various acoustic characteristics by performing music data signal processing using signal processing filters and signal processing software on another personal computer on a remote network. Then, an example is shown in which reproduced music is output from a speaker on its own platform.

【0070】図4に、実施形態4の信号処理フィルタシ
ステムの概略構成図を示す。本実施形態4の例でも、プ
ラットフォームはパーソナルコンピュータとする。ま
た、実施形態1で説明した図1、実施形態3で説明した
図3の信号処理フィルタシステムの概略構成図の要素と
同様の要素には同じ番号を付し、ここでの詳しい説明は
適宜省略する。
FIG. 4 is a schematic block diagram of a signal processing filter system according to the fourth embodiment. Also in the example of the fourth embodiment, the platform is a personal computer. In addition, the same elements as those in the schematic configuration diagram of the signal processing filter system of FIG. 1 described in the first embodiment and FIG. 3 described in the third embodiment are denoted by the same reference numerals, and detailed description thereof is omitted as appropriate. I do.

【0071】本実施形態4では、アプリケーションは、
音楽再生アプリケーション10bである。インタフェー
ス提供部20には音楽再生アプリケーション10bとの
インタフェースとして第1のインタフェース21が設け
られている。
In the fourth embodiment, the application
The music reproduction application 10b. The interface providing unit 20 is provided with a first interface 21 as an interface with the music reproduction application 10b.

【0072】周辺機器のハードウェアとしてサウンドカ
ード40b、スピーカ40d、ハードディスク40fが
備えられている。ハードウェアドライバとしてサウンド
カード40bを制御するサウンドカードドライバ30
b、ハードディスク40fを制御するハードディスクド
ライバ30fが備えられている。インタフェース提供部
20にはサウンドカードドライバ30b、ハードディス
クドライバ30fとのインタフェースとして第2のイン
タフェース22が設けられている。
A sound card 40b, a speaker 40d, and a hard disk 40f are provided as peripheral hardware. Sound card driver 30 that controls sound card 40b as a hardware driver
b, a hard disk driver 30f for controlling the hard disk 40f is provided. The interface providing unit 20 is provided with a second interface 22 as an interface with the sound card driver 30b and the hard disk driver 30f.

【0073】インタフェース制御部60は実施形態1と
同様のもので、インタフェース提供部20にはインタフ
ェース制御部60とのインタフェースとして第1のイン
タフェース21の一部に21’が設けられている。
The interface control unit 60 is the same as that of the first embodiment. The interface providing unit 20 is provided with 21 ′ as a part of the first interface 21 as an interface with the interface control unit 60.

【0074】本実施形態4では、信号処理フィルタ部5
0bは本プラットフォーム上には設けられておらず、イ
ンターネットを介して接続している他のパーソナルコン
ピュータ80上にある。本実施形態4では、インタフェ
ース提供部20の第3のインタフェース23aは、ネッ
トワークリソース制御部70との間のインタフェースと
なっている。ネットワークリソース制御部70は本プラ
ットフォームからアクセス可能なネットワーク上のリソ
ースを管理し、当該リソースへのアクセスを制御する部
分である。音楽再生アプリケーション10bから渡され
た指示内容に基づいて、登録されている信号処理フィル
タリソースのうち、必要となる信号処理を実行しうるネ
ットワーク上の信号処理フィルタリソースを選択し、モ
デムドライバ30c、モデム40cを介してインターネ
ットを介して接続しているパーソナルコンピュータ80
との間のデータ通信を制御する。
In the fourth embodiment, the signal processing filter unit 5
0b is not provided on this platform, but is on another personal computer 80 connected via the Internet. In the fourth embodiment, the third interface 23a of the interface providing unit 20 is an interface with the network resource control unit 70. The network resource control unit 70 is a part that manages resources on the network that can be accessed from the platform and controls access to the resources. Based on the instruction content passed from the music reproduction application 10b, a signal processing filter resource on a network that can execute necessary signal processing is selected from registered signal processing filter resources, and a modem driver 30c and a modem Personal computer 80 connected via the Internet via the Internet 40c
Controls data communication between and.

【0075】実施形態4のネットワーク上の信号処理フ
ィルタ部50bの一例としては実施形態3と同様、FI
Rフィルタを挙げることができる。ここでも複数のFI
Rフィルタが想定でき、音楽再生アプリケーション10
bにおいて選択された音楽の再生環境に応じた音響特性
を付加するFIRフィルタを切り替えて選択する。
As an example of the signal processing filter unit 50b on the network according to the fourth embodiment, the FI
An R filter can be used. Again multiple FIs
R filter can be assumed, music playback application 10
b) Switching and selecting an FIR filter for adding an acoustic characteristic according to the reproduction environment of the music selected in b.

【0076】以上のように構成された実施形態4の信号
処理フィルタシステムの音楽データの再生の処理の流れ
を説明する。
The flow of music data reproduction processing of the signal processing filter system according to Embodiment 4 configured as described above will be described.

【0077】まず、音楽再生アプリケーション10bが
起動され、必要な周辺機器に対するハードウェアドライ
バの使用を始める。ここでは、スピーカ40dに対する
サウンドカードドライバ30b、ハードディスク40f
に対するハードディスクドライバ30fが用いられる。
インタフェース制御部60を介してインタフェース提供
部20の設定内容が更新される。
First, the music playback application 10b is activated, and starts using the hardware driver for the necessary peripheral device. Here, the sound card driver 30b for the speaker 40d, the hard disk 40f
Hard disk driver 30f is used.
The setting contents of the interface providing unit 20 are updated via the interface control unit 60.

【0078】次に、利用者は、設定したい音響特性を選
択する。ここでは、インタフェース制御部60を介し
て、例えば、コンサートホールの再生環境を選択する。
インタフェース制御部60は指定された内容をもって第
1のインタフェースの一部として定義されているインタ
フェース21’を介してインタフェース提供部20の設
定内容を変更する。また、第3のインタフェース23a
を介してネットワークリソース制御部70に選択された
音響特性を与えるFIRフィルタの種類の指定を与え
る。
Next, the user selects an acoustic characteristic to be set. Here, for example, a reproduction environment of a concert hall is selected via the interface control unit 60.
The interface control unit 60 changes the setting contents of the interface providing unit 20 via the interface 21 ′ defined as a part of the first interface with the specified contents. Also, the third interface 23a
, The designation of the type of FIR filter that gives the selected acoustic characteristic to the network resource control unit 70.

【0079】音楽再生アプリケーション10bは、ハー
ドディスク40fからMPEGAudio形式の圧縮音
楽データを取り込む。当該指示内容は第1のインタフェ
ース21を介して与えられ、インタフェース提供部20
の制御により第2のインタフェース22を介してハード
ディスクドライバ30fに渡され、ハードディスク40
fからMPEGAudio形式の圧縮音楽データを取り
出す。指定されたMPEGAudio圧縮形式の音楽デ
ータはハードディスクドライバ30f、第2のインタフ
ェース22を介してインタフェース提供部20に渡さ
れ、インタフェース提供部20の制御により音楽再生ア
プリケーション10bに渡される。
The music reproduction application 10b takes in compressed audio data in MPEG Audio format from the hard disk 40f. The instruction content is provided via the first interface 21 and the interface providing unit 20
Is passed to the hard disk driver 30f via the second interface 22 under the control of
Extract compressed audio data in MPEG Audio format from f. The designated music data in the MPEG Audio compression format is transferred to the interface providing unit 20 via the hard disk driver 30f and the second interface 22, and is transferred to the music reproduction application 10b under the control of the interface providing unit 20.

【0080】音楽再生アプリケーション10bは、MP
EGAudio圧縮形式の音楽データを伸張の後、再生
にあたり、指定された音響特性を付加するためにネット
ワーク上の信号処理フィルタ部50bを利用する(例え
ば、FIRフィルタ1)。伸張した音楽データストリー
ムは付加する音響特性の内容(または信号処理フィルタ
の内容)を示す情報とともに、第1のインタフェース2
1からインタフェース提供部20に渡され、インタフェ
ース提供部20の制御により第3のインタフェース23
aを介してネットワークリソース制御部70に渡され
る。ネットワークリソース制御部70は付加する音響特
性の内容(または信号処理フィルタの内容)を示す情報
を基に、当該処理を実行できるネットワーク上のリソー
スを検索し、当該リソースを保持するネットワーク上の
パーソナルコンピュータ(サイト)80のアドレスを指
定して、モデムドライバ30c、モデム40cを介して
データストリームをネットワーク上に流す。
The music reproduction application 10b is an MP
After decompressing the music data in the EGA Audio compression format, the signal processing filter unit 50b on the network is used to add the designated acoustic characteristics upon reproduction (for example, the FIR filter 1). The expanded music data stream includes information indicating the content of the acoustic characteristic to be added (or the content of the signal processing filter) and the first interface 2.
1 to the interface providing unit 20, and the third interface 23 is controlled by the interface providing unit 20.
The data is passed to the network resource control unit 70 via a. The network resource control unit 70 searches for a resource on the network that can execute the processing based on information indicating the content of the acoustic characteristic to be added (or the content of the signal processing filter), and a personal computer on the network that holds the resource. By designating the address of the (site) 80, the data stream is sent to the network via the modem driver 30c and the modem 40c.

【0081】ネットワーク上のパーソナルコンピュータ
(サイト)80は、受け取ったデータ内容を基に、デー
タストリームを指定された信号処理フィルタ50b(F
IRフィルタ1)に通して音響特性付加処理をし、本プ
ラットフォームに対して返信する。
The personal computer (site) 80 on the network converts the data stream into a designated signal processing filter 50b (F) based on the received data content.
The sound characteristic adding process is performed through the IR filter 1), and the result is returned to the platform.

【0082】音響特性の付加処理がされた音楽データ
は、モデム40cを介してモデムドライバ30cにより
受信され、さらにネットワークリソース制御部70、第
3のインタフェース23aを介してインタフェース提供
部20に渡され、インタフェース提供部20の制御によ
り第1のインタフェース21を介して音楽再生アプリケ
ーション10bに戻る。
The music data subjected to the acoustic characteristic addition processing is received by the modem driver 30c through the modem 40c, and further passed to the interface providing unit 20 through the network resource control unit 70 and the third interface 23a. The control returns to the music reproduction application 10b via the first interface 21 under the control of the interface providing unit 20.

【0083】次に、所望の音響特性が付加された音楽デ
ータストリームは第1のインタフェース21を介してイ
ンタフェース提供部20に渡され、インタフェース提供
部20の制御により第2のインタフェース22からサウ
ンドカードドライバ30b、サウンドカード40bから
スピーカ40dに渡され、スピーカ40dから音楽とし
て出力される。また、所望の音響特性が付加された後、
直接、インタフェース制御部20より、第2のインタフ
ェース22からサウンドカードドライバ30b、サウン
ドカード40bからスピーカ40dに渡され、スピーカ
40dから音楽として出力しても良い。
Next, the music data stream to which the desired acoustic characteristics have been added is passed to the interface providing unit 20 via the first interface 21, and the sound card driver is controlled by the second interface 22 under the control of the interface providing unit 20. 30b, passed from the sound card 40b to the speaker 40d, and output as music from the speaker 40d. Also, after the desired acoustic characteristics have been added,
The sound may be directly passed from the interface controller 20 to the sound card driver 30b from the second interface 22 and from the sound card 40b to the speaker 40d, and output from the speaker 40d as music.

【0084】以上、本発明の実施形態4によれば、当該
信号処理フィルタシステムが構築されているプラットフ
ォームとなるパーソナルコンピュータ上に所望の信号処
理フィルタ、信号処理用のソフトが搭載されていない場
合でも、ネットワークを介してネットワーク上の信号処
理フィルタ、信号処理用のソフトを利用して信号処理を
実行することができる。ネットワーク上において実際に
信号処理を行なうパーソナルコンピュータの処理能力、
信号処理フィルタ能力、メモリ量が十分であれば、スピ
ーカにより音楽再生を行なうプラットフォームとなるパ
ーソナルコンピュータの処理能力やメモリ量が小さくと
も、短時間で高度なデータ信号処理を施したデータの再
生ができる。
As described above, according to the fourth embodiment of the present invention, even when a desired signal processing filter and signal processing software are not mounted on a personal computer serving as a platform on which the signal processing filter system is constructed. The signal processing can be executed by using a signal processing filter and software for signal processing on the network via the network. Processing capability of a personal computer that actually performs signal processing on the network,
If the signal processing filter capacity and the memory capacity are sufficient, even if the processing capacity and the memory capacity of a personal computer serving as a platform for playing music with speakers are small, it is possible to reproduce data subjected to advanced data signal processing in a short time. .

【0085】(実施形態5)実施形態5は、信号処理フ
ィルタ部の構成に工夫を加えたものである。信号処理フ
ィルタ部の構成として、信号メディアに依存するメディ
ア依存信号処理部分と、信号メディアに依存しないメデ
ィア非依存信号処理部分を備え、メディア依存信号処理
部分を受け付け予定の信号メディアごとに用意し、共通
に利用するものである。
(Embodiment 5) Embodiment 5 is a modification of the configuration of the signal processing filter section. As a configuration of the signal processing filter unit, a media-dependent signal processing unit that depends on the signal medium and a media-independent signal processing unit that does not depend on the signal medium are provided, and a media-dependent signal processing unit is prepared for each signal medium to be received, It is used in common.

【0086】図5に本実施形態5の信号処理フィルタ部
50cの構成を示す。図5に示すように、信号処理フィ
ルタ部50cは、信号の入出力段として信号メディアご
とのメディア依存信号処理部分51が設けられている。
図5の例では、オーディオ信号入出力処理部分51aと
画像信号入出力処理部分51bの2つが設けられてい
る。また、信号処理フィルタ部50cは、フィルタ処理
などの信号処理を行なう部分として信号メディアに依存
しないメディア非依存信号処理部分52が設けられてい
る。図5の例では、FIRフィルタ部52a、IIRフ
ィルタ部52bの2つが設けられている。
FIG. 5 shows the configuration of the signal processing filter section 50c of the fifth embodiment. As shown in FIG. 5, the signal processing filter unit 50c is provided with a media-dependent signal processing unit 51 for each signal medium as a signal input / output stage.
In the example of FIG. 5, two parts, an audio signal input / output processing part 51a and an image signal input / output processing part 51b, are provided. The signal processing filter unit 50c is provided with a media-independent signal processing unit 52 that does not depend on signal media as a unit that performs signal processing such as filter processing. In the example of FIG. 5, two FIR filter units 52a and IIR filter units 52b are provided.

【0087】本実施形態5の信号処理フィルタ部50c
を用いた処理の例は以下のとおりである。オーディオ信
号に対してFIRフィルタ処理を実行する場合であれ
ば、入力されたオーディオ信号は、オーディオ信号入出
力処理部51aを介してFIRフィルタ部52aに渡さ
れる。オーディオ信号に対してIIRフィルタ処理を実
行する場合であれば、入力されたオーディオ信号は、オ
ーディオ信号入出力処理部51aを介してIIRフィル
タ部52bに渡される。このように、オーディオ信号に
対して、オーディオメディアに依存するオーディオ信号
入出力処理部51aを共通の入力段として備えることに
よりFIRフィルタ部52a、IIRフィルタ部52b
は個別にオーディオ信号入出力処理部分を入力段として
持つ必要がなくなる。画像信号に対しても同様に画像信
号入出力処理部51bを共通の入力段として備えている
のでFIRフィルタ部52a、IIRフィルタ部52b
は個別に画像信号入出力処理部分を入力段として持つ必
要がなくなる。
The signal processing filter section 50c of the fifth embodiment
The following is an example of the processing using. If the FIR filter processing is performed on the audio signal, the input audio signal is passed to the FIR filter unit 52a via the audio signal input / output processing unit 51a. When performing IIR filter processing on an audio signal, the input audio signal is passed to the IIR filter section 52b via the audio signal input / output processing section 51a. As described above, by providing the audio signal input / output processing unit 51a depending on the audio medium as a common input stage for the audio signal, the FIR filter unit 52a and the IIR filter unit 52b are provided.
Eliminates the need to individually have an audio signal input / output processing section as an input stage. Similarly, since the image signal input / output processing unit 51b is provided as a common input stage for the image signal, the FIR filter unit 52a and the IIR filter unit 52b
Eliminates the need to individually have an image signal input / output processing section as an input stage.

【0088】以上のように、本実施形態5の信号処理フ
ィルタシステムによれば、信号処理フィルタ部が、受け
付け予定の信号メディアごとに信号メディアに依存する
メディア依存信号処理部分と、信号メディアに依存しな
いメディア非依存信号処理部分とを備えることにより、
入力段としてのメディア依存信号処理部分を重複して用
意する必要がなくなり、システム構成の簡素化、システ
ムコストの低減を図ることができる。
As described above, according to the signal processing filter system of the fifth embodiment, the signal processing filter unit has a media-dependent signal processing unit that depends on the signal medium for each signal medium to be accepted, and a signal processing unit that depends on the signal medium. Media independent signal processing part,
It is not necessary to prepare duplicate media-dependent signal processing portions as input stages, so that the system configuration can be simplified and the system cost can be reduced.

【0089】[0089]

【発明の効果】本発明の信号処理フィルタシステムによ
れば、アプリケーションとハードウェアドライバとの中
間に位置し、両者から非依存に提供されるインタフェー
ス提供部と、信号処理フィルタ部を備え、前記インタフ
ェース提供部が、前記アプリケーションに対する第1の
インタフェースと、前記ハードウェアドライバに対する
第2のインタフェースと、前記信号処理フィルタ部に対
する第3のインタフェースを備えることにより、アプリ
ケーション、ハードウェア、ハードウェアドライバに依
存せず、用意した信号処理フィルタを共通に利用できる
仕組みを持つことができる。
According to the signal processing filter system of the present invention, the signal processing filter unit is provided between the application and the hardware driver and provided independently of each other, and the signal processing filter unit is provided. The providing unit has a first interface for the application, a second interface for the hardware driver, and a third interface for the signal processing filter unit, so that the providing unit depends on the application, the hardware, and the hardware driver. Instead, it is possible to have a mechanism that can use the prepared signal processing filters in common.

【0090】また、アプリケーションが、信号処理フィ
ルタ部、ハードウェアドライバに対する制御機能を持た
ない既存のアプリケーションであっても、インタフェー
ス提供部が当該既存のアプリケーションに対する第1の
インタフェースを介して信号処理フィルタ部、ハードウ
ェアドライバに対する制御機能を提供する構成とすれ
ば、当該信号処理フィルタの利用を想定していない既存
のアプリケーションに対しても当該信号処理フィルタを
利用して新しい信号メディアを処理できる環境を提供す
ることが可能となる。同様に、ハードウェアドライバ
が、信号処理フィルタ部の利用を想定していない既存の
ハードウェアドライバであっても、インタフェース提供
部が、第2のインタフェースを介して当該既存のハード
ウェアドライバを利用する構成とすれば、既存のハード
ウェア、ハードウェアドライバで取りこんだデータの信
号処理が可能となる。
Even if the application is an existing application that does not have a control function for the signal processing filter unit and the hardware driver, the interface providing unit may use the signal processing filter unit via the first interface for the existing application. The configuration that provides a control function for a hardware driver provides an environment in which a new signal medium can be processed using the signal processing filter even for an existing application that does not assume the use of the signal processing filter. It is possible to do. Similarly, even if the hardware driver is an existing hardware driver that does not assume the use of the signal processing filter unit, the interface providing unit uses the existing hardware driver via the second interface. With this configuration, signal processing of data captured by existing hardware and hardware drivers can be performed.

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

【図1】 本発明の実施形態1の信号処理フィルタシス
テムの概略構成を示す図
FIG. 1 is a diagram illustrating a schematic configuration of a signal processing filter system according to a first embodiment of the present invention.

【図2】 本発明の実施形態2の信号処理フィルタシス
テムの概略構成を示す図
FIG. 2 is a diagram illustrating a schematic configuration of a signal processing filter system according to a second embodiment of the present invention.

【図3】 本発明の実施形態3の信号処理フィルタシス
テムの概略構成を示す図
FIG. 3 is a diagram illustrating a schematic configuration of a signal processing filter system according to a third embodiment of the present invention.

【図4】 本発明の実施形態4の信号処理フィルタシス
テムの概略構成を示す図
FIG. 4 is a diagram showing a schematic configuration of a signal processing filter system according to a fourth embodiment of the present invention.

【図5】 本発明の実施形態5の信号処理フィルタ部5
0bの構成を示す図
FIG. 5 is a signal processing filter unit 5 according to a fifth embodiment of the present invention.
Diagram showing the configuration of 0b

【図6】 従来の普及しているPCのハードウェアとソ
フトウェアの構成例を示す図
FIG. 6 is a diagram illustrating a configuration example of hardware and software of a conventional PC that has been widely used.

【図7】 従来のアプリケーションに信号処理フィルタ
機能を組み込む構成(a)とライブラリであるミドルウ
ェアに信号処理フィルタ機能を組み込む構成(b)を示
す図
FIG. 7 is a diagram showing a configuration (a) in which a signal processing filter function is incorporated in a conventional application and a configuration (b) in which a signal processing filter function is incorporated in middleware which is a library.

【図8】 従来のハードウェアドライバに信号処理フィ
ルタ機能を組み込む構成(a)とハードウェアに信号処
理フィルタ機能を組み込む構成(b)を示す図
FIG. 8 shows a configuration (a) in which a signal processing filter function is incorporated in a conventional hardware driver and a configuration (b) in which a signal processing filter function is incorporated in hardware.

【符号の説明】[Explanation of symbols]

10,10a アプリケーション 10b 音楽再生アプリケーション 20 インタフェース提供部 21 第1のインタフェース 22 第2のインタフェース 23,23a 第3のインタフェース 30,30a ハードウェアドライバ 30b サウンドカードドライバ 30c モデムドライバ 30f ハードディスクドライバ 40 ハードウェア 40b サウンドカード 40c モデム 40d スピーカ 40e インターネット 40f ハードディスク 50,50a,50b,50c 信号処理フィルタ部 51 メディア依存信号処理部分 51a オーディオ信号入出力処理部分 51b 画像信号入出力処理部分 52 メディア非依存信号処理部分 52a FIRフィルタ部 52b IIRフィルタ部 60 インタフェース制御部 70 ネットワークリソース制御部 80 ネットワーク上のパーソナルコンピュータ 10, 10a application 10b music reproduction application 20 interface providing unit 21 first interface 22 second interface 23, 23a third interface 30, 30a hardware driver 30b sound card driver 30c modem driver 30f hard disk driver 40 hardware 40b sound Card 40c Modem 40d Speaker 40e Internet 40f Hard disk 50, 50a, 50b, 50c Signal processing filter section 51 Media dependent signal processing section 51a Audio signal input / output processing section 51b Image signal input / output processing section 52 Media independent signal processing section 52a FIR filter Unit 52b IIR filter unit 60 interface control unit 70 network resource control Part 80 Personal computer on network

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 信号処理フィルタ部と、 アプリケーションとハードウェアドライバとの中間に位
置し、前記アプリケーションに対する第1のインタフェ
ースと、前記ハードウェアドライバに対する第2のイン
タフェースと、前記信号処理フィルタ部に対する第3の
インタフェースを備えて前記第1〜第3のインタフェー
ス相互間のデータのやりとりを仲介・制御するインタフ
ェース提供部を備え、 前記アプリケーションは、前記インタフェース提供部の
第1のインタフェースと第3のインタフェースを介して
前記信号処理フィルタ部とデータをやりとりして前記信
号処理フィルタ部を利用したフィルタ処理を実行し、前
記インタフェース提供部の第1のインタフェースと第2
のインタフェースを介して前記ハードウェアドライバと
処理信号をやりとりできることを特徴とする信号処理フ
ィルタシステム。
A first interface for the application, a second interface for the hardware driver, a second interface for the hardware driver, and a second interface for the signal processing filter. And an interface providing unit that mediates and controls the exchange of data between the first to third interfaces. The application includes a first interface and a third interface of the interface providing unit. Exchanges data with the signal processing filter unit through the filter processing unit using the signal processing filter unit, and executes a first interface and a second interface of the interface providing unit.
A signal processing filter system capable of exchanging processing signals with the hardware driver via the interface of (1).
【請求項2】 ネットワークリソース制御部と、 アプリケーションとハードウェアドライバとの中間に位
置し、前記アプリケーションに対する第1のインタフェ
ースと、前記ハードウェアドライバに対する第2のイン
タフェースと、前記ネットワークリソース制御部に対す
る第3のインタフェースを備えて前記第1〜第3のイン
タフェース相互間のデータのやりとりを仲介・制御する
インタフェース提供部を備え、 前記ネットワークリソース制御部は、ネットワーク上の
信号処理フィルタリソースに対するアクセス手段を持
ち、 前記アプリケーションは、前記インタフェース提供部の
第1のインタフェースと第3のインタフェースを介して
前記ネットワークリソース制御部を利用して前記ネット
ワーク上の信号処理フィルタリソースとデータをやりと
りし、前記信号処理フィルタを利用したフィルタ処理を
実行し、前記インタフェース提供部の第1のインタフェ
ースと第2のインタフェースを介して前記ハードウェア
ドライバと処理信号をやりとりできることを特徴とする
信号処理フィルタシステム。
A second interface for the application, a second interface for the hardware driver, and a second interface for the network resource control unit, the network interface being located between the network resource control unit, the application and the hardware driver; An interface providing unit for mediating and controlling data exchange between the first to third interfaces, the network resource control unit having access means for a signal processing filter resource on a network. The application uses the network resource control unit via the first interface and the third interface of the interface providing unit, and controls the signal processing filter resources and data on the network. And performing filter processing using the signal processing filter, and exchanging a processing signal with the hardware driver via a first interface and a second interface of the interface providing unit. Filter system.
【請求項3】 前記アプリケーションが、前記信号処理
フィルタ部、前記ハードウェアドライバに対する制御機
能を持たないアプリケーションの場合に、前記インタフ
ェース提供部が、前記第1のインタフェースと第2のイ
ンタフェースを介した前記アプリケーションと前記ハー
ドウェアドライバとのデータのやりとりと、前記第1の
インタフェースと第3のインタフェースを介した前記ア
プリケーションと前記信号処理フィルタ部とのデータの
やりとりを仲介・制御する請求項1または2のいずれか
に記載の信号処理フィルタシステム。
3. When the application is an application that does not have a function of controlling the signal processing filter unit and the hardware driver, the interface providing unit may control the signal processing filter unit and the hardware driver via the second interface. 3. The mediation and control of data exchange between an application and the hardware driver and data exchange between the application and the signal processing filter unit via the first interface and the third interface. 4. The signal processing filter system according to any one of the above.
【請求項4】 前記ハードウェアドライバが、前記信号
処理フィルタ部に対する制御機能を持たないハードウェ
アドライバの場合に、前記インタフェース提供部が、前
記第2のインタフェースと第3のインタフェースを介し
た前記ハードウェアドライバと前記信号処理フィルタ部
とのデータのやりとりを仲介・制御する請求項1または
2のいずれかに記載の信号処理フィルタシステム。
4. In a case where the hardware driver is a hardware driver having no control function for the signal processing filter unit, the interface providing unit may control the hardware processing via the second interface and a third interface. The signal processing filter system according to claim 1, wherein the signal processing filter system mediates and controls data exchange between a wear driver and the signal processing filter unit.
【請求項5】 前記インタフェース提供部の処理内容
が、前記アプリケーションから制御可能である請求項1
または2のいずれかに記載の信号処理フィルタシステ
ム。
5. The processing content of the interface providing unit can be controlled from the application.
Or the signal processing filter system according to any one of 2.
【請求項6】 前記インタフェース提供部の処理内容
が、前記ハードウェアドライバから制御可能である請求
項1または2のいずれかに記載の信号処理フィルタシス
テム。
6. The signal processing filter system according to claim 1, wherein the processing content of the interface providing unit is controllable from the hardware driver.
【請求項7】 前記信号処理フィルタが、信号メディア
に依存するメディア依存信号処理部分と、信号メディア
に依存しないメディア非依存信号処理部分を備え、前記
メディア依存信号処理部分を受け付け予定の信号メディ
アごとに用意して利用し、前記メディア非依存信号処理
部分を受け付け予定の信号メディア全体で共通に利用す
る請求項1または2のいずれかに記載の信号処理フィル
タシステム。
7. The signal processing filter includes a media-dependent signal processing portion that depends on a signal medium and a media-independent signal processing portion that does not depend on a signal medium, and for each signal medium that is to receive the media-dependent signal processing portion. 3. The signal processing filter system according to claim 1, wherein the signal processing filter system is prepared and used, and the media-independent signal processing portion is commonly used by all signal media to be received. 4.
JP28536699A 1999-10-06 1999-10-06 Signal processing filter system Pending JP2001111384A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28536699A JP2001111384A (en) 1999-10-06 1999-10-06 Signal processing filter system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28536699A JP2001111384A (en) 1999-10-06 1999-10-06 Signal processing filter system

Publications (1)

Publication Number Publication Date
JP2001111384A true JP2001111384A (en) 2001-04-20

Family

ID=17690631

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28536699A Pending JP2001111384A (en) 1999-10-06 1999-10-06 Signal processing filter system

Country Status (1)

Country Link
JP (1) JP2001111384A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005526308A (en) * 2002-02-15 2005-09-02 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Hierarchical architecture for mobile terminals
JP2006270949A (en) * 2005-03-19 2006-10-05 Microsoft Corp Automatic audio gain control for concurrent-capture application

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005526308A (en) * 2002-02-15 2005-09-02 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Hierarchical architecture for mobile terminals
US8234628B2 (en) 2002-02-15 2012-07-31 Telefonaktiebolaget L M Ericsson (Publ) Layered architecture for mobile terminals
JP2006270949A (en) * 2005-03-19 2006-10-05 Microsoft Corp Automatic audio gain control for concurrent-capture application
US8290181B2 (en) 2005-03-19 2012-10-16 Microsoft Corporation Automatic audio gain control for concurrent capture applications

Similar Documents

Publication Publication Date Title
US11635935B2 (en) Adjusting volume levels
CN1669015B (en) Method, apparatus and system for resolving a distributed topology to stream data
KR101359263B1 (en) Programmable multimedia controller with programmable services
US5990884A (en) Control of multimedia information with interface specification stored on multimedia component
JP5322941B2 (en) Programming environment and metadata management for programmable multimedia controllers
JP4313815B2 (en) User mode proxy for kernel mode operation in computer operating systems
JP5662397B2 (en) How to press content towards a connected device
US6674864B1 (en) Adaptive speaker compensation system for a multimedia computer system
JP2008250924A (en) Information processor, information processing method and information processing program
US8935356B2 (en) Network AV system using personal computer
JPH0898300A (en) Surrounding sound system and its method
JP5269065B2 (en) Apparatus and method for using audio plug-ins in a mixing console
JP2004318864A (en) Interface for digital product
JP2001111384A (en) Signal processing filter system
KR100274046B1 (en) System for multi-function network of singing room
JP2005317115A (en) Information processor, information processing method, and program
US20040102861A1 (en) Computer system and method controlling audio signal outputs of application programs
JP3396859B2 (en) Data transfer method, data transfer system, transfer device designation device, remote control device for network device and information device in system including a plurality of devices
JP2005317114A (en) Information processor, information processing method, and program
WO2006130931A1 (en) Networked audio system
US20120327304A1 (en) Contents processing system, contents processing apparatus, and program of the apparatus
WO2017122772A1 (en) Information processing device, information processing method, and information processing program
JP2000242475A (en) Digital signal processing controller
US20150242046A1 (en) Reproducing apparatus, data processing method, and reproduction system
JP2006352578A (en) Signal processor, signal processing method, and signal processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060518

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090731

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090818

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091019

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091201