CN102831893B - Method for rapidly destroying broadcast audio file viruses - Google Patents

Method for rapidly destroying broadcast audio file viruses Download PDF

Info

Publication number
CN102831893B
CN102831893B CN201210138517.8A CN201210138517A CN102831893B CN 102831893 B CN102831893 B CN 102831893B CN 201210138517 A CN201210138517 A CN 201210138517A CN 102831893 B CN102831893 B CN 102831893B
Authority
CN
China
Prior art keywords
subband
passage
channel
bit allocation
audio
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN201210138517.8A
Other languages
Chinese (zh)
Other versions
CN102831893A (en
Inventor
甘涛
何艳敏
黄晓革
周南
兰刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
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 University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN201210138517.8A priority Critical patent/CN102831893B/en
Publication of CN102831893A publication Critical patent/CN102831893A/en
Application granted granted Critical
Publication of CN102831893B publication Critical patent/CN102831893B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

本发明提供一种快速破坏广播音频文件病毒的方法,逐一对编码流中的音频帧进行量化比特位的调整,将经重量化编码后的音频帧重新写入编码流中;在参与当前音频帧编码的所有通道子带中先选择1个通道子带进行位分配减1调整,再选择1个或多个通道子带进行位分配加1调整,本发明不需要将音频解码成PCM形式,而是仅在压缩域对少数几个通道子带的样本进行简单处理,其计算复杂度很低,并且可大范围的对音频文件进行改变,进而保证对藏匿在音频文件中的病毒进行破坏。

The invention provides a method for rapidly destroying broadcast audio file viruses, which adjusts the quantized bits of the audio frames in the coded stream one by one, and rewrites the weighted coded audio frames into the coded stream; when participating in the current audio frame In all the channel sub-bands of encoding, first select 1 channel sub-band to adjust the bit allocation minus 1, and then select 1 or more channel sub-bands to perform bit allocation plus 1 adjustment. The present invention does not need to decode the audio frequency into PCM form, but It simply processes samples of a few channel subbands in the compressed domain, its computational complexity is very low, and it can change audio files in a large range, thereby ensuring the destruction of viruses hidden in audio files.

Description

一种快速破坏广播音频文件病毒的方法A Quick Way to Destroy Broadcast Audio File Viruses

技术领域 technical field

本发明属于数字音频处理技术,特别涉及广播音频文件处理技术。The invention belongs to digital audio processing technology, in particular to broadcast audio file processing technology.

背景技术 Background technique

我国电台网络经过几十年的发展,逐步形成了以播出网(内网)和办公网(外网)为核心的网络系统。为了保证电台业务和节目播出的安全,国家广电总局规定广播电台的内网必须与外网隔离,以防止恶意的攻击和病毒的感染。然而在另一方面,大量的素材信息如音乐节目、采访录音、新闻稿件等需要在内外网间进行交换,封闭的内网将严重影响电台的工作效率和节目质量。为解决这个问题,安全隔离网闸产品应运而生并快速发展起来,在国内电台中得到了广泛的应用。After decades of development, my country's radio network has gradually formed a network system with broadcast network (intranet) and office network (external network) as the core. In order to ensure the safety of radio business and program broadcasting, the State Administration of Radio, Film and Television stipulates that the internal network of radio stations must be isolated from the external network to prevent malicious attacks and virus infections. However, on the other hand, a large amount of material information such as music programs, interview recordings, and news articles need to be exchanged between the internal and external networks. The closed internal network will seriously affect the work efficiency and program quality of the radio station. In order to solve this problem, the security isolation network gate product came into being and developed rapidly, and has been widely used in domestic radio stations.

来自于互联网的安全威胁主要有黑客攻击和病毒感染两种。网闸提供了对前一种黑客攻击的防范作用,但对后一种病毒感染却无能为力。病毒通常以文件为载体进行传播,很多网闸设备通过采用检查文件扩展名、文件头等格式审查手段来防范文件病毒,但这些方法都无法从根本上防止病毒感染,因为病毒可能藏匿在文件数据(如音频数据)中。Security threats from the Internet mainly include hacker attacks and virus infections. The gatekeeper provides protection against the former hacker attack, but is powerless against the latter virus infection. Viruses usually use files as carriers to spread. Many gatekeeper devices prevent file viruses by checking file extensions, file headers, and other formats. However, these methods cannot fundamentally prevent virus infection, because viruses may be hidden in file data ( such as audio data).

我国广播电台现行的音频文件格式的行业标准是ISO11172-3标准中的MPEG-I第二层格式(简称mp2)。该格式文件是通过采用运动图像专家组(Moving Pictures Expert Group,MPEG)制定的一种音频数据压缩编码第二层标准方法对原始的音频数据进行压缩而产生的。mp2音频文件由若干个音频帧组成,每个音频帧的帧信息包含帧头、位分配、缩放因子选择、缩放因子、通道子带样本码字和辅助数据等6部分,如图1所示。其中,通道子带样本码字部分包含了左右通道的32个频率子带样本的编码信息,而量化各通道子带样本所用的比特数由前面的位分配部分决定。位分配的值越大,分配给对应通道子带的量化比特位就越多,该通道子带样本值的表达就越精确。本文所述通道子带是指由通道编号与子带编号一同确定的对应通道的子带,如通道子带(i,j)表示为通道编号为i,子带编号为j对应的子带。The current audio file format industry standard of my country's radio stations is the MPEG-I second layer format (mp2 for short) in the ISO11172-3 standard. This format file is generated by compressing the original audio data by using an audio data compression coding layer 2 standard method developed by the Moving Pictures Expert Group (MPEG). The mp2 audio file consists of several audio frames, and the frame information of each audio frame includes six parts: frame header, bit allocation, scaling factor selection, scaling factor, channel subband sample codeword and auxiliary data, as shown in Figure 1. Among them, the channel subband sample codeword part contains the encoding information of 32 frequency subband samples of the left and right channels, and the number of bits used for quantizing each channel subband sample is determined by the previous bit allocation part. The larger the value of the bit allocation, the more quantization bits are allocated to the corresponding channel subband, and the more accurate the expression of the sample value of the channel subband is. The channel sub-band mentioned in this document refers to the sub-band of the corresponding channel determined by the channel number and the sub-band number together. For example, the channel sub-band (i, j) is represented as the sub-band corresponding to the channel number i and the sub-band number j.

在标准中,一个通道子带的36个样本,被划分为了12节(granule),每节包含3个连续样本。由图1知,各通道子带的样本码字在音频帧中是按节交替排列的,即先排各通道子带的第1节,然后排它们的第2节,直至最后的第12节。通道子带样本码字是音频帧的主体部分,而这部分没有校验机制,可以被任意篡改而不被发觉。因此,音频文件可成为病毒的优良载体。藏匿在音频文件中的病毒可以利用播放软件的漏洞实现对内网机器的攻击,而这种病毒攻击是使用格式审查方法无法防范的。目前防止文件病毒入侵的方法大体分两类:检测病毒和破坏病毒。In the standard, 36 samples of a channel subband are divided into 12 sections (granule), each section contains 3 consecutive samples. As can be seen from Figure 1, the sample codewords of each channel subband are arranged alternately in sections in the audio frame, that is, the first section of each channel subband is arranged first, then their second section, and finally the 12th section . The channel subband sample codeword is the main part of the audio frame, and this part has no verification mechanism and can be tampered without being detected. Therefore, audio files can be excellent vectors for viruses. Viruses hidden in audio files can exploit loopholes in playback software to attack intranet machines, which cannot be prevented by format review methods. Currently, methods for preventing file virus intrusion can be roughly divided into two categories: detecting viruses and destroying viruses.

检测病毒的方法是通过检测出病毒来实现防御。典型的方法有比较法和防篡改法。比较法是通过将文件数据和病毒特征进行比对来发现病毒的。类似于查毒软件,这种方法需要不断更新病毒特征;防篡改法是预先在文件中加入认证或校验码,通过检测文件是否被篡改来判断是否感染病毒,这种方法需要在音频制作的源头作处理,使用也很不方便。The method for detecting viruses is to realize defense by detecting viruses. Typical methods are comparative method and anti-tampering method. The comparative method discovers viruses by comparing file data with virus signatures. Similar to anti-virus software, this method needs to constantly update virus characteristics; anti-tampering method is to add authentication or verification code to the file in advance, and judge whether it is infected with a virus by detecting whether the file has been tampered with. It is also very inconvenient to use for processing at the source.

破坏病毒的方法是一种较好的主动防御方法,其目标是直接破坏病毒。该类方法可分为非压缩域处理和压缩域处理两类。非压缩域处理首先将压缩的音频解码成原始脉冲编码调制(Pulse Code Modulation,PCM)数据,然后通过一定的方式改变PCM数据,最后通过编码还原成压缩文件。这种方法经历了解码和再编码过程,计算复杂度较高;压缩域处理则直接对压缩编码的比特流进行改变,如加入水印、改变缩放因子或编码码字等。压缩域处理方法虽然简单,但往往对音质有较大的损伤。总之,目前破坏病毒方法主要面临着两个技术难点,即如何降低计算复杂度和如何在破坏病毒的同时尽可能地保证音质。这两个问题在现有的方法中没有得到很好的解决。The method of destroying viruses is a better active defense method, and its goal is to directly destroy viruses. This kind of method can be divided into two categories: non-compressed domain processing and compressed domain processing. Uncompressed domain processing first decodes the compressed audio into the original Pulse Code Modulation (PCM) data, then changes the PCM data in a certain way, and finally restores the compressed file through encoding. This method has undergone decoding and re-encoding process, and the computational complexity is relatively high; compressed domain processing directly changes the compressed coded bit stream, such as adding watermarks, changing scaling factors or encoding codewords, etc. Although the compression domain processing method is simple, it often has great damage to the sound quality. In short, the current virus destruction method mainly faces two technical difficulties, that is, how to reduce the computational complexity and how to ensure the sound quality as much as possible while destroying the virus. These two issues have not been well addressed in existing methods.

发明内容 Contents of the invention

本发明所要解决的技术问题是提供一种新的、快速的并能够保证广播音频文件音质的病毒破坏方法。The technical problem to be solved by the invention is to provide a new, fast virus destruction method capable of ensuring the sound quality of broadcast audio files.

本发明为解决上述技术问题所采用的技术方案是:一种快速破坏广播音频文件病毒的方法,其特征在于,逐一对编码流中的音频帧进行量化比特位的调整,将经重量化编码后的音频帧重新写入编码流中,对音频帧进行比特位调整包括以下步骤:The technical scheme adopted by the present invention for solving the above-mentioned technical problems is: a method for rapidly destroying broadcast audio file viruses, which is characterized in that the audio frames in the encoded stream are adjusted to the quantization bits one by one, and the weighted encoded The audio frame of the audio frame is rewritten into the encoded stream, and the bit adjustment of the audio frame includes the following steps:

a.解析当前音频帧的帧头和子带编码信息,得到当前音频帧中所有通道子带的位分配与样本码字;a. Parsing the frame header and subband encoding information of the current audio frame to obtain the bit allocation and sample codewords of all channel subbands in the current audio frame;

b.在参与当前音频帧编码的所有通道子带中先选择1个通道子带进行位分配减1调整,再选择1个或多个通道子带进行位分配加1调整;被选择的通道子带满足的条件是:进行位分配减少调整的通道子带在位分配减少后所释放的样本码字比特数大于等于进行位分配增加调整的所有通道子带在位分配增加后需耗费的样本码字的总比特数,且进行位分配减少调整的子带编号与进行增加调整的子带编号不同;b. Among all the channel subbands participating in the encoding of the current audio frame, first select 1 channel subband for bit allocation minus 1 adjustment, and then select 1 or more channel subbands for bit allocation plus 1 adjustment; the selected channel subband The condition to be met is: the number of sample codeword bits released by the channel sub-bands that are adjusted for bit allocation reduction after the bit allocation is reduced is greater than or equal to the sample codes that all channel sub-bands that are adjusted for bit allocation increase need to consume after the bit allocation is increased The total number of bits of the word, and the sub-band number for which bit allocation reduction adjustment is performed is different from the sub-band number for which adjustment is performed for increase;

c.对经过位分配调整的所有通道子带的样本码字进行解码和反量化,生成对应通道子带的频率样本,再根据调整后的分配位对这些频率样本进行重新量化和编码,生成新的样本码字;c. Decode and dequantize the sample codewords of all channel subbands adjusted by bit allocation to generate frequency samples of the corresponding channel subbands, and then requantize and encode these frequency samples according to the adjusted allocation bits to generate new The sample code word of

d.将包含通道子带新位分配和新样本码字的所有帧信息按标准组织生成变化后的音频帧。d. Generate changed audio frames by organizing all frame information including new bit allocation of channel subbands and new sample codewords according to standards.

可见,本发明不需要将音频解码成PCM形式,而是仅在压缩域对少数几个通道子带的样本进行简单处理,其计算复杂度很低。It can be seen that the present invention does not need to decode the audio into PCM form, but simply processes samples of a few channel subbands in the compressed domain, and its computational complexity is very low.

由于音频帧中的不同通道子带的样本码字是按节交替排列的,当音频帧中某一个通道子带的样本码字发生改变后,变化的码字将分布在该音频帧的整个通道子带样本码字区域,又由于该区域大小占据音频帧码流的绝大部分,故本发明可大范围的对音频文件进行改变,进而保证对藏匿在音频文件中的病毒进行破坏。Since the sample codewords of different channel subbands in the audio frame are arranged alternately by section, when the sample codeword of a certain channel subband in the audio frame changes, the changed codeword will be distributed in the entire channel of the audio frame The sub-band sample code word area occupies most of the audio frame code stream, so the present invention can change the audio file in a large range, thereby ensuring the destruction of viruses hidden in the audio file.

另外,本发明没有改变音频帧中的缩放因子、缩放因子选择等对量化误差影响较大的信息,而仅对1个通道子带的位分配进行减1调整,使得音质损失较小。同时,本发明将释放的比特尽可能地分配给其他通道子带,即对1个或多个通道子带的位分配进行加1调整,使音质损失得到了补偿。In addition, the present invention does not change the scaling factor in the audio frame, scaling factor selection and other information that has a large impact on the quantization error, but only adjusts the bit allocation of one channel sub-band by minus 1, so that the loss of sound quality is small. At the same time, the present invention allocates the released bits to other channel subbands as much as possible, that is, adjusts the bit allocation of one or more channel subbands by adding 1, so that the sound quality loss is compensated.

为了进一步减小音质损失,在选择进行位分配减少调整的通道子带时,优先选择位分配减少1后所引起信号噪声比(Signalto Noise Ratio,SNR)下降量最小的通道子带。这是从编码的位分配原理中得到的启发。在mp2标准编码算法中,位分配是迭代完成的。每一次迭代,算法将1个单位的比特数分配给具有最小掩蔽噪声比(Mask to Noise Ratio,MNR)的通道子带。掩蔽噪声比表示当前信号被其他信号掩蔽之后的信噪比,其值越小表示掩蔽之后的噪声越大,音质越差。掩蔽噪声比由信号噪声比和信号掩蔽比(Signal to Mask Ratio,SMR)的差来决定,即:In order to further reduce the loss of sound quality, when selecting the channel subband for bit allocation reduction adjustment, the channel subband with the smallest decrease in Signal to Noise Ratio (SNR) caused by the reduction of bit allocation by 1 is given priority. This is inspired by the bit allocation principle of encoding. In the mp2 standard encoding algorithm, bit allocation is done iteratively. At each iteration, the algorithm assigns 1 unit of bits to the channel subband with the minimum Mask to Noise Ratio (MNR). The masked-to-noise ratio indicates the signal-to-noise ratio after the current signal is masked by other signals, and the smaller the value, the bigger the noise after masking and the worse the sound quality. The masking-to-noise ratio is determined by the difference between the signal-to-noise ratio and the signal-to-mask ratio (Signal to Mask Ratio, SMR), namely:

MNR=SNR-SMRMNR=SNR-SMR

其中SNR由量化比特位决定,可通过查表直接得到,而SMR是根据声学模型计算得到的,在编码之后可视为固定不变。基于这个结果,本方法选择SNR下降最小的通道子带,并将其位分配减少1,也就使MNR下降最小的通道子带的位分配减少1,即从声学模型角度保证了重新位分配引起的主观音质损失为最小。Among them, the SNR is determined by the quantization bits, which can be directly obtained by looking up the table, while the SMR is calculated according to the acoustic model, and can be regarded as fixed after encoding. Based on this result, this method selects the channel sub-band with the smallest SNR drop, and reduces its bit allocation by 1, which also reduces the bit allocation of the channel sub-band with the smallest MNR drop by 1, that is, from the perspective of the acoustic model, it ensures that the re-bit allocation causes The subjective sound quality loss is minimal.

进一步地,在选择进行位分配增加调整的通道子带时,优先选择位分配增加1所引起的信号噪声比的增长量最大的通道子带,使音质损失得到最大的补偿。Further, when selecting the channel sub-band for bit allocation increase adjustment, the channel sub-band with the largest increase in signal-to-noise ratio caused by increasing the bit allocation by 1 is preferentially selected, so that the loss of sound quality can be compensated the most.

更进一步地,为了最大限度地弥补音质损失,步骤a还计算当前音频帧在最初编码时未用完的比特数;在步骤b中,被选择的通道子带满足的条件变为:进行位分配减少调整的通道子带在位分配减少后释放的样本码字比特数与最初编码时未用完的比特数之和大于等于进行位分配增加调整的所有通道子带在位分配增加后需耗费的样本码字的总比特数。Furthermore, in order to make up for the loss of sound quality to the greatest extent, step a also calculates the number of unused bits of the current audio frame at the time of initial encoding; in step b, the condition satisfied by the selected channel subband becomes: perform bit allocation The sum of the number of sample codeword bits released after the reduction of the bit allocation and the number of unused bits in the initial encoding of the channel sub-bands adjusted by the reduction is greater than or equal to the cost of all channel sub-bands that are adjusted by the increase of the bit allocation after the increase of the bit allocation. The total number of bits in the sample codeword.

本发明的有益效果是,计算复杂度很低,且可大范围的对音频文件进行改变,以保证对藏匿在音频文件中的病毒进行破坏;与原文件相比,处理后的文件主观音质几乎不损失;位分配调整后,无法对其进行恢复,可以避免该方法本身被黑客攻击;处理后的文件保持了原文件的如大小、通道数、采样率、比特率等原有属性,可被任何标准解码器解码。The beneficial effect of the present invention is that the computational complexity is very low, and the audio file can be changed in a large range to ensure that the virus hidden in the audio file is destroyed; compared with the original file, the subjective sound quality of the processed file is almost No loss; After the bit allocation is adjusted, it cannot be restored, which can prevent the method itself from being hacked; the processed file maintains the original attributes of the original file such as size, channel number, sampling rate, bit rate, etc., and can be Any standard codec decodes.

附图说明 Description of drawings

图1为MPEG-I第二层的比特流数据帧格式;Fig. 1 is the bit stream data frame format of the second layer of MPEG-I;

图2为本发明方法流程图;Fig. 2 is a flow chart of the method of the present invention;

图3为第2000帧的数据在本发明方法处理前后的对比。Fig. 3 is a comparison of the data of the 2000th frame before and after being processed by the method of the present invention.

具体实施方式 Detailed ways

本发明从编码流中得到原各通道子带的位分配信息,按照心理声学模型,选择通道子带进行位分配的微小调整,并将相应子带的样本码字解码反量化后重量化编码,最后重新组织合成编码流写入文件,从而改变原文件数据以达到破坏病毒的目的,如图2所示,逐帧对音频文件进行处理,其中对每一音频帧的处理步骤包括:The present invention obtains the original bit allocation information of each channel sub-band from the coded stream, selects the channel sub-band for minor adjustment of the bit allocation according to the psychoacoustic model, decodes and inversely quantizes the sample codewords of the corresponding sub-band and then re-encodes them, Finally, reorganize the synthetic encoded stream and write it into the file, thereby changing the original file data to achieve the purpose of destroying the virus. As shown in Figure 2, the audio file is processed frame by frame, wherein the processing steps for each audio frame include:

1.解析帧头:按照ISO11172-3标准从音频帧中解析得到相关的音频格式信息;1. Parsing the frame header: According to the ISO11172-3 standard, the relevant audio format information is obtained by parsing the audio frame;

2.解析子带编码信息:按照ISO11172-3标准从音频帧中解析得到各通道子带位分配和样本码字等信息,其中第i个通道的第j个子带的位分配表示为A(i,j);计算出在最初编码时未用完的比特数adb;2. Analyzing sub-band encoding information: According to the ISO11172-3 standard, the sub-band bit allocation and sample codeword information of each channel is obtained by analyzing the audio frame, where the bit allocation of the j-th sub-band of the i-th channel is expressed as A(i, j ); Calculate the unused number of bits adb in the initial encoding;

3.选择通道子带并调整位分配:根据当前参与编码的最高子带的编号sublimit,在子带编号属于[1,sublimit]的所有通道子带中选择2个或更多的通道子带,将其记录到选中的通道子带集合M中,并对选中的通道子带进行位分配调整,具体的步骤如下:3. Select channel subbands and adjust bit allocation: According to the number sublimit of the highest subband currently participating in encoding, select 2 or more channel subbands among all channel subbands whose subband numbers belong to [1, sublimit], and assign them to Record to the selected channel sub-band set M, and adjust the bit allocation of the selected channel sub-band, the specific steps are as follows:

3.1.对各通道子带,计算若将当前的位分配减少1所引起的信号噪声比的下降量,并将其记录到一结构数组snr_dec的键值成员中。该结构数组还记录了键值key对应的通道编号ch和子带编号sub信息;对该snr_dec数组按key值大小,从小到大进行排序;对key值相同的项,随机决定其先后顺序;3.1. For each channel sub-band, calculate the decrease in signal-to-noise ratio caused by reducing the current bit allocation by 1, and record it into the key value member of a structure array snr_dec. The structure array also records the channel number ch and subband number sub information corresponding to the key value key; the snr_dec array is sorted according to the size of the key value, from small to large; for items with the same key value, the order is randomly determined;

3.2.对除位分配为0和已达到最大分配外的各个通道子带,计算若将当前的位分配增加1所引起的信号噪声比的增长量,并将其记录到另一结构数组snr_enc的键值成员中。该结构数组还记录了键值key对应的通道编号ch和子带编号sub信息;对该snr_enc数组按key值大小,从大到小进行排序;对key值相同的项,随机决定其先后顺序;3.2. For each channel subband except that the bit allocation is 0 and the maximum allocation has been reached, calculate the increase in the signal-to-noise ratio caused by increasing the current bit allocation by 1, and record it to the key value of another structure array snr_enc members. The structure array also records the channel number ch and subband number sub information corresponding to the key value key; the snr_enc array is sorted from large to small according to the size of the key value; for items with the same key value, the sequence is randomly determined;

3.3.设m和n分别为数组snr_dec和snr_enc的浏览下标。置初值m=1,n=1,M为空集;3.3. Let m and n be the browse subscripts of the arrays snr_dec and snr_enc respectively. Set the initial value m=1, n=1, M is an empty set;

3.4.取snr_dec的第m项snr_dec[m],该项对应于SNR下降量最小的通道子带,设其通道编号和子带编号分别表示为snr_dec[m].ch和snr_dec[m].sub,计算若将其当前位分配减少1后可释放的比特数DEC;计算当前可用比特数avail_bits为当前可释放比特数加上最初编码未用完比特数的总和,即avail_bits=DEC+adb;3.4. Take snr_dec[m], the mth item of snr_dec, which corresponds to the channel sub-band with the smallest SNR drop, and set its channel number and sub-band number as snr_dec[m].ch and snr_dec[m].sub respectively, and calculate if The number of bits DEC that can be released after reducing its current bit allocation by 1; calculate the current number of available bits avail_bits as the sum of the current number of releasable bits plus the number of unused bits in the initial encoding, that is, avail_bits=DEC+adb;

3.5.对snr_enc的每一项n作:取第n项snr_enc[n]的通道编号和子带编号,分别表示为snr_enc[n].ch和snr_enc[n].sub,计算若将其当前位分配增加1后需要消耗的比特数ENC,并判断若当前可用比特数大于等于需要消耗的比特数(即avail_bits≥ENC)且释放和消耗比特数的子带编号不相同,则选择通道snr_enc[n].ch、子带snr_enc[n].sub作为将进行位分配增加调整的一个通道子带,并将其带加入到M中,同时更新avail_bits,使得avail_bit=avail_bits-ENC;3.5. For each item n of snr_enc: take the channel number and subband number of the nth item snr_enc[n], express it as snr_enc[n].ch and snr_enc[n].sub respectively, and calculate if the current bit allocation is increased by 1 Finally, the number of bits to be consumed is ENC, and it is judged that if the number of currently available bits is greater than or equal to the number of bits to be consumed (that is, avail_bits≥ENC) and the subband numbers of the released and consumed bits are different, then select the channel snr_enc[n].ch , The subband snr_enc[n].sub is used as a channel subband that will be adjusted for bit allocation increase, and its band is added to M, and avail_bits is updated at the same time, so that avail_bit=avail_bits-ENC;

3.6若M非空,则选择通道snr_dec[m].ch、子带snr_dec[m].sub作为将进行位分配减少调整的通道子带,并将其带加入到M中,否则置m=m+1,并转到步骤3.4进行下一轮的选择;3.6 If M is not empty, select the channel snr_dec[m].ch and the subband snr_dec[m].sub as the channel subband that will be adjusted for bit allocation reduction, and add it to M, otherwise set m=m +1, and go to step 3.4 for the next round of selection;

3.7对M中将进行位分配减少调整的1个通道子带的位分配减1;对M中将进行位分配增加调整的1个或多个通道子带的位分配加1;3.7 Subtract 1 from the bit allocation of one channel subband in M for which bit allocation reduction adjustment will be performed; add 1 to the bit allocation of one or more channel subbands in M that will undergo bit allocation increase adjustment;

4.解码反量化样本码字:按照ISO11172-3标准将M中所有通道子带的样本码字进行解码和反量化,得到相应的频率样本;4. Decoding inverse quantization sample codewords: according to the ISO11172-3 standard, decode and dequantize the sample codewords of all channel subbands in M to obtain corresponding frequency samples;

5.重量化编码频率样本:根据调整后的分配位,按照ISO11172-3标准对M中所有通道子带的频率样本进行重新量化和编码,生成新的样本码字;5. Requantized encoding frequency samples: According to the adjusted allocation bits, the frequency samples of all channel subbands in M are requantized and encoded according to the ISO11172-3 standard to generate new sample codewords;

6.帧编码流格式化:按照ISO11172-3标准将包含通道子带新位分配和新样本码字的所有帧信息写入编码流中。6. Frame encoding stream formatting: Write all frame information including new bit allocation of channel subbands and new sample codewords into the encoding stream according to the ISO11172-3 standard.

实施例Example

以标准256kbit/s的mp2音频“费翔-故乡的云.mp2”文件作为输入的原始音频为例。该音频时长为4分24秒,总帧数为11020帧。本实施方式对输入的音频文件按编码帧为单位进行处理,一次处理一帧,直到处理完全部的11020帧。下面以2000帧为例,处理的具体实现过程如下:Take the standard 256kbit/s mp2 audio "Fei Xiang-Hometown Cloud.mp2" file as an example of the input original audio. The audio duration is 4 minutes and 24 seconds, and the total number of frames is 11020 frames. In this embodiment, the input audio file is processed in units of coded frames, one frame at a time, until all 11020 frames are processed. Taking 2000 frames as an example, the specific implementation process of the processing is as follows:

1.解析帧头:按照ISO11172-3标准从音频帧中解析得到通道数为2,采样率为48000kHz,比特率为256kbps,参与编码的最高子带的编号sublimit为27,解码表为第0个表等信息;1. Parsing the frame header: According to the ISO11172-3 standard, the number of channels obtained from the audio frame analysis is 2, the sampling rate is 48000kHz, the bit rate is 256kbps, the sublimit of the highest subband participating in encoding is 27, and the decoding table is the 0th table, etc. information;

2.解析子带编码信息:按照ISO11172-3标准从音频帧中解析得到各通道子带的位分配和样本码字等信息,其中各个通道子带位分配数组A的值为{{6,7,5,7,8,7,6,5,5,4,3,2,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0},{6,7,5,8,8,6,5,6,4,5,4,3,2,3,3,2,2,1,1,1,0,0,0,0,0,0,0}},其中两组数据分别对应左右两个通道各27个子带的位分配,例如A(2,13)的值为2表示当前通道子带(2,13)的位分配为2;计算得到在最初编码时该帧未用完的比特数adb为4比特;2. Analyzing subband encoding information: According to the ISO11172-3 standard, the bit allocation and sample code words of each channel subband are analyzed from the audio frame, and the value of each channel subband bit allocation array A is {{6, 7, 5 ,7,8,7,6,5,5,4,3,2,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0}, {6, 7, 5, 8, 8, 6, 5, 6, 4, 5, 4, 3, 2, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0 , 0, 0}}, where the two sets of data correspond to the bit allocation of 27 sub-bands in the left and right channels, for example, the value of A(2, 13) is 2, which means that the bit allocation of the current channel sub-band (2, 13) is 2; Calculate the unused number of bits adb of the frame at the time of initial encoding to be 4 bits;

3.选择通道子带并调整位分配:按照心理声学模型,从包含左右通道的子带1至子带27的54个候选者中选择通道子带,对其位分配进行调整,具体的步骤如下:3. Select channel subbands and adjust bit allocation: According to the psychoacoustic model, select channel subbands from 54 candidates from subband 1 to subband 27 including left and right channels, and adjust their bit allocation. The specific steps are as follows:

3.1.对各通道子带,计算若将当前的位分配减少1所引起的信号噪声比的下降量,填写结构数组snr_dec的键值,通道编号和子带编号3个成员,用快速排序方法对snr_dec按键值进行从小到大排序,得到有序snr_dec;其中第一项snr_dec[1]的值为{4.00,2,13},表示键值(或SNR下降量)为4.00,通道编号为2和子带编号为13,该项对应于当前最小的SNR下降量。3.1. For each channel subband, calculate the decrease in the signal-to-noise ratio caused by reducing the current bit allocation by 1, fill in the key value of the structure array snr_dec, the channel number and the subband number 3 members, and use the quick sort method to sort the snr_dec key value Sorting from small to large, the ordered snr_dec is obtained; the value of the first item snr_dec[1] is {4.00, 2, 13}, indicating that the key value (or SNR drop) is 4.00, the channel number is 2 and the subband number is 13. This item corresponds to the current minimum SNR drop.

3.2.对除位分配为0和已分配到最大外的11个通道子带,计算若将当前的位分配增加1所引起的信号噪声比的增长量,填写结构数组snr_enc的键值,通道编号和子带编号3个成员,用快速排序方法对snr_enc按键值进行从大到小排序,得到有序snr_enc;其第一项snr_enc[1]的值为{4.84,1,11},表示键值(或SNR增长量)为4.84,通道编号为1和子带编号为11,该项对应于当前最大的SNR增长量;3.2. For the 11 channel subbands except for the bit allocation of 0 and the maximum allocation, calculate the increase in signal-to-noise ratio caused by increasing the current bit allocation by 1, and fill in the key value, channel number and subband of the structure array snr_enc Number 3 members, use the quick sort method to sort snr_enc key values from large to small, and get ordered snr_enc; the value of the first item snr_enc[1] is {4.84, 1, 11}, indicating the key value (or SNR growth) is 4.84, the channel number is 1 and the subband number is 11, which corresponds to the current maximum SNR growth;

3.3.置数组snr_dec的浏览下标m=1,snr_enc的浏览下标n=1,M为空集;3.3. Set the browse subscript m=1 of the array snr_dec, the browse subscript n=1 of snr_enc, and M is an empty set;

3.4.考察snr_dec数组的第m项,在第一次,即对snr_dec[1]所代表的第2个通道的第13个子带,计算得到若将其位分配从2减少为1可释放的比特数DEC为24,计算avail_bits为28;3.4. Examine the mth item of the snr_dec array. For the first time, that is, for the 13th subband of the second channel represented by snr_dec[1], calculate the number of bits DEC that can be released if the bit allocation is reduced from 2 to 1. is 24, and the calculated avail_bits is 28;

3.5.逐一考察snr_enc的每一项n,对其计算若将其当前位分配增加1后需要消耗的比特数ENC,并判断条件avail_bits≥ENC且snr_enc[n].sub≠snr_dec[m].sub。考察完毕后发现只有第1项满足条件,其对应的ENC为12,通道编号为1,子带编号为11,则选中第1通道的第11子带作为将进行比特位增加调整的通道子带,并将通道子带(1,11)加入到M中,avail_bits被更新为16;3.5. Examine each item n of snr_enc one by one, calculate the number of bits ENC that need to be consumed if the current bit allocation is increased by 1, and judge the condition that avail_bits≥ENC and snr_enc[n].sub≠snr_dec[m].sub. After the investigation, it is found that only the first item meets the conditions, and its corresponding ENC is 12, the channel number is 1, and the subband number is 11, then the 11th subband of the first channel is selected as the channel subband for bit increase adjustment , and the channel subband (1, 11) is added to M, and avail_bits is updated to 16;

3.6由于M非空,选择第2通道的第13子带作为将进行比特位减少调整的通道子带,并将通道子带(2,13)带加入到M中;3.6 Since M is not empty, select the 13th subband of the second channel as the channel subband for bit reduction adjustment, and add the channel subband (2, 13) to M;

3.7使通道子带(2,13)的位分配减1,即A(2,13)=A(2,13)-1;使通道子带(1,11)的位分配加1,即A(1,11)=A(1,11)+1;3.7 Decrease the bit allocation of the channel subband (2, 13) by 1, that is, A (2, 13) = A (2, 13)-1; increase the bit allocation of the channel subband (1, 11), that is, A (1,11)=A(1,11)+1;

4.解码反量化样本码字:按照ISO11172-3标准将通道子带(2,13)和通道子带(1,11)的样本码字进行解码和反量化,得到相应的频率样本;4. Decoding dequantized sample codewords: according to the ISO11172-3 standard, decode and dequantize the sample codewords of channel subbands (2, 13) and channel subbands (1, 11) to obtain corresponding frequency samples;

5.重量化编码频率样本:根据更新位分配信息,按照ISO11172-3标准通道子带(2,13)和通道子带(1,11)的频率样本进行重新量化和编码,生成新的样本码字;5. Requantized encoding frequency samples: According to the updated bit allocation information, re-quantize and encode according to the frequency samples of the ISO11172-3 standard channel subband (2, 13) and channel subband (1, 11) to generate a new sample codeword;

6.帧编码流格式化:按照ISO11172-3标准将包含通道子带新位分配和新样本码字的所有帧信息写入编码流中,未用完的16个比特用0填补。6. Frame encoding stream formatting: According to the ISO11172-3 standard, write all frame information including channel subband new bit allocation and new sample codewords into the encoding stream, and fill the unused 16 bits with 0.

下面从文件的改变、音质及格式的保持和处理速度三个方面对本发明的有效性进行验证。在测试音质及格式保持和处理速度环节,除了本发明的方法外,还将引入一种减化方案,即去掉实施例的第4和5两个步骤(对进行位分配调整的通道子带的样本码字的反量化解码以及重量化编码步骤),即位分配调整后不对改变的通道子带进行重新量化编码,而直接用原子带样本码字组织成帧,这样改变的仅有通道子带的位分配信息而不足以破坏病毒。在音质评价环节采用标准ITU-R BS.1387中描述的主观音频质量评价(Perceptual Evaluation of AudioQuality,PEAQ)方法,它是目前音频质量客观评价方法中与主观评价结果相关度最高的方法。该方法利用人耳主观感知特性计算出信号的掩蔽阈值和失真阈值,然后采用人工神经网络融合出一个评价参数ODG(Object Difference Grade),本实施就采用这个参数来对音频质量进行客观评价。The validity of the present invention is verified from three aspects of file change, sound quality and format maintenance and processing speed. In the link of testing sound quality and format maintenance and processing speed, in addition to the method of the present invention, a kind of reduction scheme will be introduced, that is, remove the 4th and 5th steps of the embodiment (the channel sub-bands that carry out bit allocation adjustment) Inverse quantization decoding of sample codewords and requantization coding steps), that is, the changed channel subbands are not requantized and encoded after bit allocation adjustment, but are directly organized into frames with atomic band sample codewords, so that only the channel subbands are changed Bit allocation information is not enough to destroy viruses. In the sound quality evaluation process, the Perceptual Evaluation of Audio Quality (PEAQ) method described in the standard ITU-R BS.1387 is adopted, which is the method with the highest correlation with the subjective evaluation results among the current objective evaluation methods of audio quality. This method uses the subjective perception characteristics of the human ear to calculate the masking threshold and distortion threshold of the signal, and then uses the artificial neural network to fuse an evaluation parameter ODG (Object Difference Grade), which is used in this implementation to objectively evaluate the audio quality.

