JP2011164690A - Audio processing device - Google Patents

Audio processing device Download PDF

Info

Publication number
JP2011164690A
JP2011164690A JP2010023314A JP2010023314A JP2011164690A JP 2011164690 A JP2011164690 A JP 2011164690A JP 2010023314 A JP2010023314 A JP 2010023314A JP 2010023314 A JP2010023314 A JP 2010023314A JP 2011164690 A JP2011164690 A JP 2011164690A
Authority
JP
Japan
Prior art keywords
additional information
audio data
data
audio
processing
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
JP2010023314A
Other languages
Japanese (ja)
Inventor
Shinji Nishihara
慎治 西原
Eiji Nagata
栄治 永田
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.)
Panasonic Corp
Original Assignee
Panasonic Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Corp filed Critical Panasonic Corp
Priority to JP2010023314A priority Critical patent/JP2011164690A/en
Priority to PCT/JP2011/000481 priority patent/WO2011096182A1/en
Publication of JP2011164690A publication Critical patent/JP2011164690A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L19/00Speech or audio signals analysis-synthesis techniques for redundancy reduction, e.g. in vocoders; Coding or decoding of speech or audio signals, using source filter models or psychoacoustic analysis
    • G10L19/018Audio watermarking, i.e. embedding inaudible data in the audio signal

Abstract

<P>PROBLEM TO BE SOLVED: To provide an audio processing device for reducing hardware cost or a burden of developing a control program, and minimizing the deterioration of performance in application processing requiring real time performance, and in which a signal processor keeps the track of the output status of data. <P>SOLUTION: The audio processing device 100 comprises: an additional information superimposition unit 113 which superimposes control information which is different from audio information as the additional information onto the audio data; and an additional information detection unit 150 connected to a data bus connecting a memory 120 and the audio data output circuit 140 and detecting the additional information 200 added to the audio data. The additional information detection unit 150 outputs the detected additional information 200 to an output control unit 111 of a signal processor 110 through an additional information detection state readout channel 117. The output control unit 111 controls the output of audio data on the basis of the additional information 200 detected by the additional information detection unit 150. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、オーディオデータの出力処理を行うオーディオ処理装置に係り、詳細には、オーディオやビデオなどのようなリアルタイム性が要求されるアプリケーション処理を実現するオーディオ処理装置に関する。   The present invention relates to an audio processing apparatus that performs output processing of audio data, and more particularly, to an audio processing apparatus that realizes application processing that requires real-time performance such as audio and video.

近年のアプリケーション処理の複雑化、高機能化に伴い、処理を司る信号処理プロセッサは、その性能問題が顕著になってきている。   As application processing has become more complex and sophisticated in recent years, performance problems have become more prominent in signal processors that handle processing.

プロセッサの処理性能を緩和する方法の一つとしてDMA(Direct Memory Access)によるデータの自動転送機能が挙げられる。オーディオやビデオなどのデータ転送に対してもプロセッサの処理負荷を削減する目的でDMAが用いられる。DMA転送は、CPUを介することなく、メインメモリと入出力装置の間のデータの転送を高速に実行する。   One of the methods for reducing the processing performance of the processor is an automatic data transfer function using DMA (Direct Memory Access). For data transfer such as audio and video, DMA is used for the purpose of reducing the processing load on the processor. In the DMA transfer, data transfer between the main memory and the input / output device is executed at high speed without going through the CPU.

特許文献1には、オーディオデータの録音及び再生可能な情報機器において、DMACによるデータ転送手段を有し、データ転送時にDMACの転送カウント値を読むことによって、データの転送サイズを取得し、オーディオデータ録音再生時のサンプリング周波数から、録音及び再生時の経過時間を取得するオーディオ情報機器が記載されている。   In Patent Document 1, an information device capable of recording and reproducing audio data has a data transfer means by DMAC, and reads the transfer count value of DMAC at the time of data transfer to acquire the transfer size of the data, An audio information device is described that acquires the elapsed time during recording and playback from the sampling frequency during recording and playback.

特許文献2には、外部に出力するオーディオデータを一時的に蓄積するための複数のバッファを含むリングバッファと、リングバッファ内のあるバッファからデータが出力され、そのバッファが空き状態になったことを示す割り込み信号を、外部に出力するオーディオデータのサンプリング周波数に応じて間引いた上で前記プロセッサに供給する割り込み信号生成部とを含み、プロセッサは、前記割り込み信号を受け取った場合に、前記リングバッファ内の空き状態のバッファにオーディオデータを書き込むためのデータ転送命令を発行する情報処理装置が記載されている。   In Patent Document 2, data is output from a ring buffer including a plurality of buffers for temporarily storing audio data to be output to the outside, and a buffer in the ring buffer, and the buffer is in an empty state. And an interrupt signal generation unit that supplies the processor with the interrupt signal generated by thinning out the interrupt signal according to the sampling frequency of the audio data to be output to the outside, and when the processor receives the interrupt signal, the ring buffer An information processing apparatus that issues a data transfer command for writing audio data to an empty buffer is described.

特開2005−182967号公報JP 2005-182967 A 特開2008−77174号公報JP 2008-77174 A

しかしながら、このような従来のオーディオ処理装置にあっては、以下のような課題がある。   However, such a conventional audio processing apparatus has the following problems.

(1)オーディオやビデオのようなリアルタイム性を求められるアプリケーション処理では、再生処理を行う信号処理プロセッサはデータの出力状態を把握している必要がある。ところが、DMAによるデータの自動転送機能を用いてデータの出力を行うと、信号処理プロセッサはデータの出力状態を把握するためにDMAの転送状態を常に監視していなければならず、しかも正確に把握することは困難である。   (1) In application processing that requires real-time performance such as audio and video, a signal processor that performs playback processing needs to know the output state of data. However, when data is output using the automatic data transfer function by DMA, the signal processor must always monitor the DMA transfer status in order to grasp the data output status, and accurately grasp it. It is difficult to do.

(2)また、従来技術にはデータの出力状態を監視するために専用の制御プロセッサを用いてデータ出力を制御するという方法がある。この方法によればデータの出力状態を監視することが可能になる。しかし、制御プロセッサの搭載は、ハードウェアコスト増加や制御プロセッサ上で実行されるプログラム開発負担の増加が課題となる。また、再生処理を行う信号処理プロセッサと出力管理を行う制御プロセッサ間通信に要する処理性能の低下も課題となる。   (2) Further, in the prior art, there is a method of controlling data output using a dedicated control processor in order to monitor the data output state. According to this method, it is possible to monitor the output state of data. However, the mounting of the control processor has problems such as an increase in hardware cost and an increase in the burden of developing a program executed on the control processor. Another problem is a reduction in processing performance required for communication between a signal processor that performs reproduction processing and a control processor that performs output management.

本発明は、かかる点に鑑みてなされたものであり、オーディオやビデオのようなリアルタイム性を求められるアプリケーション処理において、ハードウェアコストや制御プログラムの開発負担を削減し、処理性能の低下等の課題を最小限にし、信号処理プロセッサがデータの出力状態を把握できるオーディオ処理装置を提供することを目的とする。   The present invention has been made in view of the above points, and in application processing that requires real-time performance such as audio and video, it is possible to reduce hardware costs and control program development burden, and to reduce processing performance. It is an object of the present invention to provide an audio processing apparatus in which a signal processor can grasp the output state of data.