1.文件的改变1. File changes

首先将处理后的文件与原文件进行数据对比分析。由前面分析知,数据变动会发生在帧的位分配和通道子带样本码字两部分,而数据变动的大小主要跟位分配减少所释放比特数与位分配增加所耗费比特数的差值diff_bit有关。由于各通道子带样本的码字在编码流中是交替排列的,参数diff_bit一旦不为0,就会造成处理后比特排列的严重错位,而带来帧数据的大范围的变动。First, compare and analyze the processed files with the original files. According to the previous analysis, the data change will occur in the bit allocation of the frame and the channel subband sample codeword, and the size of the data change is mainly related to the difference between the number of bits released by the reduction of bit allocation and the number of bits consumed by the increase of bit allocation diff_bit related. Since the codewords of the subband samples of each channel are arranged alternately in the encoded stream, once the parameter diff_bit is not 0, it will cause a serious misalignment of the processed bit arrangement, resulting in a large-scale change of the frame data.

图3显示了前面列举的第2000帧在处理前后的数据对比情况,其中变动字节的背景用阴影显示出来。该帧位分配减少所释放的比特数为24,而位分配增加所耗费的比特数为12,即diff_bit=12。可以看到,在帧前面部分的变动有2个字节,对应于被改变的两个通道子带的位分配信息。在占到音频帧绝大部分的通道子带样本码字区域,数据几乎都被改变了,这是比特排列的严重错位的效果。对整个帧,数据变化率达84.77%,连续不变的最大区域出现在帧的前面部分,其长度为95字节。Figure 3 shows the data comparison of the 2000th frame listed above before and after processing, in which the background of the changed bytes is displayed with shadows. The number of bits released by reducing the frame bit allocation is 24, and the number of bits consumed by increasing the bit allocation is 12, that is, diff_bit=12. It can be seen that the change in the front part of the frame has 2 bytes, corresponding to the bit allocation information of the two channel subbands that are changed. In the channel subband sample codeword area which accounts for most of the audio frame, the data is almost all changed, which is the effect of serious misalignment of the bit arrangement. For the entire frame, the data change rate reaches 84.77%, and the largest continuous area appears in the front part of the frame, and its length is 95 bytes.

2.音质及格式的保持2. Sound quality and format maintenance

用同一标准解码器对原mp2文件及通过本发明方法和其减化方法处理得到的文件进行解码。表1列出了3个音频文件解码后的音质对比,评价参数为ODG。该参数值越接近0,表示音质越好。The same standard decoder is used to decode the original mp2 file and the file processed by the method of the present invention and its reduction method. Table 1 lists the sound quality comparison of the three audio files after decoding, and the evaluation parameter is ODG. The closer the value of this parameter is to 0, the better the sound quality.

表1原文件、通过本发明及其减化方法处理后的文件的音质比较Table 1 original file, the sound quality comparison of the file processed by the present invention and reduction method thereof

  原文件 Original file   本发明处理后 After the present invention is processed   减化方法处理后 After reduction method processing   -3.326 -3.326   -3.330 -3.330   -3.354 -3.354

可以看到,通过本发明方法处理后的音频与原音频的音质差别很小,而减化方法由于原样本码字对应的量化比特位数与新位分配不一致,因此它处理后的音质有略微的下降。另外,本发明方法没有改变原文件音频帧的帧头,且保持了帧大小不变,故经其处理后的文件保持了原文件的大小、通道数、采样率、比特率等原有属性。It can be seen that the sound quality difference between the audio after processing by the method of the present invention and the original audio is very small, and because the quantization bit number corresponding to the original sample codeword is not consistent with the new bit allocation in the reduction method, the sound quality after it is processed has a slight difference. Decline. In addition, the method of the present invention does not change the frame header of the audio frame of the original file, and keeps the frame size unchanged, so the processed file keeps the original attributes such as the size of the original file, the number of channels, the sampling rate, and the bit rate.