本発明のオーディオ処理装置は、オーディオデータの再生処理を行う再生処理部と該オーディオデータの出力制御を行う出力制御部とを有するプロセッサと、前記プロセッサが生成するオーディオデータを出力するオーディオデータ出力回路と、前記再生処理部が再生するオーディオデータを一時的に蓄えるメモリと、前記プロセッサを介さずに、前記オーディオデータ出力回路と前記メモリ間のデータ転送を行うDMAコントローラと、音情報とは異なる制御情報を付加情報として前記再生処理部のオーディオデータに重畳する付加情報重畳手段と、前記メモリと前記オーディオデータ出力回路を接続するデータバスに接続され、前記オーディオデータに付加された付加情報を検出する付加情報検出手段と、備える構成を採る。   An audio processing apparatus according to the present invention includes a processor having a reproduction processing unit that performs reproduction processing of audio data and an output control unit that performs output control of the audio data, and an audio data output circuit that outputs audio data generated by the processor And a memory for temporarily storing audio data to be reproduced by the reproduction processing unit, a DMA controller for transferring data between the audio data output circuit and the memory without going through the processor, and control different from sound information Additional information superimposing means for superimposing information as additional information on the audio data of the reproduction processing unit and a data bus connecting the memory and the audio data output circuit are connected to detect additional information added to the audio data. An additional information detecting means and a configuration provided are employed.

本発明によれば、オーディオやビデオのようなリアルタイム性を求められるアプリケーション処理において、ハードウェアコストや制御プログラムの開発負担を削減し、かつ処理性能の低下を最小限にし、信号処理プロセッサがデータの出力状態を把握可能にするオーディオ処理装置を実現することができる。   According to the present invention, in application processing that requires real-time performance such as audio and video, the hardware cost and the development burden of the control program are reduced, and the deterioration of the processing performance is minimized, so that the signal processing processor An audio processing apparatus that can grasp the output state can be realized.

本発明の実施の形態1に係るオーディオ処理装置の構成を示すブロック図The block diagram which shows the structure of the audio processing apparatus which concerns on Embodiment 1 of this invention. 上記実施の形態1に係るオーディオ処理装置の付加情報の一つのフォーマットについて説明する図The figure explaining one format of the additional information of the audio processing apparatus which concerns on the said Embodiment 1. FIG. 上記実施の形態1に係るオーディオ処理装置の付加情報の他のフォーマットについて説明する図The figure explaining the other format of the additional information of the audio processing apparatus which concerns on the said Embodiment 1. FIG. 上記実施の形態1に係るオーディオ処理装置の付加情報の重畳方法及び検出方法を説明する図The figure explaining the superimposition method and detection method of the additional information of the audio processing apparatus which concerns on the said Embodiment 1. FIG. 上記実施の形態1に係るオーディオ処理装置の付加情報の他の重畳方法及び検出方法を説明する図The figure explaining the other superimposition method and detection method of the additional information of the audio processing apparatus which concerns on the said Embodiment 1. FIG. 上記実施の形態1に係るオーディオ処理装置の付加情報の他の重畳方法及び検出方法を説明する図The figure explaining the other superimposition method and detection method of the additional information of the audio processing apparatus which concerns on the said Embodiment 1. FIG. 上記実施の形態1に係るオーディオ処理装置の付加情報の重畳方法を説明する図The figure explaining the superimposition method of the additional information of the audio processing apparatus which concerns on the said Embodiment 1. FIG. 本発明の実施の形態2に係るオーディオ処理装置の構成を示すブロック図The block diagram which shows the structure of the audio processing apparatus which concerns on Embodiment 2 of this invention. 本発明の実施の形態3に係るオーディオ処理装置の構成を示すブロック図The block diagram which shows the structure of the audio processing apparatus which concerns on Embodiment 3 of this invention. 上記実施の形態3に係るオーディオ処理装置と従来例の出力制御を比較して説明する図The figure which compares and demonstrates the audio processing apparatus which concerns on the said Embodiment 3, and the output control of a prior art example. 上記実施の形態3に係るオーディオ処理装置の他の出力制御を説明する図The figure explaining other output control of the audio processing apparatus which concerns on the said Embodiment 3. FIG.

以下、本発明の実施の形態について、図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

(実施の形態1)
図1は、本発明の実施の形態1に係るオーディオ処理装置の構成を示すブロック図である。本実施の形態は、デジタルオーディオ機器に適用した例である。
(Embodiment 1)
FIG. 1 is a block diagram showing a configuration of an audio processing apparatus according to Embodiment 1 of the present invention. This embodiment is an example applied to a digital audio device.

図1に示すように、オーディオ処理装置100は、信号処理プロセッサ110、メモリ120、DMAコントローラ130、オーディオデータ出力回路140及び付加情報検出部150を備える。なお、オーディオ処理装置100には、メモリ10から読み出した再生データ101が供給される。   As shown in FIG. 1, the audio processing apparatus 100 includes a signal processor 110, a memory 120, a DMA controller 130, an audio data output circuit 140, and an additional information detection unit 150. Note that the audio processing apparatus 100 is supplied with reproduction data 101 read from the memory 10.

信号処理プロセッサ110は、オーディオデータの出力制御を行う出力制御部111、オーディオデータの再生処理を行う再生処理部112及び付加情報重畳部113を有する。   The signal processor 110 includes an output control unit 111 that controls output of audio data, a reproduction processing unit 112 that performs reproduction processing of audio data, and an additional information superimposing unit 113.

ここで、信号処理プロセッサ110は、再生処理部112によるオーディオデータの再生処理と、出力制御部111によるオーディオデータの出力制御との協働によりオーディオデータを生成する。   Here, the signal processor 110 generates audio data by cooperation of the reproduction processing of the audio data by the reproduction processing unit 112 and the output control of the audio data by the output control unit 111.

付加情報重畳部113は、オーディオデータ102に音情報とは異なる制御情報を付加情報として重畳する。以降、この制御情報を付加情報200(図2参照。以下同様。)と呼び、付加情報200が付加されたオーディオデータ102を、付加情報付オーディオデータ103と呼ぶ。   The additional information superimposing unit 113 superimposes control information different from the sound information on the audio data 102 as additional information. Hereinafter, this control information is referred to as additional information 200 (see FIG. 2; the same applies hereinafter), and the audio data 102 to which the additional information 200 is added is referred to as audio data 103 with additional information.

メモリ120は、付加情報付オーディオデータ103を一時的に蓄える。   The memory 120 temporarily stores the audio data 103 with additional information.