3.处理速度3. Processing speed

用本发明方法和其减化方法对测试音频文件进行变码处理,表2列出了相应处理时间(单位为秒)的结果,该结果包括了读写文件所用的时间。测试机器为Intel(R)i3处理器,主频为2.53GHz。为便于比较,表2中还列出了对测试文件所对应的原未压缩音频文件进行标准的编码和对原mp2文件进行标准解码的处理时间。Using the method of the present invention and its reduction method to transcode the test audio file, Table 2 lists the results of the corresponding processing time (in seconds), which includes the time used for reading and writing files. The test machine is an Intel(R) i3 processor with a main frequency of 2.53GHz. For the convenience of comparison, Table 2 also lists the processing time for standard encoding of the original uncompressed audio file corresponding to the test file and standard decoding of the original mp2 file.

表2本发明和其减化方法以及编、解码四种处理的处理时间比较Table 2 The present invention and its reducing method and the processing time comparison of four kinds of processing of encoding and decoding

  编码 encoding   解码 decode   本发明处理 The present invention deals with   减化方法处理 Reduced method processing   6.328 6.328   4.282 4.282   0.406 0.406   0.360 0.360

可以看到,减化方法的处理速度是各处理中最快的。相对于编码和解码,本发明方法的处理速度也是非常快的,分别为编码和解码的15.59和10.55倍,对4分24秒的音频,仅用0.406秒就完成了,其处理的实时速度比(音频总时间/处理时间)高达650.25。It can be seen that the processing speed of the reduction method is the fastest among the processing. Compared with encoding and decoding, the processing speed of the method of the present invention is also very fast, which is 15.59 and 10.55 times of encoding and decoding respectively, and the audio frequency of 4 minutes and 24 seconds is completed in only 0.406 seconds, and the real-time speed of its processing is higher than that of (total audio time / processing time) up to 650.25.