DMAコントローラ130は、信号処理プロセッサ110を介さずに、オーディオデータ出力回路140とメモリ120間のデータ転送を行う。DMAコントローラ130は、信号処理プロセッサ110からの転送開始の命令を受けると、指定のメモリ領域からデータを読み出し、オーディオデータ出力回路140へデータを転送する。DMAコントローラ130に読み出されたオーディオデータ104は、オーディオデータ出力回路140に入力されるとともに付加情報検出部150に入力される。   The DMA controller 130 performs data transfer between the audio data output circuit 140 and the memory 120 without going through the signal processor 110. When receiving a transfer start command from the signal processor 110, the DMA controller 130 reads data from a specified memory area and transfers the data to the audio data output circuit 140. The audio data 104 read to the DMA controller 130 is input to the audio data output circuit 140 and also input to the additional information detection unit 150.

オーディオデータ出力回路140は、信号処理プロセッサ110が生成するオーディオデータを出力する。オーディオデータ出力回路140は、メモリ120から転送されたデータをオーディオ転送レートに乗せ換えて出力する。   The audio data output circuit 140 outputs audio data generated by the signal processor 110. The audio data output circuit 140 changes the data transferred from the memory 120 to the audio transfer rate and outputs it.

付加情報検出部150は、メモリ120とオーディオデータ出力回路140を接続するデータバスに接続され、付加情報付オーディオデータ103に重畳した付加情報200(図2参照)を検出する。付加情報検出部150は、検出した付加情報200を付加情報検出状態読出経路117を通じて信号処理プロセッサ110の出力制御部111に出力する。本実施の形態では、付加情報検出部150として、付加情報検出部150A−Cを例示する。   The additional information detection unit 150 is connected to a data bus connecting the memory 120 and the audio data output circuit 140, and detects the additional information 200 (see FIG. 2) superimposed on the audio data with additional information 103. The additional information detection unit 150 outputs the detected additional information 200 to the output control unit 111 of the signal processor 110 through the additional information detection state readout path 117. In the present embodiment, the additional information detection unit 150A-C is exemplified as the additional information detection unit 150.

本実施の形態では、出力制御部111が、付加情報検出部150により検出された付加情報200に基づいてオーディオデータの出力制御を行う。   In the present embodiment, the output control unit 111 performs audio data output control based on the additional information 200 detected by the additional information detection unit 150.

図2は、付加情報200の一つのフォーマットについて説明する図であり、既存の転送データバス幅内の余剰ビットに重畳される付加情報200Aの例である。図2(a)はデータバス幅の一例を、図2(b)は付加情報200Aを用いた出音制御を示す。   FIG. 2 is a diagram for explaining one format of the additional information 200, and is an example of the additional information 200A superimposed on the surplus bits in the existing transfer data bus width. 2A shows an example of the data bus width, and FIG. 2B shows sound output control using the additional information 200A.

付加情報重畳部113(図1)は、従来のデータバス幅を変更することなく、既存の転送データバス幅内のオーディオデータ102として使用していない余剰ビットに付加情報200Aを重畳する。   The additional information superimposing unit 113 (FIG. 1) superimposes the additional information 200A on surplus bits that are not used as the audio data 102 in the existing transfer data bus width without changing the conventional data bus width.

図2(a)に示すように、データバス幅が32ビットであり、オーディオデータ102が24ビットであるとき、付加情報200Aとしては8ビットが使用可能になる。   As shown in FIG. 2A, when the data bus width is 32 bits and the audio data 102 is 24 bits, 8 bits can be used as the additional information 200A.

オーディオデータ102の量子化ビット幅が少ない場合は、付加情報200Aに使用できるビットは増加する。また、データバス幅は、必ずしも32ビットである必要はない。   When the quantization bit width of the audio data 102 is small, the number of bits that can be used for the additional information 200A increases. Further, the data bus width is not necessarily 32 bits.

図3は、上記付加情報200の他のフォーマットについて説明する図であり、図3(a)は未使用の余剰ビットは存在しない例を、図3(b)はデータバス幅の一例を、図3(c)は付加情報200Bを用いた出音制御をそれぞれ示す。図3は、未使用の余剰ビットは存在しないものの、高精度オーディオシステムの中であっても、比較的高い精度を求められないオーディオ出力チャネルを有するシステムに適用される付加情報200Bの例である。   FIG. 3 is a diagram for explaining another format of the additional information 200. FIG. 3A shows an example in which there are no unused surplus bits, and FIG. 3B shows an example of the data bus width. 3 (c) shows sound output control using the additional information 200B. FIG. 3 is an example of additional information 200B applied to a system having an audio output channel that does not require a relatively high accuracy even in a high-precision audio system, although there are no unused surplus bits. .

図3(b)に示すように、オーディオデータ102の量子化ビットがデータバス幅と一致していた場合、未使用の余剰ビットは存在しない。   As shown in FIG. 3B, when the quantized bits of the audio data 102 match the data bus width, there are no unused surplus bits.

図3(b)に示すように、高精度オーディオシステムの中であっても、比較的高い精度を求められないオーディオ出力チャネルを有するシステムにおいて、付加情報重畳部113(図1)は、オーディオデータ102の下位ビットを余剰ビットとして扱うことで、付加情報200Bをオーディオデータ102に重畳する。   As shown in FIG. 3B, in a system having an audio output channel that does not require relatively high accuracy even in a high-precision audio system, the additional information superimposing unit 113 (FIG. 1) By treating the lower bits of 102 as surplus bits, the additional information 200B is superimposed on the audio data 102.

このときオーディオデータ出力回路140は、オーディオデータ102に重畳された付加情報が外部へ出力しないようにデータをマスクして出力する。   At this time, the audio data output circuit 140 masks and outputs the data so that the additional information superimposed on the audio data 102 is not output to the outside.

例えば、図3(a)のデータ幅の一例を示すように、データバス幅が32ビットであり、オーディオデータが32ビットであるとき、付加情報に使用できる余剰ビットは存在しない。音質に与える影響の少ない音声データ、例えばサブウーファーチャネルの音声データの下位4ビットなどを余剰ビットとして扱うことで、この4ビットに付加情報を重畳することができる。   For example, as shown in an example of the data width in FIG. 3A, when the data bus width is 32 bits and the audio data is 32 bits, there are no surplus bits that can be used for the additional information. By treating the audio data having little influence on the sound quality, for example, the lower 4 bits of the audio data of the subwoofer channel as extra bits, it is possible to superimpose additional information on these 4 bits.

以下、上述のように構成されたオーディオ処理装置の動作について説明する。   The operation of the audio processing device configured as described above will be described below.

図4は、付加情報200の重畳方法及び検出方法を説明する図である。   FIG. 4 is a diagram for explaining a method for superimposing and detecting the additional information 200.

付加情報重畳部113は、付加情報200A又は200Bをオーディオデータ102に付加する。付加情報重畳部113Aにより付加情報を重畳された付加情報付オーディオデータ103(図1)は、メモリ120に出力される。   The additional information superimposing unit 113 adds the additional information 200A or 200B to the audio data 102. The audio data with additional information 103 (FIG. 1) on which the additional information is superimposed by the additional information superimposing unit 113A is output to the memory 120.

付加情報検出部150Aは、メモリ120から読み出した重畳された付加情報200A又は200Bを格納するレジスタ155を有する。   The additional information detection unit 150A includes a register 155 that stores the superimposed additional information 200A or 200B read from the memory 120.