Claims (4)

1. the method for a rapid damage broadcast audio file virus, it is characterized in that, one by one the audio frame in encoding stream is carried out the adjustment of quantization bit position, the audio frame after heavy quantization encoding is re-write in encoding stream, audio frame is carried out to bit adjustment and comprise the following steps:
A. resolve frame head and the sub-band coding information of current audio frame, obtain the position of all passage subbands in current audio frame and distribute and sample code word;
B. in all passage subbands that participate in current audio frame coding, first select 1 passage subband to carry out position distribution and subtract 1 adjustment, then select one or more passage subbands to carry out position and divide with addition of 1 adjustment; The satisfied condition of selecteed passage subband is: carry out position and distribute and reduce the sample code word bits number discharging after a passage subband distribution in place of adjusting reduces and be more than or equal to and carry out position and distribute to increase after the distribution in place of all passage subbands of adjusting increases and need total bit number of the sample code word expending, and carry out position and distribute and reduce the subband numbering of adjusting and number different with the subband that increases adjustment;
C. to distributing the sample code word of all passage subbands of adjusting to decode and inverse quantization through position, generate the frequency samples of respective channel subband, then according to point coordination after adjusting, these frequency samples are carried out to re-quantization and coding, generate new sample code word;
D. by comprising, the new position of passage subband is distributed and all frame informations of new samples code word generate the audio frame after changing by normal structure.
2. a kind of method of rapid damage broadcast audio file virus as claimed in claim 1, is characterized in that, distributes while reducing the passage subband of adjusting selecting to carry out position, and a passage subband that reduces by 1 rear caused signal noise ratio slippage minimum is distributed in the preferential position of selecting.
3. a kind of method of rapid damage broadcast audio file virus as claimed in claim 2, it is characterized in that, in the time selecting to carry out the passage subband of position distribution increase adjustment, a preferential passage subband for the increment maximum of distribution increase by 1 caused signal noise ratio of selecting.
4. a kind of method of rapid damage broadcast audio file virus as claimed in claim 1, is characterized in that, step a also calculates current audio frame unspent bit number in the time of initial coding; In step b, the satisfied condition of selecteed passage subband becomes: carry out position and distribute while reducing the sample code word bits number discharging after the passage subband distribution in place of adjusting reduces with initial coding unspent bit number sum to be more than or equal to carry out position to distribute to increase the total bit number that needs the sample code word expending after the distribution in place of all passage subbands of adjusting increases.
CN201210138517.8A 2012-05-07 2012-05-07 Method for rapidly destroying broadcast audio file viruses Expired - Fee Related CN102831893B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210138517.8A CN102831893B (en) 2012-05-07 2012-05-07 Method for rapidly destroying broadcast audio file viruses

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210138517.8A CN102831893B (en) 2012-05-07 2012-05-07 Method for rapidly destroying broadcast audio file viruses