レジスタ155は、検出した付加情報を保持する機能を持つ。出力制御部111は付加情報検出状態読出経路117(図1)を通して付加情報の検出結果を取得する。   The register 155 has a function of holding the detected additional information. The output control unit 111 acquires the detection result of the additional information through the additional information detection state reading path 117 (FIG. 1).

図5は、付加情報200の他の重畳方法及び検出方法を説明する図である。ここでは、高精度のオーディオ品質を求められ、余剰ビットを使用できない場合の付加情報の重畳および検出方法を説明する。   FIG. 5 is a diagram for explaining another superposition method and detection method of the additional information 200. Here, a method of superimposing and detecting additional information when high-accuracy audio quality is required and surplus bits cannot be used will be described.

図5に示すように、付加情報重畳部113Bは、再生処理部112から入力されるオーディオデータを格納するレジスタ114と、レジスタ114の各ビットに対して演算処理を行う演算処理部115とを有する。   As illustrated in FIG. 5, the additional information superimposing unit 113B includes a register 114 that stores audio data input from the reproduction processing unit 112, and an arithmetic processing unit 115 that performs arithmetic processing on each bit of the register 114. .

付加情報重畳部113Bは、1サンプル以上のオーディオデータ102(図1)を用いて演算処理を行う。付加情報重畳部113Bは、付加情報を重畳していないオーディオデータ102をメモリ120に出力する。また、付加情報重畳部113Bは、演算処理部115により演算処理された結果を付加情報検出部150Bに出力する。   The additional information superimposing unit 113B performs arithmetic processing using the audio data 102 (FIG. 1) of one sample or more. The additional information superimposing unit 113B outputs the audio data 102 on which the additional information is not superimposed to the memory 120. The additional information superimposing unit 113B outputs the result of the arithmetic processing performed by the arithmetic processing unit 115 to the additional information detecting unit 150B.

付加情報検出部150Bは、メモリ120から読み出したオーディオデータ102を格納するレジスタ151と、レジスタ151の各ビットに対して、付加情報重畳部113Bの演算処理部115と同じ演算処理を行う演算処理部152と、演算処理部152の演算結果と付加情報重畳部113Bから通知された演算結果とを比較する比較器153とを有する。   The additional information detection unit 150B includes a register 151 that stores the audio data 102 read from the memory 120, and an arithmetic processing unit that performs the same arithmetic processing as the arithmetic processing unit 115 of the additional information superimposing unit 113B on each bit of the register 151. 152 and a comparator 153 that compares the calculation result of the calculation processing unit 152 and the calculation result notified from the additional information superimposing unit 113B.

付加情報検出部150Bは、演算処理部152の演算結果と付加情報重畳部113Bから通知された演算結果とを比較し、この演算結果が同じ結果となったとき、付加情報重畳部113Bによりオーディオデータに付加情報が重畳されていると判断して付加情報を検出する。   The additional information detection unit 150B compares the calculation result of the calculation processing unit 152 with the calculation result notified from the additional information superimposing unit 113B, and when the calculation result is the same result, the additional information superimposing unit 113B performs audio data The additional information is detected by determining that the additional information is superimposed on the.

このように、信号処理プロセッサ110が1サンプル以上のオーディオデータを用いて演算処理を行い、演算結果を付加情報検出部150Bへ通知し、付加情報検出部150Bは入力されたオーディオデータを用いて演算処理を行った結果が上記演算結果と同じであったことを付加情報として検出する。   As described above, the signal processor 110 performs arithmetic processing using audio data of one sample or more, notifies the additional information detection unit 150B of the calculation result, and the additional information detection unit 150B performs calculation using the input audio data. It is detected as additional information that the result of the processing is the same as the calculation result.

図6は、付加情報200の他の重畳方法及び検出方法を説明する図である。ここでは、高精度のオーディオ品質を求められ、余剰ビットを使用できない場合のもう一つの付加情報の重畳および検出方法を説明する。   FIG. 6 is a diagram for explaining another superimposition method and detection method of the additional information 200. Here, another method of superimposing and detecting additional information when high-accuracy audio quality is required and surplus bits cannot be used will be described.

図6に示すように、付加情報重畳部113Cは、再生処理部112から入力されるオーディオデータを格納するレジスタ114と、レジスタ114の各ビットに対してオーディオデータを加工するデータ加工部116とを有する。付加情報重畳部113Cは、1サンプル以上のオーディオデータ102を用いてデータ加工を行い、メモリ120に出力する。上記オーディオデータの加工方法には、例えばオーディオデータの上位ビットを反転させ不連続なデータを埋め込むことが挙げられる。図6では、データ加工部116による不連続点の埋め込みのデータ加工を示している。   As shown in FIG. 6, the additional information superimposing unit 113C includes a register 114 that stores audio data input from the reproduction processing unit 112, and a data processing unit 116 that processes audio data for each bit of the register 114. Have. The additional information superimposing unit 113C performs data processing using the audio data 102 of one sample or more and outputs the processed data to the memory 120. Examples of the audio data processing method include embedding discontinuous data by inverting upper bits of audio data. FIG. 6 shows data processing for embedding discontinuities by the data processing unit 116.

付加情報検出部150Cは、メモリ120から読み出した加工されたオーディオデータを格納するレジスタ151と、レジスタ151の各ビットに対して、データを逆加工するデータ逆加工部154とを有する。上記データ逆加工は、データ加工部116によるデータ加工と逆のデータ加工であり、ここでは不連続点の訂正である。   The additional information detection unit 150 </ b> C includes a register 151 that stores processed audio data read from the memory 120, and a data reverse processing unit 154 that reverses data for each bit of the register 151. The data reverse processing is data processing reverse to the data processing by the data processing unit 116, and here is correction of discontinuous points.

オーディオデータ出力回路140は、加工されたオーディオデータ104(図1)を出力せずに付加情報検出部150Cによってデータを逆加工したオーディオデータ105を出力する。このとき、付加情報重畳部113Cが加工するオーディオデータは、連続するオーディオデータの一部である。付加情報検出部150Cは、この加工が施された箇所を付加情報が重畳されたと判断し、付加情報を検出する。   The audio data output circuit 140 does not output the processed audio data 104 (FIG. 1), but outputs the audio data 105 obtained by inversely processing the data by the additional information detection unit 150C. At this time, the audio data processed by the additional information superimposing unit 113C is a part of continuous audio data. The additional information detection unit 150 </ b> C determines that the additional information has been superimposed on the portion where this processing has been performed, and detects the additional information.

このように、信号処理プロセッサ110が1サンプル以上のオーディオデータを可逆変換可能な不連続データとして加工し、付加情報検出部150Cは、検出した不連続情報を付加情報として検出するとともに、不連続データを元のオーディオデータに再変換して出力する。この方法では余剰ビットを用いていないため、高精度のオーディオ品質を保つことができる。   As described above, the signal processor 110 processes the audio data of one sample or more as discontinuous data that can be reversibly converted, and the additional information detection unit 150C detects the detected discontinuous information as additional information and the discontinuous data. Is converted back to the original audio data and output. Since this method does not use surplus bits, highly accurate audio quality can be maintained.

図7は、付加情報の重畳方法を説明する図である。付加情報の検出については、図6と同じである。   FIG. 7 is a diagram illustrating a method for superimposing additional information. The detection of additional information is the same as in FIG.

付加情報重畳部113Cは、図6の不連続点の埋め込みによるデータ加工を行う。また、付加情報検出部150Cは、上記データ加工の逆加工である不連続点の補正を行い、かつ不連続データを元のオーディオデータに再変換して出力する。   The additional information superimposing unit 113C performs data processing by embedding discontinuous points in FIG. Further, the additional information detection unit 150C corrects the discontinuous points, which is the reverse processing of the data processing, and reconverts the discontinuous data into the original audio data and outputs it.

図7に示すように、付加情報重畳部113Cに入力されるオーディオデータ104は、オーディオデータ0,不連続点を埋め込み加工したオーディオデータ1(加工),付加情報,オーディオデータ2,…,オーディオデータN(Nは任意の自然数)を有する。すなわち、オーディオデータ104は、オーディオデータ0,…,オーディオデータNに対して、オーディオデータ1がデータ加工され、その直後のデータに付加情報が重畳されている。   As shown in FIG. 7, the audio data 104 input to the additional information superimposing unit 113C includes audio data 0, audio data 1 (processed) in which discontinuities are embedded, additional information, audio data 2,. N (N is an arbitrary natural number). That is, in the audio data 104, the audio data 1 is processed with respect to the audio data 0,..., The audio data N, and additional information is superimposed on the data immediately after that.

また、付加情報重畳部113Cから出力されるオーディオデータ105は、オーディオデータ0,不連続点を補正したオーディオデータ1(逆加工),オーディオデータ2,…,オーディオデータN(Nは任意の自然数)を有する。すなわち、オーディオデータ105は、オーディオデータ1が逆加工され、その直後のデータの付加情報が抜き出される。これにより、オーディオデータ105は、元のオーディオデータのような連続したデータとなる。   The audio data 105 output from the additional information superimposing unit 113C includes audio data 0, audio data 1 (reverse processing) with corrected discontinuities, audio data 2,..., Audio data N (N is an arbitrary natural number). Have That is, the audio data 105 is obtained by performing reverse processing on the audio data 1 and extracting the additional information of the data immediately after that. As a result, the audio data 105 becomes continuous data such as the original audio data.

このように、図7の付加情報の重畳方法では、付加情報を加工データの直後に重畳している。付加情報検出部150Cは、オーディオデータから付加情報を削除し、オーディオデータと逆加工したオーディオデータとで構成されたオーディオデータ105を出力する。   As described above, in the additional information superimposing method of FIG. 7, the additional information is superimposed immediately after the processed data. The additional information detection unit 150C deletes the additional information from the audio data, and outputs the audio data 105 composed of the audio data and the reversely processed audio data.

以上詳細に説明したように、本実施の形態のオーディオ処理装置100は、音情報とは異なる制御情報を付加情報としてオーディオデータに重畳する付加情報重畳部113と、メモリ120とオーディオデータ出力回路140を接続するデータバスに接続され、オーディオデータに付加された付加情報200を検出する付加情報検出部150とを備える。付加情報検出部150は、検出した付加情報200を付加情報検出状態読出経路117を通じて信号処理プロセッサ110の出力制御部111に出力する。出力制御部111は、付加情報検出部150により検出された付加情報200に基づいてオーディオデータの出力制御を行う。   As described above in detail, the audio processing apparatus 100 according to the present embodiment includes the additional information superimposing unit 113 that superimposes control information different from the sound information on the audio data as additional information, the memory 120, and the audio data output circuit 140. And an additional information detection unit 150 that detects additional information 200 added to the audio data. The additional information detection unit 150 outputs the detected additional information 200 to the output control unit 111 of the signal processor 110 through the additional information detection state readout path 117. The output control unit 111 performs audio data output control based on the additional information 200 detected by the additional information detection unit 150.

上述したように、オーディオやビデオのようなリアルタイム性を求められるアプリケーション処理では、再生処理を行う信号処理プロセッサはデータの出力状態を把握している必要がある。   As described above, in an application process that requires real-time performance such as audio or video, the signal processor that performs the reproduction process needs to grasp the data output state.

本実施の形態によれば、信号処理プロセッサ110は、DMAの転送状態を常に監視することなく、またデータの出力状態を監視するために専用の制御プロセッサを用いることなく、オーディオデータ出力状態を正確に把握することができる。また、再生処理を行う信号処理プロセッサと出力管理を行う制御プロセッサ間通信に要する処理性能の低下も回避することができる。   According to the present embodiment, the signal processor 110 accurately determines the audio data output state without constantly monitoring the DMA transfer state and without using a dedicated control processor to monitor the data output state. Can grasp. Further, it is possible to avoid a decrease in processing performance required for communication between a signal processor that performs reproduction processing and a control processor that performs output management.

これにより、オーディオやビデオのようなリアルタイム性を求められるアプリケーション処理において、ハードウェアコストや制御プログラムの開発負担を削減し、処理性能の低下等の課題を最小限にしつつ、信号処理プロセッサがデータの出力状態を把握することができる。   As a result, in application processing that requires real-time performance, such as audio and video, the signal processor can reduce the hardware cost and control program development burden while minimizing issues such as degradation in processing performance. The output state can be grasped.

(実施の形態2)
図8は、本発明の実施の形態2に係るオーディオ処理装置の構成を示すブロック図である。図1と同一構成部分には同一符号を付して重複箇所の説明を省略する。
(Embodiment 2)
FIG. 8 is a block diagram showing the configuration of the audio processing apparatus according to Embodiment 2 of the present invention. The same components as those in FIG. 1 are denoted by the same reference numerals, and description of overlapping portions is omitted.

図8に示すように、オーディオ処理装置300は、図1のオーディオ処理装置100と同一回路部を備える。但し、付加情報検出部150は、検出した付加情報を割り込み通知118により信号処理プロセッサ110の再生処理部112に出力する。付加情報重畳部113は、再生処理部112が生成したオーディオデータ102に付加情報を重畳する。   As shown in FIG. 8, the audio processing device 300 includes the same circuit unit as the audio processing device 100 of FIG. However, the additional information detection unit 150 outputs the detected additional information to the reproduction processing unit 112 of the signal processor 110 by an interrupt notification 118. The additional information superimposing unit 113 superimposes additional information on the audio data 102 generated by the reproduction processing unit 112.

付加情報付オーディオデータ103は、メモリ120に格納され、DMAコントローラ130に読み出される。DMAコントローラ130に読み出されたオーディオデータ104は、オーディオデータ出力回路140に入力されるとともに付加情報検出部150に入力される。   The audio data with additional information 103 is stored in the memory 120 and read out to the DMA controller 130. The audio data 104 read to the DMA controller 130 is input to the audio data output circuit 140 and also input to the additional information detection unit 150.

付加情報検出部150は、オーディオデータ104に重畳された付加情報を検出し、オーディオデータ104がオーディオデータ出力回路140に到達したことを割り込み通知118によって信号処理プロセッサ110へ通知する。   The additional information detector 150 detects additional information superimposed on the audio data 104 and notifies the signal processor 110 that the audio data 104 has reached the audio data output circuit 140 by an interrupt notification 118.