Publications (2)

Publication Number Publication Date
CN102831893A CN102831893A (en) 2012-12-19
CN102831893B true CN102831893B (en) 2014-07-16

Family

ID=47334992

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210138517.8A Expired - Fee Related CN102831893B (en) 2012-05-07 2012-05-07 Method for rapidly destroying broadcast audio file viruses

Country Status (1)

Country Link
CN (1) CN102831893B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107609398B (en) * 2017-08-15 2019-10-29 北京英夫美迪科技股份有限公司 To breaking method and equipment viral in the audio file of linear PCM coding
US11115661B2 (en) * 2019-03-17 2021-09-07 International Business Machines Corporation Low delay content disarm and reconstruction (CDR) of live streaming video

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1971734A (en) * 2006-10-20 2007-05-30 宁波大学 Method for embedding and extracting authentication information of numeric music works
CN101394402A (en) * 2008-10-13 2009-03-25 邓学锋 Method for fast code changing in large range to audio information to break virus
CN101840701A (en) * 2009-03-18 2010-09-22 数维科技(北京)有限公司 Hierarchical audio coding frame structure

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1971734A (en) * 2006-10-20 2007-05-30 宁波大学 Method for embedding and extracting authentication information of numeric music works
CN101394402A (en) * 2008-10-13 2009-03-25 邓学锋 Method for fast code changing in large range to audio information to break virus
CN101840701A (en) * 2009-03-18 2010-09-22 数维科技(北京)有限公司 Hierarchical audio coding frame structure