割り込み通知118を受けた信号処理プロセッサ110は、フェードイン、フェードアウトの処理や曲間のサンプリングレート切り替え処理を行う。   Upon receiving the interrupt notification 118, the signal processor 110 performs fade-in / fade-out processing and sampling rate switching processing between songs.

本実施の形態の付加情報の検出方法は、図2乃至図7の付加情報200の重畳方法及び検出方法と同じである。   The method for detecting additional information according to the present embodiment is the same as the method for superimposing and detecting additional information 200 shown in FIGS.

このように、本実施の形態のオーディオ処理装置300は、付加情報検出部150が、割り込みにより信号処理プロセッサ110の再生処理部112に付加情報検出を通知することで、実施の形態1と同様に、信号処理プロセッサ110は、DMAコントローラ130の転送状態を常に監視することなく、またデータの出力状態を監視するために専用の制御プロセッサを用いることなく、オーディオデータ出力状態を正確に把握することができる。また、再生処理を行う信号処理プロセッサと出力管理を行う制御プロセッサ間通信に要する処理性能の低下も回避することができる。   As described above, in the audio processing device 300 according to the present embodiment, the additional information detection unit 150 notifies the reproduction processing unit 112 of the signal processor 110 of the additional information detection by interruption, as in the first embodiment. The signal processor 110 can accurately grasp the audio data output state without constantly monitoring the transfer state of the DMA controller 130 and without using a dedicated control processor for monitoring the data output state. it can. Further, it is possible to avoid a decrease in processing performance required for communication between a signal processor that performs reproduction processing and a control processor that performs output management.

ところで、前記実施の形態1では、検出された付加情報を出力制御部111が用い、実施の形態2では再生処理部112が用いている。実施の形態1と実施の形態2との差異について説明する。   By the way, in the first embodiment, the detected additional information is used by the output control unit 111, and in the second embodiment, the reproduction processing unit 112 is used. Differences between the first embodiment and the second embodiment will be described.

実施の形態1と実施の形態2は、いずれもの場合も検出した情報に応じて信号処理プロセッサ110が処理を行う。実施の形態1では、フィードバックされた情報を定期的に読み出す必要があり、またフィードバックされた情報が緊急性を要するものの場合、対処が難しくなる。但し、ハードウェア資源が少なくて済む利点がある。実施形態2では、フィードバック情報がリアルタイムに割込み通知されるため、応答性は高くなる。但し、割込み処理は、プロセッサ処理性能に対して負荷がかかることになる。また、ハードウェア資源が増加する。   In each of the first and second embodiments, the signal processor 110 performs processing according to the detected information. In the first embodiment, it is necessary to periodically read back the fed back information, and when the fed back information requires urgency, it becomes difficult to deal with it. However, there is an advantage that hardware resources can be reduced. In the second embodiment, the feedback information is notified of interruption in real time, so that the responsiveness is high. However, the interrupt processing places a load on the processor processing performance. In addition, hardware resources increase.

(実施の形態3)
図9は、本発明の実施の形態3に係るオーディオ処理装置の構成を示すブロック図である。図1と同一構成部分には同一符号を付して重複箇所の説明を省略する。
(Embodiment 3)
FIG. 9 is a block diagram showing a configuration of an audio processing apparatus according to Embodiment 3 of the present invention. The same components as those in FIG. 1 are denoted by the same reference numerals, and description of overlapping portions is omitted.

図9に示すように、オーディオ処理装置400は、図1のオーディオ処理装置100と同一回路部を備える。   As shown in FIG. 9, the audio processing device 400 includes the same circuit unit as the audio processing device 100 of FIG.

付加情報を重畳されたオーディオデータ103は、メモリ120に格納され、DMAコントローラ130に読み出される。DMAコントローラ130に読み出されたオーディオデータ104は、オーディオデータ出力回路140に入力されるとともに付加情報検出部150に入力される。   The audio data 103 on which the additional information is superimposed is stored in the memory 120 and read out to the DMA controller 130. The audio data 104 read to the DMA controller 130 is input to the audio data output circuit 140 and also input to the additional information detection unit 150.

付加情報検出部150は、オーディオデータ104に重畳された付加情報を検出し、付加情報検出制御信号119を起動する。付加情報検出制御信号119は、オーディオデータ出力回路140に出力される。   The additional information detection unit 150 detects additional information superimposed on the audio data 104 and activates the additional information detection control signal 119. The additional information detection control signal 119 is output to the audio data output circuit 140.

オーディオデータ出力回路140は、付加情報検出部150からの付加情報検出制御信号119を受けて、出力データの切り替えやヘッダ情報やフッター情報の更新を行う。   The audio data output circuit 140 receives the additional information detection control signal 119 from the additional information detection unit 150 and switches output data and updates header information and footer information.

以下、上述のように構成されたオーディオ処理装置の動作について説明する。   The operation of the audio processing device configured as described above will be described below.

図10は、本実施の形態のオーディオ処理装置400と従来例の出力制御を比較して説明する図である。   FIG. 10 is a diagram for explaining and comparing the output control of the audio processing apparatus 400 of the present embodiment and the conventional example.

図10(a)に示すように、従来の出力制御では、一定のヘッダ付加間隔Tにあわせて無効データを含めたオーディオデータパケットを入力する必要があった。例えば、図10(a)a.−c.に示すように、付加間隔Tにあわせて無効データに対応する出力データパケットを挿入する必要がある。このため、従来例では、信号処理プロセッサ(不図示)は、有効データ以外のデータを格納するメモリ領域の確保と無効データ区間がどのくらい存在するかを計算した上で無効データを重畳するような制御が必要であった。   As shown in FIG. 10A, in the conventional output control, it is necessary to input an audio data packet including invalid data in accordance with a certain header addition interval T. For example, FIG. -C. As shown, it is necessary to insert an output data packet corresponding to invalid data in accordance with the additional interval T. For this reason, in the conventional example, the signal processor (not shown) performs a control to superimpose invalid data after securing a memory area for storing data other than valid data and calculating how many invalid data sections exist. Was necessary.

これに対して、本実施の形態では、付加情報検出部150は、オーディオデータ104に重畳された付加情報200を検出し、オーディオデータ出力回路140は、付加情報検出部150からの付加情報検出制御信号119を受けて、出力データの切り替えやヘッダ情報やフッター情報の更新を行う。   On the other hand, in the present embodiment, the additional information detection unit 150 detects the additional information 200 superimposed on the audio data 104, and the audio data output circuit 140 controls the additional information detection from the additional information detection unit 150. In response to the signal 119, output data is switched and header information and footer information are updated.

図10(b)に示すように、付加情報付オーディオデータ103に重畳された付加情報200は、付加情報検出部150により検出される。検出された付加情報200は、付加情報検出制御信号119としてオーディオデータ出力回路140に通知され、ヘッダ情報とともにオーディオデータの出力が開始される。図10(b)の場合、付加情報付オーディオデータ103のオーディオデータ1,オーディオデータ5,オーディオデータ9に付加情報200が重畳されている。付加情報検出部150は、このオーディオデータ1,オーディオデータ5,オーディオデータ9に重畳された付加情報200を検出し、オーディオデータ出力回路140は、この付加情報200を基に、出力データの切り替えやヘッダ情報やフッター情報の更新を行う。   As shown in FIG. 10B, the additional information 200 superimposed on the audio data with additional information 103 is detected by the additional information detection unit 150. The detected additional information 200 is notified to the audio data output circuit 140 as an additional information detection control signal 119, and output of audio data is started together with the header information. In the case of FIG. 10B, the additional information 200 is superimposed on the audio data 1, audio data 5, and audio data 9 of the audio data 103 with additional information. The additional information detection unit 150 detects the additional information 200 superimposed on the audio data 1, audio data 5, and audio data 9, and the audio data output circuit 140 performs switching of output data based on the additional information 200. Update header information and footer information.

したがって、図10(b)に示すように、オーディオデータ出力回路140が計測する一定のヘッダ付加間隔Tまでデータの出力が待たされ、ヘッダ情報とともにオーディオデータを出力することができる。   Therefore, as shown in FIG. 10B, the output of data is waited until a certain header addition interval T measured by the audio data output circuit 140, and the audio data can be output together with the header information.

このように、本実施の形態では、入力データは有効データのみでよく、一定期間ごとにデータの先頭にヘッダ情報を付加するだけでオーディオの出力レートに則って転送することが可能となる。   As described above, in this embodiment, the input data may be only valid data, and can be transferred in accordance with the audio output rate only by adding header information to the head of the data at regular intervals.

図11は、本実施の形態のオーディオ処理装置400の他の出力制御を説明する図である。図11では、ヘッダを出力するタイミング、すなわち一定間隔Tの先頭で付加情報検出がされなかった場合の動作を示している。   FIG. 11 is a diagram illustrating another output control of the audio processing device 400 according to the present embodiment. FIG. 11 shows the operation when the additional information is not detected at the header output timing, that is, at the beginning of the fixed interval T.

図11に示すように、オーディオデータ出力回路140は、付加情報検出制御信号119が入力されないときは、予め指定された補助データを出力する。付加情報検出部150により付加情報が検出されると、オーディオデータ出力回路140が計測する一定間隔Tまでデータの出力が待たされ、ヘッダ情報とともにオーディオデータを出力する。   As shown in FIG. 11, the audio data output circuit 140 outputs auxiliary data designated in advance when the additional information detection control signal 119 is not inputted. When the additional information is detected by the additional information detection unit 150, the output of data is waited until a predetermined interval T measured by the audio data output circuit 140, and the audio data is output together with the header information.

本実施の形態の付加情報の検出方法は、図2乃至図7の付加情報200の重畳方法及び検出方法と同じである。   The method for detecting additional information according to the present embodiment is the same as the method for superimposing and detecting additional information 200 shown in FIGS.

本実施の形態では、全てハードウェアで行うためプロセッサ処理性能に対して負荷がかからない利点がある。また、フィードバック情報を検出後、即動作するため、応答性を考慮する必要もない。但し、ハードウェアで実装する以上処理内容に幅をもたせることができない(すなわち、決まりきった処理しかできない)ことやハードウェア資源の増加を招くことが考えられる。   In the present embodiment, since all the processing is performed by hardware, there is an advantage that no load is imposed on the processor processing performance. Further, since it operates immediately after detecting feedback information, it is not necessary to consider responsiveness. However, it is conceivable that the processing contents cannot be widened as long as they are implemented by hardware (that is, only routine processing can be performed) and hardware resources are increased.

上記各実施の形態は、以下の場合において使い分けることが好ましい。   The above embodiments are preferably used properly in the following cases.

実施の形態1:処理自体に、比較的時間的許容があるような場合
実施の形態2:リアルタイムに応答し、処理内容が複数ある場合
実施の形態3:インタフェースプロトコルの規格に沿った処理をする場合
Embodiment 1: When the processing itself has relatively time tolerance Embodiment 2: When responding in real time and there are a plurality of processing contents Embodiment 3: Processing according to the standard of the interface protocol Case

以上の説明は本発明の好適な実施の形態の例証であり、本発明の範囲はこれに限定されることはない。   The above description is an illustration of a preferred embodiment of the present invention, and the scope of the present invention is not limited to this.

また、上記各実施の形態では、オーディオ処理装置という名称を用いたが、これは説明の便宜上であり、オーディオ信号再生装置、オーディオシステム等の名称を用いてもよいことは勿論である。   In the above embodiments, the name of the audio processing apparatus is used. However, this is for convenience of explanation, and it is needless to say that the names of the audio signal reproducing apparatus and the audio system may be used.

また、上記実施の形態では、信号処理プロセッサを例に採り説明したが、オーディオの再生処理を行うプロセッサであればどのようなプロセッサ、例えばCPU、DSPなどでもよい。   In the above-described embodiment, the signal processor is described as an example. However, any processor, such as a CPU or a DSP, may be used as long as it performs audio reproduction processing.

また、上記オーディオ処理装置を構成する各回路部の種類、数及び接続方法などは前述した実施の形態に限られない。   Further, the type, number, connection method, and the like of each circuit unit constituting the audio processing apparatus are not limited to the above-described embodiments.

本発明に係るオーディオ処理装置は、携帯型情報機器、デジタルテレビ、光ディスクレコーダ、デジタルオーディオ機器などに利用することができる。   The audio processing apparatus according to the present invention can be used for portable information devices, digital televisions, optical disk recorders, digital audio devices, and the like.

100,300,400 オーディオ処理装置
110 信号処理プロセッサ
111 出力制御部
112 再生処理部
113,113A,113B,113C 付加情報重畳部
120 メモリ
130 DMAコントローラ
140 オーディオデータ出力回路
150,150A,150B,150C 付加情報検出部
100, 300, 400 Audio processing device 110 Signal processor 111 Output control unit 112 Playback processing unit 113, 113A, 113B, 113C Additional information superimposing unit 120 Memory 130 DMA controller 140 Audio data output circuit 150, 150A, 150B, 150C Additional information Detection unit

Claims (9)