Also Published As

Publication number Publication date
CN102831893A (en) 2012-12-19

Similar Documents

Publication Publication Date Title
KR101168473B1 (en) Audio encoding system
Yi et al. AHCM: Adaptive Huffman code mapping for audio steganography based on psychoacoustic model
IL271502A (en) Adaptive processing with multiple media processing nodes
KR960012475B1 (en) Digital audio coder of channel bit
Yang et al. Defeating fake-quality MP3
US7627481B1 (en) Adapting masking thresholds for encoding a low frequency transient signal in audio data
Qiao et al. MP3 audio steganalysis
EP1905034A1 (en) Virtual source location information based channel level difference quantization and dequantization method
Yang et al. Detecting double compression of audio signal
Yang et al. High-fidelity multichannel audio coding with Karhunen-Loeve transform
CN100489965C (en) Audio encoding system
CN102831893B (en) Method for rapidly destroying broadcast audio file viruses
KR100707177B1 (en) Digital signal encoding / decoding method and apparatus
CA2368453A1 (en) Using gain-adaptive quantization and non-uniform symbol lengths for audio coding
CN101800048A (en) Multi-channel digital audio coding method based on DRA coder and coding system thereof
Kuriakose et al. A novel method for MP3 steganalysis
Atoum New mp3 steganography data set
Chou et al. High capacity audio data hiding for noisy channels
JPH08179794A (en) Sub-band coding method and device
Ostergaard et al. Perceptual audio coding using n-channel lattice vector quantization
Yang et al. A Robust MP3 Steganographic Method against Multiple Compressions Based on Modified Discrete Cosine Transform
AU770610B2 (en) Tandem audio compression
KR20080112000A (en) Encoding / Decoding Method Using Tone Similarity
KR960012476B1 (en) Bit allocation device per frame of digital audio encoding device
You et al. DRA Audio Coding Standard: An Overview

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140716

Termination date: 20170507

CF01 Termination of patent right due to non-payment of annual fee