オーディオデータの再生処理を行う再生処理部と該オーディオデータの出力制御を行う出力制御部とを有するプロセッサと、
前記プロセッサが生成するオーディオデータを出力するオーディオデータ出力回路と、
前記再生処理部が再生するオーディオデータを一時的に蓄えるメモリと、
前記プロセッサを介さずに、前記オーディオデータ出力回路と前記メモリ間のデータ転送を行うDMAコントローラと、
音情報とは異なる制御情報を付加情報として前記再生処理部のオーディオデータに重畳する付加情報重畳手段と、
前記メモリと前記オーディオデータ出力回路を接続するデータバスに接続され、前記オーディオデータに付加された付加情報を検出する付加情報検出手段と、
を備えるオーディオ処理装置。
A processor having a reproduction processing unit that performs reproduction processing of audio data and an output control unit that performs output control of the audio data;
An audio data output circuit for outputting audio data generated by the processor;
A memory for temporarily storing audio data to be reproduced by the reproduction processing unit;
A DMA controller for transferring data between the audio data output circuit and the memory without going through the processor;
Additional information superimposing means for superimposing control information different from sound information as additional information on the audio data of the reproduction processing unit;
Connected to a data bus connecting the memory and the audio data output circuit, and additional information detecting means for detecting additional information added to the audio data;
An audio processing apparatus comprising:
前記出力制御部は、前記付加情報検出手段により検出された前記付加情報に基づいて、オーディオデータの出力制御を行う請求項1記載のオーディオ処理装置。   The audio processing apparatus according to claim 1, wherein the output control unit performs output control of audio data based on the additional information detected by the additional information detection unit. 前記再生処理部は、前記付加情報検出手段により検出された前記付加情報に基づいて、オーディオデータの再生処理を行う請求項1記載のオーディオ処理装置。   The audio processing apparatus according to claim 1, wherein the reproduction processing unit performs audio data reproduction processing based on the additional information detected by the additional information detection unit. 前記付加情報重畳手段は、既存の転送データバス幅内の余剰ビットに前記付加情報を重畳する請求項1記載のオーディオ処理装置。   2. The audio processing apparatus according to claim 1, wherein the additional information superimposing unit superimposes the additional information on surplus bits within an existing transfer data bus width. 前記付加情報重畳手段は、オーディオデータの下位ビットに前記付加情報を重畳する請求項1記載のオーディオ処理装置。   The audio processing apparatus according to claim 1, wherein the additional information superimposing unit superimposes the additional information on lower bits of audio data. 前記付加情報重畳手段は、1サンプル以上のオーディオデータを用いて演算処理を行い、演算結果を前記付加情報検出手段に通知し、
前記付加情報検出手段は、入力されたオーディオデータを用いて演算処理を行った結果と前記付加情報重畳手段から通知された前記演算結果との比較により前記付加情報を検出する請求項1記載のオーディオ処理装置。
The additional information superimposing means performs arithmetic processing using audio data of one sample or more, and notifies the additional information detecting means of the arithmetic result,
2. The audio according to claim 1, wherein the additional information detection unit detects the additional information by comparing the result of the arithmetic processing using the input audio data with the calculation result notified from the additional information superimposing unit. Processing equipment.
前記付加情報重畳手段は、1サンプル以上のオーディオデータを可逆変換可能な不連続情報として加工するデータ加工手段を有し、
前記付加情報検出手段は、前記不連続情報を付加情報として検出するとともに、不連続のオーディオデータを元のオーディオデータに再変換して出力するデータ逆加工手段を有する請求項1記載のオーディオ処理装置。
The additional information superimposing means has data processing means for processing audio data of one sample or more as discontinuous information capable of reversible conversion,
2. The audio processing apparatus according to claim 1, wherein the additional information detecting means includes data reverse processing means for detecting the discontinuous information as additional information and reconverting and outputting the discontinuous audio data to the original audio data. .
前記付加情報重畳手段は、前記データ加工手段が1サンプル以上のオーディオデータを可逆変換可能な不連続データとして加工したデータの直後のデータに前記付加情報を重畳し、
前記付加情報検出手段は、前記不連続情報の次のデータを付加情報として検出するとともに、不連続のオーディオデータを元のオーディオデータに再変換して出力する請求項1記載のオーディオ処理装置。
The additional information superimposing means superimposes the additional information on data immediately after the data processed by the data processing means as discontinuous data that can be reversibly converted into audio data of one sample or more,
2. The audio processing apparatus according to claim 1, wherein the additional information detecting means detects data next to the discontinuous information as additional information, and reconverts the discontinuous audio data into original audio data and outputs the data.
前記付加情報検出手段は、割り込みにより、前記再生処理部に付加情報の検出を通知する請求項1記載のオーディオ処理装置。
The audio processing apparatus according to claim 1, wherein the additional information detection unit notifies the reproduction processing unit of detection of additional information by interruption.
JP2010023314A 2010-02-04 2010-02-04 Audio processing device Pending JP2011164690A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2010023314A JP2011164690A (en) 2010-02-04 2010-02-04 Audio processing device
PCT/JP2011/000481 WO2011096182A1 (en) 2010-02-04 2011-01-28 Audio processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010023314A JP2011164690A (en) 2010-02-04 2010-02-04 Audio processing device

Publications (1)

Publication Number Publication Date
JP2011164690A true JP2011164690A (en) 2011-08-25

Family

ID=44355201

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010023314A Pending JP2011164690A (en) 2010-02-04 2010-02-04 Audio processing device

Country Status (2)

Country Link
JP (1) JP2011164690A (en)
WO (1) WO2011096182A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2551760A2 (en) 2011-07-27 2013-01-30 Kyocera Document Solutions Inc. Operation apparatus, image forming apparatus, display control method, program, and medium for recording the program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2979100B2 (en) * 1991-03-13 1999-11-15 カシオ計算機株式会社 Digital recorder
JP2006171110A (en) * 2004-12-13 2006-06-29 Amk:Kk Method for embedding additional information to audio data, method for reading embedded additional information from audio data, and apparatus therefor
JP2009116685A (en) * 2007-11-07 2009-05-28 Toshiba Corp Data processor, and data transfer method using the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2551760A2 (en) 2011-07-27 2013-01-30 Kyocera Document Solutions Inc. Operation apparatus, image forming apparatus, display control method, program, and medium for recording the program

Also Published As

Publication number Publication date
WO2011096182A1 (en) 2011-08-11

Similar Documents

Publication Publication Date Title
JP4333655B2 (en) Content receiving apparatus and content receiving method
WO2011155761A2 (en) Method and system decoding audio data with selective power control
JP2005123789A (en) Av synchronization system
JP2008097603A (en) System and method for transferring code to data producer
WO2011096182A1 (en) Audio processing system
JP2007141020A (en) Data processor and electronic equipment
JP4507672B2 (en) Audio playback apparatus and clock frequency control method
JP2008135133A (en) Bit stream reproducing device
JP2007013629A (en) Information processing apparatus, image file transfer method, program, and computer-readable recording medium
CN103258553B (en) Video playing device, phonotape and videotape processing means, system and method
JP5268477B2 (en) Information processing apparatus, control method therefor, and data processing system
JP2004153553A (en) Motion picture decoder and method therefor
JP2011205182A (en) Image processing apparatus
JP2001103116A (en) Stream generator
JP5012626B2 (en) Information processing apparatus and method, and program
JP5161682B2 (en) Video processing apparatus, control method therefor, computer program, and video processing system
JP2003249948A (en) Transfer controller
WO2008004301A1 (en) Data transfer unit, processing unit, and data transfer method
US7359618B2 (en) Information recording/reproducing apparatus and information recording/reproducing method
JP5878069B2 (en) Data transfer device, data transfer method, and program
JP2006113716A (en) Semiconductor integrated circuit
JP2005110055A (en) Receiver and reception data control method
JP2008092502A (en) Video recording device
JP2001016140A (en) Line switching device
JP2006166287A (en) Audio broadcasting apparatus and history data processing method thereof