CA2607952C - Robust decoder - Google Patents

Robust decoder Download PDF

Info

Publication number
CA2607952C
CA2607952C CA2607952A CA2607952A CA2607952C CA 2607952 C CA2607952 C CA 2607952C CA 2607952 A CA2607952 A CA 2607952A CA 2607952 A CA2607952 A CA 2607952A CA 2607952 C CA2607952 C CA 2607952C
Authority
CA
Canada
Prior art keywords
signal
concealment
frame
classification
available
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CA2607952A
Other languages
French (fr)
Other versions
CA2607952A1 (en
Inventor
Hosam A. Khalil
Tian Wang
Kazuhito Koishida
Xiaoqin Sun
Wei-Ge Chen
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
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 Microsoft Technology Licensing LLC filed Critical Microsoft Technology Licensing LLC
Publication of CA2607952A1 publication Critical patent/CA2607952A1/en
Application granted granted Critical
Publication of CA2607952C publication Critical patent/CA2607952C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/005Correction of errors induced by the transmission channel, if related to the coding algorithm
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L21/00Processing of the speech or voice signal to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
    • G10L21/04Time compression or expansion
    • G10L21/043Time compression or expansion by changing speed
    • G10L21/045Time compression or expansion by changing speed using thinning out or insertion of a waveform
    • 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/04Speech 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 using predictive techniques
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
    • H04N19/89Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder
    • H04N19/895Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder in combination with error concealment

Abstract

Techniques and tools related to delayed or lost coded audio information are described. For example, a concealment technique for one or more missing frames is selected based on one or more factors that include a classification of each of one or more available frames near the one or more missing frames. As another example, information from a concealment signal is used to produce substitute information that is relied on in decoding a subsequent frame. As yet another example, a data structure having nodes corresponding to received packet delays is used to determine a desired decoder packet delay value.

Description

ROBUST DECODER
TECHNICAL FIELD
Described tools and techniques relate to audio codecs, and particularly to techniques for dealing with delayed or lost encoded audio information.
BACKGROUND
With the emergence of digital wireless telephone networks, streaming audio over the Internet, and Internet telephony, digital processing and delivery of speech has become commonplace. Engineers use a variety of techniques to process speech efficiently while still maintaining quality. To understand these techniques, it helps to understand how audio information is represented and processed in a computer.
I. Representation of Audio Information in a Computer A computer processes audio information as a series of numbers representing the audio. A single number can represent an audio sample, which is an amplitude value at a particular time. Several factors affect the quality of the audio, including sample depth and sampling rate.
Sample depth (or precision) indicates the range of numbers used to represent a sample. More possible values for each sample typically yields higher quality output because more subtle variations in amplitude can be represented. An eight-bit sample has 256 possible values, while a sixteen-bit sample has 65,536 possible values.
The sampling rate (usually measured as the number of samples per second) also affects quality. The higher the sampling rate, the higher the quality because more frequencies of sound can be represented. Some common sampling rates are 8,000, 11,025, 22,050, 32,000, 44,100, 48,000, and 96,000 samples/second (Hz). Table 1 shows several formats of audio with different quality levels, along with corresponding raw bit rate costs.
Sample Depth Sampling Rate Channel Raw Bit Rate (bits/sample) (samples/second) Mode (bits/second) 8 8,000 mono 64,000 8 11,025 mono 88,200 16 44,100 stereo 1,411,200 Table 1: Bit rates for different quality audio As Table 1 shows, the cost of high quality audio is high bit rate. High quality audio information consumes large amounts of computer storage and transmission capacity.
Many computers and computer networks lack the resources to process raw digital audio.
Compression (also called encoding or coding) decreases the cost of storing and transmitting audio information by converting the information into a lower bit rate form.

Compression can be lossless (in which quality does not suffer) or lossy (in which quality suffers but bit rate reduction from subsequent lossless compression is more dramatic).
Decompression (also called decoding) extracts a reconstructed version of the original information from the compressed form. A codec is an encoder/decoder system.
II. Speech Encoders and Decoders One goal of audio compression is to digitally represent audio signals to provide maximum signal quality for a given amount of bits. Stated differently, this goal is to represent the audio signals with the least bits for a given level of quality.
Other goals such as resiliency to transmission errors and limiting the overall delay due to encoding/transmission/decoding apply in some scenarios.
Different kinds of audio signals have different characteristics. Music is characterized by large ranges of frequencies and amplitudes, and often includes two or more channels. On the other hand, speech is characterized by smaller ranges of frequencies and amplitudes, and is commonly represented in a single channel.
Certain codecs and processing techniques are adapted for music and general audio;
other codecs and processing techniques are adapted for speech.
One type of conventional speech codec uses linear prediction to achieve compression. The speech encoding includes several stages. The encoder finds and quantizes coefficients for a linear prediction filter, which is used to predict sample values as linear combinations of preceding sample values. A residual signal (represented as an "excitation" signal) indicates parts of the original signal not accurately predicted by the filtering. At some stages, the speech codec uses different compression techniques for voiced segments (characterized by vocal chord vibration), unvoiced segments, and silent segments, since different kinds of speech have different characteristics.
Voiced segments typically exhibit highly repeating voicing patterns, even in the residual domain. For voiced segments, the encoder achieves further compression by comparing the current residual signal to previous residual cycles and encoding the current residual signal in terms of delay or lag information relative to the previous cycles. The encoder handles other discrepancies between the original signal and the predicted, encoded representation (from the linear prediction and delay information) using specially designed codebooks.
Although some speech codecs described above have good overall performance for many applications, they have several drawbacks. In particular, several drawbacks surface when the speech codecs are used in conjunction with dynamic network resources.
In such
2 scenarios, encoded speech may be lost because of a temporary bandwidth shortage or other problem.
A. Ineffective Concealment Techniques When one or more packets of encoded speech are missing, such as by where they are lost, delayed, corrupted or otherwise made unusable in transit or elsewhere, decoders often attempt to conceal the missing packets in some manner. For example, some decoders simply repeat packets that have already been received. If there are significant losses of packets, however, this technique can quickly result in degraded quality of the decoded speech output.
Some codecs use more sophisticated concealment techniques, such as the waveform similarity overlap-add method ("WSOLA"). This technique extends the decoded audio signal to conceal missing packets by generating new pitch cycles through weighted averages of existing pitch cycles. This method can be more effective in concealing missing packets than merely repeating earlier packets. However, it may not be ideal for all situations. Moreover, it can produce undesirable sound effects (such as a mechanical or ringing sound), if it is used to extend a signal for too long.
Additionally, many frames depend on memory of decoded characteristics of previous frames (such as excitation signal history) for decoding. When such memory does not exist (as where the packets that would have been used to produce the memory are lost, delayed, etc.), the signal quality may be degraded even for the received frames that follow missing frames.
B. Inefficient or Ineffective Desired Packet Delay Calculations As packets of encoded audio information are being transported to a decoder application, each packet may experience a different delay due to, for example, network variations. This can also result in packets arriving in a different order than they were sent.
An application or decoder may calculate delay statistics to determine a desired decoder buffer delay that is expected to be long enough to allow a sufficient number of packets to arrive at the decoder in time to be decoded and used. Of course, a countervailing concern may be overall delay in the system, especially for real-time, interactive applications such as telephony.
One approach to calculating the optimal delay is to look at the maximum delay of previous packets and use that delay value as a guide. The delay of a packet is typically determined by calculating the difference between a sent time stamp applied on the encoder side when the packet is sent and a received time stamp applied on the decoder side when
3 the packet is received. However, sometimes outliers may exist, causing the system to adapt to unrepresentative packets. In addition, it is sometimes better to let a few packets arrive too late (and be missed) than to impose a delay long enough to receive those outlier, late packets.
One alternative is calculating the desired delay based on formulas such as running averages, and running variance calculations. However, many parameters need to be optimized in such calculations, and it is difficult to find the right tradeoff between calculation and response speed on the one hand, and basing the calculations on a representative population of history values on the other hand.
Another approach is to directly analyze the packet delay distribution. For example, a histogram of packet delays may be maintained. The width of a bin in the delay time histogram represents the desired accuracy with which the optimal delay will be calculated.
Decreasing the bin size improves the accuracy. The shape of the histogram approximately mirrors the underlying packet delay distribution.
When a new packet arrives, the packet delay is mapped to the corresponding bin and the count of the packets that fall into that bin is incremented. To reflect the age of some old packets, counts in all other bins are scaled down in a process called "aging." To find the new desired delay, the decoder sets a desired loss rate. Typical values range between one percent and five percent. The histogram is analyzed to determine the value of the desired delay that is needed to achieve the desired loss. One problem with this approach is that some parameters need to be tuned, such as bin width, and aging factors.
In addition, all old packets are treated similarly in the aging process, and the aging approach itself plays an overly significant role in the overall performance of the technique.
In addition, a clock-drift situation may occur. Clock drift occurs when the clock rates of different devices are not the same. If clock drift occurs between encoder-side devices that apply sent time stamps and decoder-side devices that apply received time stamps, the overall delay has either a positive or a negative trend. This can cause the histogram to drift along the delay timeline even when the histogram should be static.
SUMMARY
In summary, the detailed description is directed to various techniques and tools for audio codecs and specifically to tools and techniques related to techniques for dealing with audio information that is missing for any reason. Described embodiments implement one or more of the described techniques and tools including, but not limited to, the following:
4 In one aspect, if one or more missing frames is encountered while processing a bit stream for an audio signal, then a concealment technique is selected from among multiple available signal-dependent concealment techniques based at least in part on one or more factors. The selected concealment technique is performed and a result is output.
In another aspect, when encountering one or more frames missing from a bit stream for an audio signal, a concealment signal based at least in part on pitch cycles in one or more previous frames is generated, including introducing pitch jitter.
In another aspect, one or more frames missing from a bit stream for an audio signal is encountered and a concealment signal is produced. A subsequent frame is encountered that relies at least in part on information from the one or more missing frames for decoding. Substitute information from the concealment signal is produced and relied on in place of the information from the one or more missing frames to decode the subsequent frame.
In another aspect, a bit stream for an audio signal is processed. When one or more frames missing from the bit stream is encountered, then the processing includes generating a concealment signal including an extension signal contribution based at least in part on one or more values associated with an available frame, and, after a threshold duration of the concealment signal, adding a noise contribution to the concealment signal.
When encountering the one or more missing frames from the bit stream, the processing may further include gradually decreasing energy of the extension signal contribution along at least part of the audio signal, and gradually increasing energy of the noise contribution along the at least part of the audio signal. Moreover, gradually decreasing the energy of the extension signal contribution may include gradually decreasing the energy until the extension signal is imperceptible. Also, the energy of the extension signal contribution may be gradually decreased and the energy of the noise contribution may be gradually increased until the concealment signal consists essentially of a predetermined level of background noise.
In another aspect, a bit stream for an audio signal is processed. When encountering one or more missing frames from the bit stream, the processing includes identifying plural available segments from an available frame, and for each of the plural available segments, using one or more characteristics of the available segment to generate a derived segment. A merged signal is formed using the plural available segments and the plural derived segments. The available frame may be an unvoiced frame, and the one or more characteristics may include energy of the available segment. The plural available
5 =

segments may include first and second available segments, the plural derived segments may include first and second derived segments, and forming the merged signal may include merging the first available segment with the first derived segment, merging the first derived segment with the second derived segment, and merging the second derived segment with the second available segment. The plural available segments may include more than two available segments, and the plural derived segments may include more than two derived segments.
Also, the processing may further include using the merged segment in place of the available frame and the one or more missing frames.
In another aspect, a data structure is maintained.
The data structure includes a set of plural nodes that correspond to packets in a set of received packets. Each node of the set of plural nodes includes a delay value for receipt of a corresponding packet of the set of received packets, a higher value pointer that points to a node of the set of plural nodes with a next higher delay value, and a lower value pointer that points to a node of the set of plural nodes with a next lower delay value. A desired decoder packet delay value is determined based at least in part on the data structure. When a new packet is received, maintaining the data structure may include replacing a delay value of an oldest packet out of the set of received packets with a delay value of the new packet, updating the high value pointer of one or more nodes of the set of plural nodes, and updating the low value pointer of one or more nodes of the set of plural nodes. Moreover, determining the desired decoder packet delay value may include locating a node of the set of plural nodes comprising a maximum delay value, searching nodes of the set of plural nodes with successively lower delay values until a desired number of
6 '51017-6 nodes has been searched, and using the delay value of the last node to be searched as a desired packet delay for the decoder. Also, the desired number of nodes may correspond to a predetermined desired packet loss rate.
According to another aspect of the present invention, there is provided a computer-implemented method comprising: processing a bit stream for an audio signal, including, when one or more missing frames is encountered while processing the bit stream, based at least in part on one or more factors, at a computer processor, selecting a concealment technique from among multiple available signal-dependent concealment techniques, wherein the one or more factors comprise a classification of an available prior frame from an earlier point in the audio signal than the one or more missing frames and a classification of an available following frame from a later point in the audio signal than the one or more missing frames, a count of the one or more missing frames, the count indicating how many consecutive frames are missing, and wherein the classification of the available prior frame is one of a set of possible classifications comprising voiced and unvoiced;
determining whether the classification of the available prior frame is voiced or unvoiced and determining whether the classification of the available following frame is voiced or unvoiced, wherein: if the classification of the available prior frame and the classification of the available following frame are both voiced, and the count of the one or more missing frames is less than a first threshold value, then the selected concealment technique comprises bi-directional concealment; and if the classification of the available prior frame is voiced, and the count of the one or more missing frames is more than a second threshold value, then the selected concealment technique comprises unidirectional concealment; performing the selected concealment technique; and outputting a result, wherein the first threshold value may or may not equal the second threshold value.
Other embodiments of the invention provide computer readable media having computer executable instructions stored thereon for execution by one or more computers, that when executed implement a method as summarized above or as detailed below.
The various techniques and tools can be used in combination or independently.
6a Additional features and advantages will be made apparent from the following detailed description of different embodiments that proceeds with reference to the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a block diagram of a suitable computing environment in which one or more of the described embodiments may be implemented.
Figure 2 is a block diagram of a network environment in conjunction with which one or more of the described embodiments may be implemented.
6b Figure 3 is a block diagram of a real-time speech frame encoder in conjunction with which one or more of the described embodiments may be implemented.
Figure 4 is a flow diagram depicting the determination of codebook parameters in one implementation.
Figure 5 is a block diagram of a real-time speech frame decoder in conjunction with which one or more of the described embodiments may be implemented.
Figure 6 is a block diagram depicting the general flow of audio information in an example decoder-side VoIP system.
Figure 7 is a block diagram depicting the buffering of samples in an example decoder-side buffering technique.
Figure 8 is a graph of an example packet delay distribution.
Figure 9 is a diagram of an example packet delay data structure.
Figure 10 is a flow diagram depicting an example of determining an appropriate concealment technique.
Figure 11 is a schematic diagram illustrating a technique for concealing missing unvoiced audio information.
Figure 12 is a flow diagram depicting an example of a decoder memory recovery technique.
DETAILED DESCRIPTION
Described embodiments are directed to techniques and tools for processing audio information in encoding and/or decoding. With these techniques the quality of speech derived from a speech codec, such as a real-time speech codec, is improved.
Such improvements may result from the use of various techniques and tools separately or in combination.
Such techniques and tools may include choosing a concealment technique based on characteristics of the audio signal and/or using pitch jittering in conjunction with pitch extension concealment techniques. The techniques may also include encoding some or all of a signal resulting from concealment techniques and using the encoded information to regenerate the memory used for decoding future packets. Additionally, the techniques may include calculating a desired packet delay value using a data structure adapted for tracking and ordering packet delays.
Although operations for various techniques are described in a particular, sequential order for the sake of presentation, it should be understood that this manner of description encompasses minor rearrangements in the order of operations, unless a particular ordering
7 is required. For example, operations described sequentially may in some cases be rearranged or performed concurrently. Moreover, for the sake of simplicity, flowcharts may not show the various ways in which particular techniques can be used in conjunction with other techniques.
While particular computing environment features and audio codec features are described below, one or more of the tools and techniques may be used with various different types of computing environments and/or various different types of codecs. For example, one or more of the robust decoder techniques may be used with codecs that do not use the CELP coding model, such as adaptive differential pulse code modulation codecs, transorm codecs and/or other types of codecs. As another example, one or more of the robust decoder techniques may be used with single band codecs or sub-band codecs.
As another example, one or more of the robust decoder techniques may be applied to a single band of a multi-band codec and/or to a synthesized or unencoded signal including contributions of multiple bands of a multi-band codec.
I. Computing Environment Figure 1 illustrates a generalized example of a suitable computing environment (100) in which one or more of the described embodiments may be implemented.
The computing environment (100) is not intended to suggest any limitation as to scope of use or functionality of the invention, as the present invention may be implemented in diverse general-purpose or special-purpose computing environments.
With reference to Figure 1, the computing environment (100) includes at least one processing unit (110) and memory (120). In Figure 1, this most basic configuration (130) is included within a dashed line. The processing unit (110) executes computer-executable instructions and may be a real or a virtual processor. In a multi-processing system, multiple processing units execute computer-executable instructions to increase processing power. The memory (120) may be volatile memory (e.g., registers, cache, RAM), non-volatile memory (e.g., ROM, EEPROM, flash memory, etc.), or some combination of the two. The memory (120) stores software (180) implementing techniques such as signal-dependent concealment, pitchjittering, decoder memory recovery, and/or linked-list packet delay calculations.
A computing environment (100) may have additional features. In Figure 1, the computing environment (100) includes storage (140), one or more input devices (150), one or more output devices (160), and one or more communication connections (170).
An interconnection mechanism (not shown) such as a bus, controller, or network interconnects
8 the components of the computing environment (100). Typically, operating system software (not shown) provides an operating environment for other software executing in the computing environment (100), and coordinates activities of the components of the computing environment (100).
The storage (140) may be removable or non-removable, and may include magnetic disks, magnetic tapes or cassettes, CD-ROMs, CD-RWs, DVDs, or any other medium which can be used to store information and which can be accessed within the computing environment (100). The storage (140) stores instructions for the software (180).
The input device(s) (150) may be a touch input device such as a keyboard, mouse, pen, or trackball, a voice input device, a scanning device, network adapter, or another device that provides input to the computing environment (100). For audio, the input device(s) (150) may be a sound card, microphone or other device that accepts audio input in analog or digital form, or a CD/DVD reader that provides audio samples to the computing environment (100). The output device(s) (160) may be a display, printer, speaker, CD/DVD-writer, network adapter, or another device that provides output from the computing environment (100).
The communication connection(s) (170) enable communication over a communication medium to another computing entity. The communication medium conveys information such as computer-executable instructions, compressed speech information, or other data in a modulated data signal. A modulated data signal is a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media include wired or wireless techniques implemented with an electrical, optical, RF, infrared, acoustic, or other carrier.
The invention can be described in the general context of computer-readable media.
Computer-readable media are any available media that can be accessed within a computing environment. By way of example, and not limitation, with the computing environment (100), computer-readable media include memory (120), storage (140), communication media, and combinations of any of the above.
The invention can be described in the general context of computer-executable instructions, such as those included in program modules, being executed in a computing environment on a target real or virtual processor. Generally, program modules include routines, programs, libraries, objects, classes, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The functionality of
9 the program modules may be combined or split between program modules as desired in various embodiments. Computer-executable instructions for program modules may be executed within a local or distributed computing environment.
For the sake of presentation, the detailed description uses terms like "determine,"
"generate," "adjust," and "apply" to describe computer operations in a computing environment. These terms are high-level abstractions for operations performed by a computer, and should not be confused with acts performed by a human being. The actual computer operations corresponding to these terms vary depending on implementation.
II. Generalized Network Environment and Real-time Speech Codec Figure 2 is a block diagram of a generalized network environment (200) in conjunction with which one or more of the described embodiments may be implemented.
A network (250) separates various encoder-side components from various decoder-side components.
The primary functions of the encoder-side and decoder-side components are speech encoding and decoding, respectively. On the encoder side, an input buffer (210) accepts and stores speech input (202). The speech encoder (230) takes speech input (202) from the input buffer (210) and encodes it.
Specifically, a frame splitter (212) splits the samples of the speech input (202) into frames. In one implementation, the frames are uniformly 20 ms long ¨ 160 samples for eight kHz input and 320 samples for sixteen kHz input. In other implementations, the frames have different durations, are non-uniform or overlapping, and/or the sampling rate of the input (202) is different. The frames may be organized in a super-frame/frame, frame/sub-frame, or other configuration for different stages of the encoding and decoding.
A frame classifier (214) classifies the frames according to one or more criteria, such as energy of the signal, zero crossing rate, long-term prediction gain, gain differential, and/or other criteria for sub-frames or the whole frames. Based upon the criteria, the frame classifier (214) classifies the different frames into classes such as silent, unvoiced, voiced, and transition (e.g., unvoiced to voiced). Additionally, the frames may be classified according to the type of redundant coding, if any, that is used for the frame.
The frame class affects the parameters that will be computed to encode the frame. In addition, the frame class may affect the resolution and loss resiliency with which parameters are encoded, so as to provide more resolution and loss resiliency to more important frame classes and parameters. For example, silent frames are typically coded at very low rate, are very simple to recover by concealment if lost, and may not need protection against loss. Unvoiced frames typically are coded at slightly higher rate, are reasonably simple to recover by concealment if lost, and are not significantly protected against loss. Voiced and transition frames are usually encoded with more bits, depending on the complexity of the frame as well as the presence of transitions. Voiced and transition frames are also difficult to recover if lost, and so are more significantly protected against loss. Alternatively, the frame classifier (214) uses other and/or additional frame classes.
In Figure 2, each frame is encoded, as by a frame encoding component (232).
Such frame encoding is described in more detail below with reference to Figure 3. The resulting encoded speech is provided to software for one or more networking layers (240) through a multiplexer ("MUX") (236). The networking layer(s) (240) process the encoded speech for transmission over the network (250). For example, the network layer software packages frames of encoded speech information into packets that follow the RTP
protocol, which are relayed over the Internet using UDP, IP, and various physical layer protocols.
Alternatively, other and/or additional layers of software or networking protocols are used.
The network (250) is a wide area, packet-switched network such as the Internet.
Alternatively, the network (250) is a local area network or other kind of network.
On the decoder side, software for one or more networking layers (260) receives and processes the transmitted data. The network, transport, and higher layer protocols and software in the decoder-side networking layer(s) (260) usually correspond to those in the encoder-side networking layer(s) (240). The networking layer(s) provide the encoded speech information to the speech decoder (270) through a demultiplexer ("DEMUX") (276).
The decoder (270) decodes each frame, as is depicted in decoding module (272).
The decoded speech output (292) may also be passed through one or more post-filters (284) to improve the quality of the resulting filtered speech output (294).
One generalized real-time speech frame decoder is described below with reference to Figure 5, but other speech decoders may instead be used. Additionally, some or all of the described tools and techniques may be used with other types of audio encoders and decoders, such as music encoders and decoders, or general-purpose audio encoders and decoders.
Aside from these primary encoding and decoding functions, the components may also share information (shown in dashed lines in Figure 2) to control the rate, quality, and/or loss resiliency of the encoded speech. The rate controller (220) considers a variety of factors such as the complexity of the current input in the input buffer (210), the buffer fullness of output buffers in the encoder (230) or elsewhere, desired output rate, the current network bandwidth, network congestion/noise conditions and/or decoder loss rate.
The decoder (270) feeds back decoder loss rate information to the rate controller (220).
The networking layer(s) (240, 260) collect or estimate information about current network bandwidth and congestion/noise conditions, which is fed back to the rate controller (220).
Alternatively, the rate controller (220) considers other and/or additional factors.
The rate controller (220) directs the speech encoder (230) to change the rate, quality, and/or loss resiliency with which speech is encoded. The encoder (230) may change rate and quality by adjusting quantization factors for parameters or changing the resolution of entropy codes representing the parameters. Additionally, the encoder may change loss resiliency by adjusting the rate or type of redundant coding.
Thus, the encoder (230) may change the allocation of bits between primary encoding functions and loss resiliency functions depending on network conditions. Alternatively, the rate is controlled in some other manner, such as where the encoder operates at a fixed rate.
Figure 3 is a block diagram of a generalized speech frame encoder (300) in conjunction with which one or more of the described embodiments may be implemented.
The frame encoder (300) generally corresponds to the frame encoding component (232) in Figure 2. The frame encoder (300) accepts the frame input (302) from the frame splifter and produces encoded frame output (392).
The LP analysis component (330) computes linear prediction coefficients (332).
In one implementation, the LP filter uses ten coefficients for eight kHz input and sixteen coefficients for sixteen kHz input, and the LP analysis component (330) computes one set of linear prediction coefficients per frame. Alternatively, the LP analysis component (330) computes two sets of coefficients per frame, one for each of two windows centered at different locations, or computes a different number of coefficients per frame.
The LPC processing component (335) receives and processes the linear prediction coefficients (332). Typically, the LPC processing component (335) converts LPC
values to a different representation for more efficient quantization and encoding.
For example, the LPC processing component (335) converts LPC values to a line spectral pair (LSP) representation, and the LSP values are quantized (such as by vector quantization) and encoded. The LSP values may be intra coded or predicted from other LSP values.

Various representations, quantization techniques, and encoding techniques are possible for LPC values. The LPC values are provided in some form as part of the encoded frame output (392) for packetization and transmission (along with any quantization parameters and other information needed for reconstruction). For subsequent use in the encoder (300), the LPC processing component (335) reconstructs the LPC values. The LPC

processing component (335) may perform interpolation for LPC values (such as equivalently in LSP representation or another representation) to smooth the transitions between different sets of LPC coefficients, or between the LPC coefficients used for different sub-frames of frames.
The synthesis (or "short-term prediction") filter (340) accepts reconstructed LPC
values (338) and incorporates them into the filter. The synthesis filter (340) receives an excitation signal and produces an approximation of the original signal. For a given frame, the synthesis filter (340) may buffer a number of reconstructed samples (e.g., ten for a ten-tap filter) from the previous frame for the start of the prediction.
The perceptual weighting components (350, 355) apply perceptual weighting to the original signal and the modeled output of the synthesis filter (340) so as to selectively de-emphasize the formant structure of speech signals to make the auditory systems less sensitive to quantization errors. The perceptual weighting components (350, 355) exploit psychoacoustic phenomena such as masking. In one implementation, the perceptual weighting components (350, 355) apply weights based on the original LPC values (332) received from the LP analysis component (330). Alternatively, the perceptual weighting components (350, 355) apply other and/or additional weights.
Following the perceptual weighting components (350, 355), the encoder (300) computes the difference between the perceptually weighted original signal and perceptually weighted output of the synthesis filter (340) to produce a difference signal (334). Alternatively, the encoder (300) uses a different technique to compute the speech parameters.
The excitation parameterization component (360) seeks to find the best combination of adaptive codebook indices, fixed codebook indices and gain codebook indices in terms of minimizing the difference between the perceptually weighted original signal and synthesized signal (in terms of weighted mean square error or other criteria).
Many parameters are computed per sub-frame, but more generally the parameters may be per super-frame, frame, or sub-frame. Table 2 shows the available types of parameters for different frame classes in one implementation.

Frame class Parameter(s) Silent Class information; LSP; gain (per frame, for generated noise) Unvoiced Class information; LSP; pulse, random, and gain codebook parameters (per sub-frame) Voiced Class information; LSP; adaptive, pulse, random, and gain codebook Transition parameters (per sub-frame) Table 2: Parameters for different frame classes In Figure 3, the excitation parameterization component (360) divides the frame into sub-frames and calculates codebook indices and gains for each sub-frame as appropriate. For example, the number and type of codebook stages to be used, and the resolutions of codebook indices, may initially be determined by an encoding mode, where the mode is dictated by the rate control component discussed above. A
particular mode may also dictate encoding and decoding parameters other than the number and type of codebook stages, for example, the resolution of the codebook indices. The parameters of each codebook stage are determined by optimizing the parameters to minimize error between a target signal and the contribution of that codebook stage to the synthesized signal. (As used herein, the term "optimize" means finding a suitable solution under applicable constraints such as distortion reduction, parameter search time, parameter search complexity, bit rate of parameters, etc., as opposed to performing a full search on the parameter space. Similarly, the term "minimize" should be understood in terms of finding a suitable solution under applicable constraints.) For example, the optimization can be done using a modified mean-square error technique. The target signal for each stage is the difference between the residual signal and the sum of the contributions of the previous codebook stages, if any, to the synthesized signal. Alternatively, other optimization techniques may be used.
Figure 4 shows a technique for determining codebook parameters according to one implementation. The excitation parameterization component (360) performs the technique, potentially in conjunction with other components such as a rate controller.
Alternatively, another component in an encoder performs the technique.
Referring to Figure 4, for each sub-frame in a voiced or transition frame, the excitation parameterization component (360) determines (410) whether an adaptive codebook may be used for the current sub-frame. (For example, the rate control may dictate that no adaptive codebook is to be used for a particular frame.) If the adaptive codebook is not to be used, then an adaptive codebook switch will indicate that no adaptive codebooks are to be used (435). For example, this could be done by setting a one-bit flag at the frame level indicating no adaptive codebooks are used in the frame, by specifying a particular coding mode at the frame level, or by setting a one-bit flag for each sub-frame indicating that no adaptive codebook is used in the sub-frame.
Referring still to Figure 4, if an adaptive codebook may be used, then the component (360) determines adaptive codebook parameters. Those parameters include an index, or pitch value, that indicates a desired segment of the excitation signal history, as well as a gain to apply to the desired segment. In Figures 3 and 4, the component (360) performs a closed loop pitch search (420). This search begins with the pitch determined by the optional open loop pitch search component (325) in Figure 3. An open loop pitch = search component (325) analyzes the weighted signal produced by weighting component (350) to estimate its pitch. Beginning with this estimated pitch, the closed loop pitch search (420) optimizes the pitch value to decrease the error between the target signal and the weighted synthesized signal generated from an indicated segment of the excitation signal history. The adaptive codebook gain value is also optimized (425). The adaptive codebook gain value indicates a multiplier to apply to the pitch-predicted values (the values from the indicated segment of the excitation signal history), to adjust the scale of the values. The gain multiplied by the pitch-predicted values is the adaptive codebook contribution to the excitation signal for the current frame or sub-frame. The gain optimization (425) and the closed loop pitch search (420) produce a gain value and an index value, respectively, that minimize the error between the target signal and the weighted synthesized signal from the adaptive codebook contribution.
If the component (360) determines (430) that the adaptive codebook is to be used, then the adaptive codebook parameters are signaled (440) in the bit stream. If not, then it is indicated that no adaptive codebook is used for the sub-frame (435), such as by setting a one-bit sub-frame level flag, as discussed above. This determination (430) may include determining whether the adaptive codebook contribution for the particular sub-frame is significant enough to be worth the number of bits required to signal the adaptive codebook parameters. Alternatively, some other basis may be used for the determination.
Moreover, although Figure 4 shows signaling after the determination, alternatively, signals are batched until the technique finishes for a frame or super-frame.
The excitation parameterization component (360) also determines (450) whether a pulse codebook is used. The use or non-use of the pulse codebook is indicated as part of an overall coding mode for the current frame, or it may be indicated or determined in other ways. A pulse codebook is a type of fixed codebook that specifies one or more pulses to be contributed to the excitation signal. The pulse codebook parameters include pairs of indices and signs (gains can be positive or negative). Each pair indicates a pulse to be included in the excitation signal, with the index indicating the position of the pulse and the sign indicating the polarity of the pulse. The number of pulses included in the pulse codebook and used to contribute to the excitation signal can vary depending on the coding mode. Additionally, the number of pulses may depend on whether or not an adaptive codebook is being used.
If the pulse codebook is used, then the pulse codebook parameters are optimized (455) to minimize error between the contribution of the indicated pulses and a target signal. If an adaptive codebook is not used, then the target signal is the weighted original signal. If an adaptive codebook is used, then the target signal is the difference between the weighted original signal and the contribution of the adaptive codebook to the weighted synthesized signal. At some point (not shown), the pulse codebook parameters are then signaled in the bit stream.
The excitation parameterization component (360) also determines (465) whether any random fixed codebook stages are to be used. The number (if any) of the random codebook stages is indicated as part of an overall coding mode for the current frame, or it may be indicated or determined in other ways. A random codebook is a type of fixed codebook that uses a pre-defined signal model for the values it encodes. The codebook parameters may include the starting point for an indicated segment of the signal model and a sign that can be positive or negative. The length or range of the indicated segment is typically fixed and is therefore not typically signaled, but alternatively a length or extent of the indicated segment is signaled. A gain is multiplied by the values in the indicated segment to produce the contribution of the random codebook to the excitation signal.
If at least one random codebook stage is used, then the codebook stage parameters for that codebook stage are optimized (470) to minimize the error between the contribution of the random codebook stage and a target signal. The target signal is the difference between the weighted original signal and the sum of the contribution to the weighted synthesized signal of the adaptive codebook (if any), the pulse codebook (if any), and the previously determined random codebook stages (if any). At some point (not shown), the random codebook parameters are then signaled in the bit stream.
The component (360) then determines (480) whether any more random codebook stages are to be used. If so, then the parameters of the next random codebook stage are optimized (470) and signaled as described above. This continues until all the parameters for the random codebook stages have been determined. All the random codebook stages can use the same signal model, although they will likely indicate different segments from the model and have different gain values. Alternatively, different signal models can be used for different random codebook stages.
Each excitation gain may be quantized independently or two or more gains may be quantized together, as determined by the rate controller and/or other components.
While a particular order has been set forth herein for optimizing the various codebook parameters, other orders and optimization techniques may be used. For example, all random codebooks could be optimized simultaneously. Thus, although Figure 4 shows sequential computation of different codebook parameters, alternatively, two or more different codebook parameters are jointly optimized (e.g., by jointly varying the parameters and evaluating results according to some non-linear optimization technique). Additionally, other configurations of codebooks or other excitation signal parameters could be used.
The excitation signal in this implementation is the sum of any contributions of the adaptive codebook, the pulse codebook, and the random codebook stage(s).
Alternatively, the component (360) may compute other and/or additional parameters for the excitation signal.
Referring to Figure 3, codebook parameters for the excitation signal are signaled or otherwise provided to a local decoder (365) (enclosed by dashed lines in Figure 3) as well as to the frame output (392). Thus, the encoded frame output (392) includes the output from the LPC processing component (335) discussed above, as well as the output from the excitation parameterization component (360).
The bit rate of the output (392) depends in part on the parameters used by the codebooks, and the encoder (300) may control bit rate and/or quality by switching between different sets of codebook indices, using embedded codes, or using other techniques. Different combinations of the codebook types and stages can yield different encoding modes for different frames and/or sub-frames. For example, an unvoiced frame may use only one random codebook stage. An adaptive codebook and a pulse codebook may be used for a low rate voiced frame. A high rate frame may be encoded using an adaptive codebook, a pulse codebook, and one or more random codebook stages.
The rate control module can determine or influence the mode for each frame.
Referring still to Figure 3, the output of the excitation parameterization component (360) is received by codebook reconstruction components (370, 372, 374, 376) and gain application components (380, 382, 384, 386) corresponding to the codebooks used by the parameterization component (360). The codebook stages (370, 372, 374, 376) and corresponding gain application components (380, 382, 384, 386) reconstruct the contributions of the codebooks. Those contributions are summed to produce an excitation signal (390), which is received by the synthesis filter (340), where it is used together with the "predicted" samples from which subsequent linear prediction occurs.
Delayed portions of the excitation signal are also used as an excitation history signal by the adaptive codebook reconstruction component (370) to reconstruct subsequent adaptive codebook parameters (e.g., pitch contribution), and by the parameterization component (360) in computing subsequent adaptive codebook parameters (e.g., pitch index and pitch gain values).
Referring back to Figure 2, the encoded frame output is accepted by the MUX
(236), along with other parameters. Such other parameters can include, among other information, frame class information (222) from the frame classifier (214) and frame encoding modes. The MUX (236) constructs application layer packets to pass to other software, or the MUX (236) puts data in the payloads of packets that follow a protocol such as RTP. The MUX may buffer parameters so as to allow selective repetition of the parameters for forward error correction in later packets. In one implementation, the MUX
(236) packs into a single packet the primary encoded speech information for one frame, along with forward error correction information for all or part of one or more previous frames.
The MUX (236) provides feedback such as current buffer fullness for rate control purposes. More generally, various components of the encoder (230) (including the frame classifier (214) and MUX (236)) may provide information to a rate controller (220) such as the one shown in Figure 2.
The bit stream DEMUX (276) of Figure 2 accepts encoded speech information as input and parses it to identify and process parameters. The parameters may include frame class, some representation of LPC values, and codebook parameters. The frame class may indicate which other parameters are present for a given frame. More generally, the DEMUX (276) uses the protocols used by the encoder (230) and extracts the parameters the encoder (230) packs into packets. For packets received over a dynamic packet-switched network, the DEMUX (276) includes a jitter buffer to smooth out short term fluctuations in packet rate over a given period of time. In some cases, the decoder (270) regulates buffer delay and manages when packets are read out from the buffer so as to integrate delay, quality control, concealment of missing frames, etc. into decoding. In other cases, an application layer component manages the jitter buffer, and the jitter buffer is filled at a variable rate and depleted by the decoder (270) at a constant or relatively constant rate.
The DEMUX (276) may receive multiple versions of parameters for a given segment, including a primary encoded version and one or more secondary error correction versions. When error correction fails, the decoder (270) uses concealment techniques such as the concealment techniques described below.
Figure 5 is a block diagram of a generalized real-time speech frame decoder (500) in conjunction with which one or more described embodiments may be implemented. The frame decoder (500) corresponds generally to the framedecoding component (272) of Figure 2.
The frame decoder (500) accepts encoded speech information (592) as input and produces a reconstructed output (502) after decoding. The components of the decoder (500) have corresponding components in the encoder (300), but overall the decoder (500) is simpler since it lacks components for perceptual weighting, the excitation processing loop and rate control.
The LPC processing component (535) receives information representing LPC
values in the form provided by the frame encoder (300) (as well as any quantization parameters and other information needed for reconstruction). The LPC
processing component (535) reconstructs the LPC values (538) using the inverse of the conversion, quantization, encoding, etc. previously applied to the LPC values. The LPC
processing component (535) may also perform interpolation for LPC values (in LPC
representation or another representation such as LSP) to smooth the transitions between different sets of LPC coefficients.
The codebook stages (570, 572, 574, 576) and gain application components (580, 582, 584, 586) decode the parameters of any of the corresponding codebook stages used for the excitation signal and compute the contribution of each codebook stage that is used.
More generally, the configuration and operations of the codebook stages (570, 572, 574, 576) and gain components (580, 582, 584, 586) correspond to the configuration and operations of the codebook stages (370, 372, 374, 376) and gain components (380, 382, 384, 386) in the encoder (300). The contributions of the used codebook stages are summed, and the resulting excitation signal (590) is fed into the synthesis filter (540).
Delayed values of the excitation signal (590) are also used as an excitation history by the adaptive codebook (570) in computing the contribution of the adaptive codebook for subsequent portions of the excitation signal.
The synthesis filter (540) accepts reconstructed LPC values (538) and incorporates them into the filter. The synthesis filter (540) stores previously reconstructed samples for processing. The excitation signal (590) is passed through the synthesis filter to form an approximation of the original speech signal.
The relationships shown in Figures 2-5 indicate general flows of information;
other relationships are not shown for the sake of simplicity. Depending on implementation and the type of compression desired, components can be added, omitted, split into multiple components, combined with other components, and/or replaced with like components. For example, in the environment (200) shown in Figure 2, the rate controller (220) may be combined with the speech encoder (230). Potential added components include a multimedia encoding (or playback) application that manages the speech encoder (or decoder) as well as other encoders (or decoders) and collects network and decoder condition information, and that performs adaptive error correction functions.
In alternative embodiments, different combinations and configurations of components process speech information using the techniques described herein.
III. Robust Decoding Techniques and Tools With various robust decoding techniques and tools, the quality of speech derived from a speech codec, such as a real-time speech codec, is improved. The various robust decoding techniques and tools may be used separately or in combination.
While particular computing environment features and audio codec features are described above, one or more of the tools and techniques may be used with various different types of computing environments and/or various different types of codecs. For example, one or more of the robust decoder techniques may be used with codecs that do not use the CELP coding model, such as adaptive differential pulse code modulation codecs, transform codecs and/or other types of codecs. As another example, one or more of the robust decoder techniques may be used with single band codecs or sub-band codecs.
As another example, one or more of the robust decoder techniques may be applied to a single band of a multi-band codec and/or to a synthesized or unencoded signal including contributions of multiple bands of a multi-band codec.
A. Decoder-side VoIP
Voice over Internet protocol ("VoIP") applications are one of the possible uses for the described codec. VoIP applications typically operate in either so-called "push mode,"

or so-called "pull mode." The described techniques may be used in either mode, or in some other mode. However, many of the current VoIP applications use pull-mode decoding. Accordingly, Figure 6 illustrates in general form one possible arrangement of some decoder-side pull mode operations. In general, the VoIP application (610) passes all packets received from a network source (600) immediately to the decoder (620), which will decide the desired buffering delay. In Figure 6, the decoder (620) performs the concealment techniques described below, rather than delegating the task of concealment of missing parts of the signal to the receiver application (610). Alternatively, the application (610) or some other component performs the concealment techniques described below.
In pull mode, when the renderer (630), an audio playback component, needs additional decoded audio information to play, it requests (650) the information. The VoIP
application (610) retrieves (655) the information available from the network source (600) (not just for the requested playback period) and pushes (660) the information to the decoder (620). The decoder (620) decodes some portion of the information (e.g., samples for the requested playback period) and returns (665) the decoded information to the VoIP
application (610), which provides (670) the information to the renderer (630).
If one or more frames are missing, the decoder (620) performs one or more concealment techniques and returns the resulting concealment information (e.g., as audio samples) to the VoIP application (610) in place of the actual samples for the missing frame(s). Because the renderer (630) requests samples as it needs them, the timing relies only on the local clock used by the renderer (630). Thus, this design can automatically take care of clock-drift problems that may occur in other designs, such as push-mode decoders that may rely on multiple clocks with slightly different clock rates.
As illustrated in Figure 7, the packets received by the VoIP application from a network source (710) are delivered immediately into the decoder, which places them according to their sequential order (in the audio signal) in a jitter buffer (720). As illustrated in Figure 7, a "1" in the jitter buffer (720) indicates that a corresponding packet is present, and a "0" indicates that the corresponding packet is absent.
In addition, there is a sample buffer (730), which holds decoded output samples (740) available for playback. Whenever the renderer (760) wants to play some audio, it pulls from the decoder sample buffer (730) the desired samples (750). If the sample buffer (730) does not have enough samples to satisfy the request, the decoder looks to the jitter buffer (720) to see if the next packet is available.

If the next packet is available, then it is decoded, and the decoded samples are placed in the sample buffer (730), and the requested samples are passed to the renderer (760) through the VoIP application. On the other hand, if the packet is not available, then a concealment module is invoked to generate replacement samples. The replacement samples are placed in the sample buffer (730), and the request is satisfied.
In either case, the jitter buffer can be shifted, and the jitter buffer head information (725) is appropriately adjusted.
B. Packet Delay Calculation In some robust decoding techniques and tools, the decoder tracks the packet loss rate and estimates the network delay by monitoring the packet receiving times.
Figure 8 illustrates an example packet delay distribution. The history of received packets can be used to determine any delay trends, and to calculate a desired delay (Ddesired, 820). If the desired delay (820) changes or if the packet delay distribution changes (e.g., due to network fluctuations), the decoder can change the jitter buffer delay dynamically and decode using time compression/extension (or variable-playout) techniques, which modifies the playback time of audio while maintaining the correct pitch. Using such techniques, when it is observed that the packet delay is increasing, the samples in the sample buffer can be time-extended so that the late packets can be accommodated up to a certain point acceptable for playback delay, interactivity, etc. For voiced frames, this can be done using the WSOLA techniques described below. Similarly, if the delay is observed to be decreasing, then the samples in the sample buffer can be time-compressed (played faster), so that the jitter buffer does not become full.
Traditional approaches to calculating the desired delay include simply using the maximum delay of previous packets as a guide. However, sometimes outliers may exist, causing the system to adapt to unrepresentative packet delay values. In addition, it is sometimes better to let a few packets arrive too late to be played back than to impose a delay long enough to receive and use the outlier, late packets. Some codecs calculate desired delay based on formulas such as running averages and running variance calculations. One example is described in R. Ramjee, J. Kurose, D. Towsley, and H.
Schulzrinne, "Adaptive Playout Mechanisms for Packetized Audio Applications in Wide-area Networks," Proceedings of IEEE TNFOCOM '94, pp. 680-688, April 1994.
However, many parameters need to be optimized in such calculations, and it is difficult to find the right tradeoff between response speed on the one hand, and basing the calculations on a representative population of history values on the other hand.

Another approach is to directly analyze a packet delay distribution (810), such as by using the implementation of the Concord algorithm described in C. J.
Sreenan, J-C.
Chen, P. Agrawal, and B. Narendran, "Delay Reduction Techniques for Playout Buffering," Proc. IEEE Trans. Multimedia, vol. 2, no. 2, pp. 88-100, June 2000. In that method, a histogram of packet delays is maintained. The width of a bin in the histogram represents the desired accuracy with which the optimal delay will be calculated.
Decreasing the bin size improves the accuracy but increases tracking complexity. The shape of the histogram approximately mirrors the underlying packet delay distribution.
When a new packet arrives, the packet delay is mapped to the corresponding bin and the count of the packets that fall into that bin is incremented. To reflect the age of some old packets, counts in all other bins are scaled down in a process called "aging."
To find the new desired delay the decoder sets a desired loss rate (Ldesired, 830).
Typical desired loss rate values range between 1% and 5%. The histogram is then analyzed to determine where the desired delay needs to be to achieve the loss rate. The problem with this approach is that some parameters need to be tuned, such as bin width and aging factors. In addition, all old packets are treated similarly, and the aging approach plays an overly significant role in the overall performance. In addition, when a clock-drift situation occurs, the overall delay has either a positive or a negative trend, which can further complicate the algorithm, especially when the histogram is meant to stay static within the time delay timeline.
In one robust decoding technique presented herein, a history of delays for a set number of packets is maintained. For, example the number of packets included in the history may be 500, 1000 or some other suitable number. With each incoming packet, the delay of the oldest packet is replaced with the delay of the newest packet, or the oldest packet is otherwise replaced with the newest packet in the history. That way, only the oldest packet is removed from the calculations. Referring to Figure 8, a packet delay distribution histogram (810) is generated according to a desired bin width based on the history of all packet delays on record. The optimal desired delay (820) is determined to be the bin delay value corresponding to the desired loss (830). This technique does not rely on aging methods. Accordingly, problems resulting from clock-drift situations are decreased. However, the computational requirements to regenerate a new histogram with each new packet are typically high. For example, in one implementation, the histogram computation consumed about 10% of the overall decoder complexity. It may be possible to decrease this complexity by reusing a previous histogram, rather than rebuilding it from scratch, but if the clock-drift situation occurs, this could allow the delay histogram to shift along the delay time axis even when it should remain static.
In another robust decoding technique, a data structure is used to determine the optimal buffering delay that is adapted to varying packet delays. In a particular implementation, a doubly-linked list of delay nodes placed linearly in memory (e.g., in an array) is used for updates, as well as for determining the desired delay. The history at the nth packet received is defined by History[n] = {Dm Dn-2, Dn-N+1} where the size of the history is N packets. The delay values for the packets represented in the history are placed in a doubly-linked list type of data structure.
An example of such a data structure (910) with four nodes (920, 922, 924, 926) in an array is illustrated in Figure 9. Of course, the data structure can include many more nodes, such as 500 to 1000 nodes. However, four nodes are shown for the sake of simplicity in explaining the data structure. Each node includes a delay value (940) that corresponds to the delay of a received packet. The nodes (920, 922, 924, 926) may be placed linearly in memory, and an index P (930) can be cycled over all the nodes. Thus, the index P (1030) tracks the packet that is currently the oldest in the array. Each node (920, 922, 924, 926) has a next pointer (950) (here, simply a field of a node) and a previous pointer (960) (here, simply a field of a node). Each next pointer (950) references the node with the next higher delay value. Each previous pointer (960) references the node with the next lower delay value. Thus, in the data structure (910) illustrated in Figure 9, Dõ.1 (at P3) > D, (at P4) > Dn_2 (at P2) > Dõ_3 (at P1). The oldest packet (P1) is at the start of the list initially.
When each new packet is received, the packet is added to the structure (910) up to the point that the history is filled (e.g., 500 packets tracked). At that point, when a new packet is received, the node including information about the oldest packet is replaced (e.g., packet 1 is replaced with packet 501 and the oldest packet is now packet 2, then packet 2 is replaced with packet 502 and the oldest packet is now packet 3). When the old node information is replaced, the previous and next pointers are updated. For the new delay value, the right place in the ordered list of delay values is found by looping over the next pointers and then the delay value is "inserted" in the ordering of delay values by updating the next and previous pointers.
The linked list also maintains a reference to the highest delay in the list.
When it is desired to find the optimal desired delay for a corresponding desired loss rate, a decoder starts at the highest delay and follows the previous pointers towards lower delays until a count of nodes corresponding to the desired loss rate is found. This can be done each time a new packet is received, or at some other interval. Thus, finding the desired delay is a simple process because only a few nodes (for example 1% to 5% for 1% to 5%
desired loss values) are traversed. Also, this can provide a natural solution to the clock-drift problem because no actual histograms are formed. Thus, the phenomenon of shifting histograms can be automatically handled. Additionally, the calculations are not confined to the accuracy specified by bin-widths. Accordingly, the calculations can be finer and more accurate than with typical histogram techniques.
Alternatively, instead of being implemented as an array in linear memory, the doubly linked list is implemented as some other type of dynamic data structure.
C. Signal-dependent Concealment When one or more packets are missing, one of several different approaches can be used to produce a signal that conceals the loss. An appropriate concealment technique can be chosen depending on the nature of the signal and the number of missing packets or frames.
One example of a signal technique determination is illustrated in Figure 10.
Alternatively other determinations are used. Referring to Figure 10, one or more missing frames is encountered (1010). A concealment technique is selected (1020) based on one or more factors such as the nature of one or more adjacent frame(s) and the number of missing frames. Alternatively, other and/or additional factors are used for the selection. A
concealment signal is produced (1030) using the selected technique. Several example signal-dependent concealment techniques follow. According to a first type of signal-dependent concealment technique, unidirectional concealment of voiced speech is used when past information is available for a missing voiced frame or frames and the preceding available frame is classified as a voiced frame. Unidirectional concealment may also be used, when future information is available, if the gap between available audio information is too long to practically use bi-directional concealment or to maintain low complexity, or for other reasons.
The waveform similarity overlap-add concealment technique ("WSOLA") can be used for unidirectional concealment. WSOLA is described in Y. J. Liang, N.
Farber, and B. Girod, "Adaptive Playout Scheduling and Loss Concealment for Voice Communication over IP Networks," IEEE Transactions on Multimedia, vol. 5, no. 4, pp. 532 -543, Dec.
2003. The WSOLA technique extends a previous signal by generating new pitch cycles through weighted averages of existing pitch cycles. Any desired length can be generated using this method until the next packet is received. However, if the pitch extension becomes too excessive, such as where many packets are lost, the WSOLA method can result in a mechanical sound.
Thus, in the present robust decoding technique, noise may be added if the pitch extension becomes too excessive. The noise can be generated, for example, using random white noise passed through a linear prediction coefficient filter optimized for the latest received audio signal. The energy of the noise can increase as the extension increases. As discussed below, the energy of the pitch extensions can also gradually decrease until all that remains is the generated background noise.
The extended signal is merged with a later signal produced from a later-received packet. This can include a signal matching routine to maximize the correlation between the two signals. That signal matching routine can be a simple correlation routine, such as a correlation routine that multiplies corresponding sample amplitudes for the overlapping signals and sums the resulting products to produce a correlation value. The lag of the later signal can be adjusted to maximize that correlation value. Alternatively, other signal matching routines can be used. The signals can be merged using weighting windows, such as weighting windows designed to have a constant effect on the signal energy across the merged area.
According to a second type of signal-dependent concealment technique, if the signal to be extended is unvoiced in nature (i.e., no clear voicing or pitch information can be found in the signal), then a different algorithm is used to extend the signal. In such cases, the signal to be extended is analyzed for the corresponding linear prediction coefficients, and random noise is passed through a linear prediction coefficient filter using those coefficients to generate a synthetic unvoiced signal to be merged with the signal to be extended. The energy of the synthesized signal is derived from the signal used for the extension. In general, this derivation can include breaking a frame of unvoiced speech in half, and extending and merging each half. An example of such a derivation is illustrated in Figure 11 . In the example shown, an unvoiced speech signal (1110) is available for one frame, and a signal (1120) is missing for a subsequent frame. The unvoiced speech signal is broken into two overlapping available sample signals or segments (1130, 1140).
The available samples (1130) on the left includes the left half of the available signal (1110) plus a few subsequent samples from the right half for smoothing. For example, forty or eighty subsequent samples can be used. Likewise, the available samples on the right includes the right half of the available signal (1110) plus a few previous samples for smoothing.
Left derived samples (1150) are created based on the energy of the left available samples (1130). Specifically, the left available samples (1130) are analyzed to produce corresponding linear prediction coefficients. Random noise is generated and passed through a linear prediction coefficient filter using those corresponding coefficients. The resulting signal is scaled so that it has a signal energy equal to the signal energy of the available samples (1130), thereby generating a synthetic unvoiced signal, or left derived samples (1150).
Likewise, right derived samples (1160) are created based on the energy of the right available samples (1140). Specifically, the right available samples (1140) are analyzed to produce corresponding linear prediction coefficients. Random noise is generated and passed through a linear prediction coefficient filter using those corresponding coefficients.
The resulting signal is scaled so that it has a signal energy equal to the signal energy of the available samples (1140), thereby generating a synthetic unvoiced signal, or right derived samples (1160).
As is illustrated in Figure 11, the four sets of samples are ordered from left to right as follows: left available samples (1130), left derived samples (1150), right derived samples (1160), and right available samples (1140). The overlapping signals (1130, 1140, 1150, 1160) are merged using weighting windows (1170) to produce a resulting signal (1180). The duration of the resulting signal (1180) is sufficient to cover the play time of the available signal (1110) and the missing signal (1120). The resulting signal (1180) may also be repeated to further extend the signal if subsequent frames are also missing. It is believed that this technique is able to perform well even in many situations where the energy within the available unvoiced frame goes significantly up or down within the frame.
Alternatively, the decoder splits the available information into more segments for derivation, merging, etc.
According to a third type of signal-dependent concealment technique, if both past and future voiced audio information is available, then bi-directional concealment is used.
Specifically, if the gap between available audio information is not too long (for example, three missing frames or less), then information from both sides can be used to fill the gap.
The past information is extended a bit past the midpoint between past and future available frames, and the future information is extended back a bit past the midpoint.
For example, the past and future information may be extended approximately one pitch length past the midpoint for voiced audio, or each may be extended some predetermined fixed amount, such as forty or eighty samples past the midpoint. One or both of the signals can be extended using the WSOLA method, the unvoiced concealment technique described above, and/or some other method. For example, if the past information is voiced and the future information is unvoiced, then the first technique described above can be used to extend the past information and the second technique can be used to extend the future information. For voiced signals, a signal matching routine such as the one described above can be used to make sure that the signals are merged at the best location at the past and future ends and the midpoint. Whether the signals are voiced, unvoiced, or both, the signals can then be merged using weighting windows, such as weighting windows designed to keep the signal energy approximately constant in the merged area.
Noise is typically not added to the signal when such bi-directional concealment is used.
In the first or second preceding type of signal-dependent concealment techniques, when there is an extended period with no received packets, the energy of the extended voiced or unvoiced signal created using one of the techniques described above is gradually decreased, and generated background noise is gradually increased until the resulting signal reaches a previously-determined energy level of background noise. This helps to reduce the artificial sounds such as ringing and mechanical sounds that can result from signals being extended for long periods of time. This technique can be particularly useful in applications that use voice-activity detection without any comfort noise generation. In such applications, when voice activity stops (e.g., pauses between sentences, or while the other talker is speaking), the sender application simply stops sending packets for the silence period. In such a case, although the decoder may encounter missing frames for such periods, the decoder can revert to background noise, which is the desired response during silence periods. In one implementation, noise begins to be gradually introduced after the signal has been extended for about two frames and the noise typically becomes perceptible to a listener after about four frames. By the time the signal has been extended for about six or seven frames, only background noise remains. These times can be adjusted based on the perceived audio quality to listeners in different circumstances.
D. Pitch Jittering Using the WSOLA technique or other voiced speech extension techniques, a signal can be produced using the pitch characteristics of a previous signal segment, such as a previous frame or frames. The resulting signal segment is often reused to extend the signal, sometimes to conceal the loss of many packets. Such repeated extension of a signal through pitch repetition (such as using the WSOLA technique) can result in ringing or mechanical sounds. The weighting used in the WSOLA technique itself can help to reduce such effects. Noise addition techniques such as those described above can further reduce such effects.
Ringing or mechanical sounds can also be reduced by adding a random, pseudorandom, or other adjustment factor to the pitch size/offset in subsequent samples as the signal is extended. Accordingly, instead of extending the signal in exact-size pitch cycles, a factor is added to the pitch size so that the signal more closely resembles natural speech, which rarely has an exactly fixed pitch rate. As the length of the extension increases, the factor may be increased in magnitude.
This technique can be implemented by using a factor table or list that includes a sequence of factors, with the range of the factors gradually increasing in magnitude. As an example, the offset adjustment factor may be zero samples for the first pitch cycle, negative one for the second cycle, positive one for the third pitch cycle, positive two for the fourth cycle, negative one for the fifth cycle, etc. Or, the adjustment factor may be selected randomly/pseudorandomly from the applicable range during decoding. In one implementation, the maximum range of the random factors is from negative three samples to positive three samples. However, the magnitude of the range may be adjusted based on listening tests. Alternatively, other techniques may be used to produce the adjustment factors and/or other ranges of adjustment factors may be used.
The three techniques described above to reduce the undesirable sound effects from repeating pitch cycles (WSOLA weighting, noise addition, and pitchjittering) can be used separately or in combination. Repeated tuning of the parameters of these techniques can be done to produce more desirable results in particular implementations.
E. Decoder Memory Recovery Decoders with limited internal memory or no internal memory are reasonably simple to use in VoIP applications. In such cases, packet losses do not render the encoder and decoder out-of-sync because there is no significant memory (past history) dependence on previous information when decoding current information. However, such voice codecs are usually not very efficient with respect to bit rate. In codecs where the bit rate is lower, there is typically strong memory dependence introduced in order to improve quality at those lower bit rates. This may not be a problem in some applications, such as compressing for archival purposes. However, when such codecs are used in other applications such as VoIP applications, packets are often lost. Memory dependence, such as memory dependence of the adaptive codebook for producing an excitation signal, can cause extended distortions in the decoder beyond the lost packet.
The following technique that can be used to produce substitute information for use as a historical signal by subsequent packets is illustrated generally in Figure 12.
Alternatively, other and/or additional techniques are used.
First, the decoder generates (1210) a concealment signal for one or more missing frames. In this way, the missing frame(s) are concealed up to the part of the signal available from the next received packet. The above signal-dependent techniques can be used for such concealment, for example. Alternatively, other concealment techniques can be used for concealment.
The decoder then performs at least partial encoding (and reconstruction) (1220) on the concealment signal. For example, the decoder passes the concealment signal produced by one or more concealment techniques through a simplified fake encoder (residing in the decoder) to regenerate the decoder internal state. This typically speeds up recovery from missing frame(s) in subsequent decoding.
In a specific implementation, the concealment signal is processed to produce a corresponding residual signal that can be substituted for the missing excitation signal history (1230). This can be done by passing the concealment signal through the inverse of a linear prediction synthesis filter (or in other words a linear prediction analysis filter). In the synthesis filter technique (such as in the component (540) described above) the filter processes a reconstructed residual signal using reconstructed linear prediction coefficients to produce a combined or synthesized signal. In contrast, the linear prediction analysis filter of this technique processes a decoder-generated signal (here the concealment signal) using known linear prediction coefficients to produce a substitute residual signal.
The linear prediction coefficients of the previous frame can be used in the linear prediction analysis filter. Alternatively, new linear prediction coefficients can be calculated by analyzing the concealment signal. This can be done using the techniques described above with reference to the linear prediction analysis component (330). It is believed that better results are achieved by calculating new linear prediction coefficients for the concealment signal. However, it is simpler to use the linear prediction coefficients from the previous frame. Alternatively, the decoder uses some combination of such linear prediction coefficients, or some other method such as bandwidth expansion.

The signal resulting from this technique can be used by the decoder as the memory for subsequent adaptive codebook computations, in lieu of using the excitation history of the missing frame(s).
Because the concealment signal usually is not perfect, the substitute residual signal produced by the decoder still only approximates the actual memory, or history, that would have been created had the missing frame(s) been decoded. Even so, however, the decoder is able to converge back to the correct state much faster than in circumstances where the excitation history for missing frames is non-existent. Thus, it is believed that this technique can significantly improve quality of the decoded signal following lost packets.
This technique can also be used for the purpose of hi-directional concealment if the next frame following the missing frame(s) has significant memory dependence.
In that case, bi-directional concealment can be achieved as follows: first, perform unidirectional concealment for the missing frame(s); second, use that concealment to regenerate an approximate memory for the next frame; third, decode the next frame using the regenerated memory; and fourth, perform bi-directional concealment of the missing frame(s) using the next frame and the frame that precedes the missing frame(s). It is believed that such bi-directional concealment would produce better results than merely using unidirectional concealment or bi-directional concealment with no memory for the next frame.
Having described and illustrated the principles of our invention with reference to described embodiments, it will be recognized that the described embodiments can be modified in arrangement and detail without departing from such principles. It should be understood that the programs, processes, or methods described herein are not related or limited to any particular type of computing environment, unless indicated otherwise.
Various types of general purpose or specialized computing environments may be used with or perform operations in accordance with the teachings described herein.
Elements of the described embodiments shown in software may be implemented in hardware and vice versa.
In view of the many possible embodiments to which the principles of our invention may be applied, we claim as our invention all such embodiments as may come within the scope of the following claims and equivalents thereto.

Claims (12)

CLAIMS:
1. A computer-implemented method comprising:
processing a bit stream for an audio signal, including, when one or more missing frames is encountered while processing the bit stream, based at least in part on one or more factors, at a computer processor, selecting a concealment technique from among multiple available signal-dependent concealment techniques, wherein the one or more factors comprise a classification of an available prior frame from an earlier point in the audio signal than the one or more missing frames and a classification of an available following frame from a later point in the audio signal than the one or more missing frames, a count of the one or more missing frames, the count indicating how many consecutive frames are missing, and wherein the classification of the available prior frame is one of a set of possible classifications comprising voiced and unvoiced;
determining whether the classification of the available prior frame is voiced or unvoiced and determining whether the classification of the available following frame is voiced or unvoiced, wherein:
if the classification of the available prior frame and the classification of the available following frame are both voiced, and the count of the one or more missing frames is less than a first threshold value, then the selected concealment technique comprises bi-directional concealment; and if the classification of the available prior frame is voiced, and the count of the one or more missing frames is more than a second threshold value, then the selected concealment technique comprises unidirectional concealment;
performing the selected concealment technique; and outputting a result, wherein the first threshold value may or may not equal the second threshold value.
2. The method of claim 1 wherein:
if the classification of the available prior frame is voiced, then the selected concealment technique comprises using a pitch extension technique to generate a concealment signal; and if the classification of the available prior frame is unvoiced, then the selected concealment technique comprises generating the concealment signal based at least in part on energy of the available prior frame.
3. The method of claim 1, wherein if the classification of the available prior frame is voiced, then the selected concealment technique comprises adding noise to a concealment signal if the concealment signal is longer than a threshold duration.
4. The method of claim 1, wherein if the classification of the available prior frame is unvoiced, then the selected concealment technique comprises:
identifying multiple segments of the available prior frame;
using the multiple prior frame segments to generate multiple concealment signal segments; and merging the multiple prior frame segments together with the multiple concealment signal segments to generate a concealment signal.
5. The method of claim 1, wherein the selected concealment technique comprises:
generating an extension signal; and adding noise to the extension signal to produce a concealment signal.
6. The method of claim 5, wherein the selected concealment technique further comprises:
gradually decreasing energy of the extension signal along at least part of the audio signal; and gradually increasing energy of the noise along the at least part of the audio signal.
7. The method of claim 1, wherein if the classification of the available prior frame is unvoiced then the selected concealment technique comprises a unidirectional concealment technique that is different than the unidirectional concealment technique for voiced content.
8. The method of claim 1 wherein, the selected concealment technique generates a concealment signal based at least in part on pitch cycles in one or more previous frames, including introducing pitch jitter; and wherein the introducing pitch jitter includes adding random or pseudorandom pitch offset adjustment factors to pitch for the concealment signal.
9. The method of claim 8, wherein the random or pseudorandom pitch offset adjustment factors include positive and negative values.
10. The method of claim 8, wherein a separate random or pseudorandom pitch offset adjustment factor is applied to each of plural parts of the concealment signal.
11. The method of claim 8, wherein the introducing includes increasing the pitch jitter as distance away from the one or more previous frames increases.
12. A computer-readable storage medium having computer executable instructions stored thereon for execution by one or more computers, that when executed implement a method according to any one of claims 1 to 11.
CA2607952A 2005-05-31 2006-04-05 Robust decoder Active CA2607952C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US11/142,602 2005-05-31
US11/142,602 US7831421B2 (en) 2005-05-31 2005-05-31 Robust decoder
PCT/US2006/013010 WO2006130236A2 (en) 2005-05-31 2006-04-05 Robust decoder

Publications (2)

Publication Number Publication Date
CA2607952A1 CA2607952A1 (en) 2006-12-07
CA2607952C true CA2607952C (en) 2016-03-22

Family

ID=37464579

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2607952A Active CA2607952C (en) 2005-05-31 2006-04-05 Robust decoder

Country Status (10)

Country Link
US (3) US7831421B2 (en)
EP (1) EP1886307B1 (en)
JP (1) JP5072835B2 (en)
KR (2) KR101344110B1 (en)
CN (1) CN101268351B (en)
AU (1) AU2006252972B2 (en)
CA (1) CA2607952C (en)
HK (1) HK1124660A1 (en)
NO (1) NO339756B1 (en)
WO (1) WO2006130236A2 (en)

Families Citing this family (75)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7315815B1 (en) 1999-09-22 2008-01-01 Microsoft Corporation LPC-harmonic vocoder with superframe structure
AU2001241475A1 (en) * 2000-02-11 2001-08-20 Comsat Corporation Background noise reduction in sinusoidal based speech coding systems
DE60129742T2 (en) * 2000-12-19 2008-04-30 Azoteq (Proprietary) Ltd. METHOD AND DEVICE FOR DATA TRANSFER
US7668712B2 (en) * 2004-03-31 2010-02-23 Microsoft Corporation Audio encoding and decoding with intra frames and adaptive forward error correction
US7359409B2 (en) * 2005-02-02 2008-04-15 Texas Instruments Incorporated Packet loss concealment for voice over packet networks
US7707034B2 (en) * 2005-05-31 2010-04-27 Microsoft Corporation Audio codec post-filter
US7177804B2 (en) * 2005-05-31 2007-02-13 Microsoft Corporation Sub-band voice codec with multi-stage codebooks and redundant coding
US8620644B2 (en) * 2005-10-26 2013-12-31 Qualcomm Incorporated Encoder-assisted frame loss concealment techniques for audio coding
US7805297B2 (en) * 2005-11-23 2010-09-28 Broadcom Corporation Classification-based frame loss concealment for audio signals
FR2897977A1 (en) * 2006-02-28 2007-08-31 France Telecom Coded digital audio signal decoder`s e.g. G.729 decoder, adaptive excitation gain limiting method for e.g. voice over Internet protocol network, involves applying limitation to excitation gain if excitation gain is greater than given value
KR100900438B1 (en) * 2006-04-25 2009-06-01 삼성전자주식회사 Apparatus and method for voice packet recovery
US7461106B2 (en) 2006-09-12 2008-12-02 Motorola, Inc. Apparatus and method for low complexity combinatorial coding of signals
US20080103952A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Specifying and normalizing utility functions of participants in an advertising exchange
US20080103898A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Specifying and normalizing utility functions of participants in an advertising exchange
US20080103795A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Lightweight and heavyweight interfaces to federated advertising marketplace
US20080103837A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Risk reduction for participants in an online advertising exchange
US20080103792A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Decision support for tax rate selection
US20080103902A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Orchestration and/or exploration of different advertising channels in a federated advertising network
US8533049B2 (en) * 2006-10-25 2013-09-10 Microsoft Corporation Value add broker for federated advertising exchange
US8788343B2 (en) * 2006-10-25 2014-07-22 Microsoft Corporation Price determination and inventory allocation based on spot and futures markets in future site channels for online advertising
US20080103900A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Sharing value back to distributed information providers in an advertising exchange
US20080103897A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Normalizing and tracking user attributes for transactions in an advertising exchange
US7698166B2 (en) * 2006-10-25 2010-04-13 Microsoft Corporation Import/export tax to deal with ad trade deficits
US8589233B2 (en) * 2006-10-25 2013-11-19 Microsoft Corporation Arbitrage broker for online advertising exchange
US20080103955A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Accounting for trusted participants in an online advertising exchange
US20080103896A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Specifying, normalizing and tracking display properties for transactions in an advertising exchange
US20080103953A1 (en) * 2006-10-25 2008-05-01 Microsoft Corporation Tool for optimizing advertising across disparate advertising networks
KR101291193B1 (en) 2006-11-30 2013-07-31 삼성전자주식회사 The Method For Frame Error Concealment
US7949890B2 (en) 2007-01-31 2011-05-24 Net Power And Light, Inc. Method and system for precise synchronization of audio and video streams during a distributed communication session with multiple participants
GB0704622D0 (en) * 2007-03-09 2007-04-18 Skype Ltd Speech coding system and method
EP1981170A1 (en) 2007-04-13 2008-10-15 Global IP Solutions (GIPS) AB Adaptive, scalable packet loss recovery
WO2008146466A1 (en) * 2007-05-24 2008-12-04 Panasonic Corporation Audio decoding device, audio decoding method, program, and integrated circuit
US8185388B2 (en) * 2007-07-30 2012-05-22 Huawei Technologies Co., Ltd. Apparatus for improving packet loss, frame erasure, or jitter concealment
PT2186089T (en) * 2007-08-27 2019-01-10 Ericsson Telefon Ab L M Method and device for perceptual spectral decoding of an audio signal including filling of spectral holes
JP2009063928A (en) * 2007-09-07 2009-03-26 Fujitsu Ltd Interpolation method and information processing apparatus
US8576096B2 (en) * 2007-10-11 2013-11-05 Motorola Mobility Llc Apparatus and method for low complexity combinatorial coding of signals
US20090234642A1 (en) * 2008-03-13 2009-09-17 Motorola, Inc. Method and Apparatus for Low Complexity Combinatorial Coding of Signals
US8639519B2 (en) * 2008-04-09 2014-01-28 Motorola Mobility Llc Method and apparatus for selective signal coding based on core encoder performance
DE102008042579B4 (en) * 2008-10-02 2020-07-23 Robert Bosch Gmbh Procedure for masking errors in the event of incorrect transmission of voice data
US8706479B2 (en) * 2008-11-14 2014-04-22 Broadcom Corporation Packet loss concealment for sub-band codecs
US8117039B2 (en) * 2008-12-15 2012-02-14 Ericsson Television, Inc. Multi-staging recursive audio frame-based resampling and time mapping
US8175888B2 (en) 2008-12-29 2012-05-08 Motorola Mobility, Inc. Enhanced layered gain factor balancing within a multiple-channel audio coding system
US8428938B2 (en) * 2009-06-04 2013-04-23 Qualcomm Incorporated Systems and methods for reconstructing an erased speech frame
EP2506253A4 (en) 2009-11-24 2014-01-01 Lg Electronics Inc Audio signal processing method and device
US8428936B2 (en) * 2010-03-05 2013-04-23 Motorola Mobility Llc Decoder for audio signal including generic audio and speech frames
US8423355B2 (en) * 2010-03-05 2013-04-16 Motorola Mobility Llc Encoder for audio signal including generic audio and speech frames
US20110257964A1 (en) * 2010-04-16 2011-10-20 Rathonyi Bela Minimizing Speech Delay in Communication Devices
US8612242B2 (en) * 2010-04-16 2013-12-17 St-Ericsson Sa Minimizing speech delay in communication devices
IL205394A (en) * 2010-04-28 2016-09-29 Verint Systems Ltd System and method for automatic identification of speech coding scheme
KR20120032444A (en) 2010-09-28 2012-04-05 한국전자통신연구원 Method and apparatus for decoding audio signal using adpative codebook update
WO2012044067A1 (en) * 2010-09-28 2012-04-05 한국전자통신연구원 Method and apparatus for decoding an audio signal using an adaptive codebook update
US9177570B2 (en) 2011-04-15 2015-11-03 St-Ericsson Sa Time scaling of audio frames to adapt audio processing to communications network timing
WO2013122562A1 (en) * 2012-02-13 2013-08-22 Intel Corporation Audio receiver and sample rate converter without pll or clock recovery
US9985855B2 (en) 2012-06-28 2018-05-29 Dolby Laboratories Licensing Corporation Call quality estimation by lost packet classification
CN103888630A (en) * 2012-12-20 2014-06-25 杜比实验室特许公司 Method used for controlling acoustic echo cancellation, and audio processing device
US9437203B2 (en) * 2013-03-07 2016-09-06 QoSound, Inc. Error concealment for speech decoder
FR3004876A1 (en) * 2013-04-18 2014-10-24 France Telecom FRAME LOSS CORRECTION BY INJECTION OF WEIGHTED NOISE.
ES2635555T3 (en) * 2013-06-21 2017-10-04 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Apparatus and method for improved signal fading in different domains during error concealment
CN104299614B (en) 2013-07-16 2017-12-29 华为技术有限公司 Coding/decoding method and decoding apparatus
CN108364657B (en) 2013-07-16 2020-10-30 超清编解码有限公司 Method and decoder for processing lost frame
FR3013496A1 (en) * 2013-11-15 2015-05-22 Orange TRANSITION FROM TRANSFORMED CODING / DECODING TO PREDICTIVE CODING / DECODING
US9437211B1 (en) * 2013-11-18 2016-09-06 QoSound, Inc. Adaptive delay for enhanced speech processing
CN110097892B (en) * 2014-06-03 2022-05-10 华为技术有限公司 Voice frequency signal processing method and device
PL3367380T3 (en) * 2014-06-13 2020-06-29 Telefonaktiebolaget Lm Ericsson (Publ) Burst frame error handling
CN105225666B (en) * 2014-06-25 2016-12-28 华为技术有限公司 The method and apparatus processing lost frames
KR102626854B1 (en) * 2014-07-28 2024-01-18 삼성전자주식회사 Packet loss concealment method and apparatus, and decoding method and apparatus employing the same
US9972334B2 (en) * 2015-09-10 2018-05-15 Qualcomm Incorporated Decoder audio classification
WO2017129665A1 (en) * 2016-01-29 2017-08-03 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Apparatus and method for improving a transition from a concealed audio signal portion to a succeeding audio signal portion of an audio signal
WO2017129270A1 (en) * 2016-01-29 2017-08-03 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Apparatus and method for improving a transition from a concealed audio signal portion to a succeeding audio signal portion of an audio signal
CN107845385B (en) 2016-09-19 2021-07-13 南宁富桂精密工业有限公司 Coding and decoding method and system for information hiding
US10354660B2 (en) * 2017-04-28 2019-07-16 Cisco Technology, Inc. Audio frame labeling to achieve unequal error protection for audio frames of unequal importance
US10803876B2 (en) * 2018-12-21 2020-10-13 Microsoft Technology Licensing, Llc Combined forward and backward extrapolation of lost network data
US10784988B2 (en) 2018-12-21 2020-09-22 Microsoft Technology Licensing, Llc Conditional forward error correction for network data
KR20210130743A (en) * 2019-02-21 2021-11-01 텔레폰악티에볼라겟엘엠에릭슨(펍) Method and related controller for phase ECU F0 interpolation division
CN111063362B (en) * 2019-12-11 2022-03-22 中国电子科技集团公司第三十研究所 Digital voice communication noise elimination and voice recovery method and device

Family Cites Families (123)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US572433A (en) * 1896-12-01 eaton
US4969192A (en) 1987-04-06 1990-11-06 Voicecraft, Inc. Vector adaptive predictive coder for speech and audio
US4802171A (en) 1987-06-04 1989-01-31 Motorola, Inc. Method for error correction in digitally encoded speech
US4815134A (en) 1987-09-08 1989-03-21 Texas Instruments Incorporated Very low rate speech encoder and decoder
CN1062963C (en) 1990-04-12 2001-03-07 多尔拜实验特许公司 Adaptive-block-lenght, adaptive-transform, and adaptive-window transform coder, decoder, and encoder/decoder for high-quality audio
US5664051A (en) 1990-09-24 1997-09-02 Digital Voice Systems, Inc. Method and apparatus for phase synthesis for speech processing
KR960013206B1 (en) 1990-12-31 1996-10-02 박헌철 Prefabricated sauna chamber functioned with far-infrared rays
US5255339A (en) 1991-07-19 1993-10-19 Motorola, Inc. Low bit rate vocoder means and method
JPH05103012A (en) * 1991-10-11 1993-04-23 Nec Corp Voice packet receiver for compensating reception frame and its reception frame compensation method
US5734789A (en) 1992-06-01 1998-03-31 Hughes Electronics Voiced, unvoiced or noise modes in a CELP vocoder
JP2746033B2 (en) * 1992-12-24 1998-04-28 日本電気株式会社 Audio decoding device
JP2746039B2 (en) 1993-01-22 1998-04-28 日本電気株式会社 Audio coding method
US5706352A (en) 1993-04-07 1998-01-06 K/S Himpp Adaptive gain and filtering circuit for a sound reproduction system
US5615298A (en) 1994-03-14 1997-03-25 Lucent Technologies Inc. Excitation signal synthesis during frame erasure or packet loss
US5717823A (en) 1994-04-14 1998-02-10 Lucent Technologies Inc. Speech-rate modification for linear-prediction based analysis-by-synthesis speech coders
JP3277682B2 (en) 1994-04-22 2002-04-22 ソニー株式会社 Information encoding method and apparatus, information decoding method and apparatus, and information recording medium and information transmission method
JP3277705B2 (en) 1994-07-27 2002-04-22 ソニー株式会社 Information encoding apparatus and method, and information decoding apparatus and method
TW271524B (en) 1994-08-05 1996-03-01 Qualcomm Inc
JPH08123497A (en) * 1994-10-18 1996-05-17 Matsushita Electric Ind Co Ltd Speech signal interpolation device
US5699477A (en) 1994-11-09 1997-12-16 Texas Instruments Incorporated Mixed excitation linear prediction with fractional pitch
US5751903A (en) 1994-12-19 1998-05-12 Hughes Electronics Low rate multi-mode CELP codec that encodes line SPECTRAL frequencies utilizing an offset
FR2734389B1 (en) 1995-05-17 1997-07-18 Proust Stephane METHOD FOR ADAPTING THE NOISE MASKING LEVEL IN A SYNTHESIS-ANALYZED SPEECH ENCODER USING A SHORT-TERM PERCEPTUAL WEIGHTING FILTER
US5668925A (en) 1995-06-01 1997-09-16 Martin Marietta Corporation Low data rate speech encoder with mixed excitation
US5664055A (en) 1995-06-07 1997-09-02 Lucent Technologies Inc. CS-ACELP speech compression system with adaptive pitch prediction filter gain based on a measure of periodicity
US5699485A (en) 1995-06-07 1997-12-16 Lucent Technologies Inc. Pitch delay modification during frame erasures
US5774837A (en) 1995-09-13 1998-06-30 Voxware, Inc. Speech coding system and method using voicing probability determination
EP0763818B1 (en) 1995-09-14 2003-05-14 Kabushiki Kaisha Toshiba Formant emphasis method and formant emphasis filter device
US5835495A (en) 1995-10-11 1998-11-10 Microsoft Corporation System and method for scaleable streamed audio transmission over a network
TW321810B (en) 1995-10-26 1997-12-01 Sony Co Ltd
IT1281001B1 (en) 1995-10-27 1998-02-11 Cselt Centro Studi Lab Telecom PROCEDURE AND EQUIPMENT FOR CODING, HANDLING AND DECODING AUDIO SIGNALS.
US5819213A (en) 1996-01-31 1998-10-06 Kabushiki Kaisha Toshiba Speech encoding and decoding with pitch filter range unrestricted by codebook range and preselecting, then increasing, search candidates from linear overlap codebooks
US5778335A (en) 1996-02-26 1998-07-07 The Regents Of The University Of California Method and apparatus for efficient multiband celp wideband speech and music coding and decoding
US6041345A (en) 1996-03-08 2000-03-21 Microsoft Corporation Active stream format for holding multiple media streams
SE506341C2 (en) 1996-04-10 1997-12-08 Ericsson Telefon Ab L M Method and apparatus for reconstructing a received speech signal
JP3335841B2 (en) 1996-05-27 2002-10-21 日本電気株式会社 Signal encoding device
US5819298A (en) 1996-06-24 1998-10-06 Sun Microsystems, Inc. File allocation tables with holes
JP3583550B2 (en) * 1996-07-01 2004-11-04 松下電器産業株式会社 Interpolator
CA2213909C (en) 1996-08-26 2002-01-22 Nec Corporation High quality speech coder at low bit rates
US6317714B1 (en) 1997-02-04 2001-11-13 Microsoft Corporation Controller and associated mechanical characters operable for continuously performing received control data while engaging in bidirectional communications over a single communications channel
US6134518A (en) 1997-03-04 2000-10-17 International Business Machines Corporation Digital audio signal coding using a CELP coder and a transform coder
US6131084A (en) 1997-03-14 2000-10-10 Digital Voice Systems, Inc. Dual subframe quantization of spectral magnitudes
US6292834B1 (en) 1997-03-14 2001-09-18 Microsoft Corporation Dynamic bandwidth selection for efficient transmission of multimedia streams in a computer network
US6728775B1 (en) 1997-03-17 2004-04-27 Microsoft Corporation Multiple multicasting of multimedia streams
IL120788A (en) 1997-05-06 2000-07-16 Audiocodes Ltd Systems and methods for encoding and decoding speech for lossy transmission networks
CA2291062C (en) 1997-05-12 2007-05-01 Amati Communications Corporation Method and apparatus for superframe bit allocation
US6009122A (en) 1997-05-12 1999-12-28 Amati Communciations Corporation Method and apparatus for superframe bit allocation
US6058359A (en) 1998-03-04 2000-05-02 Telefonaktiebolaget L M Ericsson Speech coding including soft adaptability feature
FI973873A (en) 1997-10-02 1999-04-03 Nokia Mobile Phones Ltd Excited Speech
US6263312B1 (en) 1997-10-03 2001-07-17 Alaris, Inc. Audio compression and decompression employing subband decomposition of residual signal and distortion reduction
KR100925084B1 (en) 1997-10-22 2009-11-05 파나소닉 주식회사 Speech encoder and method of a speech encoding
US6199037B1 (en) 1997-12-04 2001-03-06 Digital Voice Systems, Inc. Joint quantization of speech subframe voicing metrics and fundamental frequencies
US5870412A (en) 1997-12-12 1999-02-09 3Com Corporation Forward error correction system for packet based real time media
WO1999050828A1 (en) 1998-03-30 1999-10-07 Voxware, Inc. Low-complexity, low-delay, scalable and embedded speech and audio coding with adaptive frame loss concealment
US6029126A (en) 1998-06-30 2000-02-22 Microsoft Corporation Scalable audio coder and decoder
US6823303B1 (en) 1998-08-24 2004-11-23 Conexant Systems, Inc. Speech encoder using voice activity detection in coding noise
US7072832B1 (en) 1998-08-24 2006-07-04 Mindspeed Technologies, Inc. System for speech encoding having an adaptive encoding arrangement
US6493665B1 (en) 1998-08-24 2002-12-10 Conexant Systems, Inc. Speech classification and parameter weighting used in codebook search
US6330533B2 (en) 1998-08-24 2001-12-11 Conexant Systems, Inc. Speech encoder adaptively applying pitch preprocessing with warping of target signal
US6385573B1 (en) 1998-08-24 2002-05-07 Conexant Systems, Inc. Adaptive tilt compensation for synthesized speech residual
FR2784218B1 (en) 1998-10-06 2000-12-08 Thomson Csf LOW-SPEED SPEECH CODING METHOD
US6438136B1 (en) 1998-10-09 2002-08-20 Microsoft Corporation Method for scheduling time slots in a communications network channel to support on-going video transmissions
US6289297B1 (en) 1998-10-09 2001-09-11 Microsoft Corporation Method for reconstructing a video frame received from a video source over a communication channel
JP4249300B2 (en) 1998-10-20 2009-04-02 株式会社エービーシー商会 Decoration material mounting structure
JP4359949B2 (en) 1998-10-22 2009-11-11 ソニー株式会社 Signal encoding apparatus and method, and signal decoding apparatus and method
US6310915B1 (en) 1998-11-20 2001-10-30 Harmonic Inc. Video transcoder with bitstream look ahead for rate control and statistical multiplexing
US6226606B1 (en) 1998-11-24 2001-05-01 Microsoft Corporation Method and apparatus for pitch tracking
US6311154B1 (en) 1998-12-30 2001-10-30 Nokia Mobile Phones Limited Adaptive windows for analysis-by-synthesis CELP-type speech coding
US6499060B1 (en) 1999-03-12 2002-12-24 Microsoft Corporation Media coding for loss recovery with remotely predicted data units
US6377915B1 (en) * 1999-03-17 2002-04-23 Yrp Advanced Mobile Communication Systems Research Laboratories Co., Ltd. Speech decoding using mix ratio table
US6460153B1 (en) 1999-03-26 2002-10-01 Microsoft Corp. Apparatus and method for unequal error protection in multiple-description coding using overcomplete expansions
US6952668B1 (en) * 1999-04-19 2005-10-04 At&T Corp. Method and apparatus for performing packet loss or frame erasure concealment
CA2335003C (en) 1999-04-19 2009-02-03 At&T Corp. Method and apparatus for performing packet loss or frame erasure concealment
US7117156B1 (en) 1999-04-19 2006-10-03 At&T Corp. Method and apparatus for performing packet loss or frame erasure concealment
DE19921122C1 (en) * 1999-05-07 2001-01-25 Fraunhofer Ges Forschung Method and device for concealing an error in a coded audio signal and method and device for decoding a coded audio signal
US6633841B1 (en) 1999-07-29 2003-10-14 Mindspeed Technologies, Inc. Voice activity detection speech coding to accommodate music signals
US6434247B1 (en) 1999-07-30 2002-08-13 Gn Resound A/S Feedback cancellation apparatus and methods utilizing adaptive reference filter mechanisms
US6721337B1 (en) 1999-08-24 2004-04-13 Ibiquity Digital Corporation Method and apparatus for transmission and reception of compressed audio frames with prioritized messages for digital audio broadcasting
US6775649B1 (en) * 1999-09-01 2004-08-10 Texas Instruments Incorporated Concealment of frame erasures for speech transmission and storage system and method
US6505152B1 (en) 1999-09-03 2003-01-07 Microsoft Corporation Method and apparatus for using formant models in speech systems
US7315815B1 (en) 1999-09-22 2008-01-01 Microsoft Corporation LPC-harmonic vocoder with superframe structure
US6782360B1 (en) 1999-09-22 2004-08-24 Mindspeed Technologies, Inc. Gain quantization for a CELP speech coder
US6772126B1 (en) 1999-09-30 2004-08-03 Motorola, Inc. Method and apparatus for transferring low bit rate digital voice messages using incremental messages
US6826527B1 (en) * 1999-11-23 2004-11-30 Texas Instruments Incorporated Concealment of frame erasures and method
US6621935B1 (en) 1999-12-03 2003-09-16 Microsoft Corporation System and method for robust image representation over error-prone channels
GB2358558B (en) 2000-01-18 2003-10-15 Mitel Corp Packet loss compensation method using injection of spectrally shaped noise
US6732070B1 (en) 2000-02-16 2004-05-04 Nokia Mobile Phones, Ltd. Wideband speech codec using a higher sampling rate in analysis and synthesis filtering than in excitation searching
US6693964B1 (en) 2000-03-24 2004-02-17 Microsoft Corporation Methods and arrangements for compressing image based rendering data using multiple reference frame prediction techniques that support just-in-time rendering of an image
US6757654B1 (en) 2000-05-11 2004-06-29 Telefonaktiebolaget Lm Ericsson Forward error correction in speech coding
SE518941C2 (en) * 2000-05-31 2002-12-10 Ericsson Telefon Ab L M Device and method related to communication of speech
JP2002118517A (en) 2000-07-31 2002-04-19 Sony Corp Apparatus and method for orthogonal transformation, apparatus and method for inverse orthogonal transformation, apparatus and method for transformation encoding as well as apparatus and method for decoding
FR2813722B1 (en) * 2000-09-05 2003-01-24 France Telecom METHOD AND DEVICE FOR CONCEALING ERRORS AND TRANSMISSION SYSTEM COMPRISING SUCH A DEVICE
US6934678B1 (en) 2000-09-25 2005-08-23 Koninklijke Philips Electronics N.V. Device and method for coding speech to be recognized (STBR) at a near end
EP1199709A1 (en) 2000-10-20 2002-04-24 Telefonaktiebolaget Lm Ericsson Error Concealment in relation to decoding of encoded acoustic signals
JP4613412B2 (en) * 2000-10-27 2011-01-19 ソニー株式会社 Receiving apparatus and digital data decoding method
US6968309B1 (en) * 2000-10-31 2005-11-22 Nokia Mobile Phones Ltd. Method and system for speech frame error concealment in speech decoding
US7065338B2 (en) 2000-11-27 2006-06-20 Nippon Telegraph And Telephone Corporation Method, device and program for coding and decoding acoustic parameter, and method, device and program for coding and decoding sound
WO2002058052A1 (en) 2001-01-19 2002-07-25 Koninklijke Philips Electronics N.V. Wideband signal transmission system
US6614370B2 (en) 2001-01-26 2003-09-02 Oded Gottesman Redundant compression techniques for transmitting data over degraded communication links and/or storing data on media subject to degradation
US7151749B2 (en) 2001-06-14 2006-12-19 Microsoft Corporation Method and System for providing adaptive bandwidth control for real-time communication
US6658383B2 (en) 2001-06-26 2003-12-02 Microsoft Corporation Method for coding speech and music signals
US6879955B2 (en) 2001-06-29 2005-04-12 Microsoft Corporation Signal modification based on continuous time warping for low bit rate CELP coding
US6941263B2 (en) 2001-06-29 2005-09-06 Microsoft Corporation Frequency domain postfiltering for quality enhancement of coded speech
FR2828014B1 (en) * 2001-07-27 2003-10-31 D Phy Espace Dev De Produits H ANTENNA
US7277554B2 (en) 2001-08-08 2007-10-02 Gn Resound North America Corporation Dynamic range compression using digital frequency warping
US7353168B2 (en) 2001-10-03 2008-04-01 Broadcom Corporation Method and apparatus to eliminate discontinuities in adaptively filtered signals
WO2003032521A2 (en) 2001-10-11 2003-04-17 Interdigital Technology Corporation System and method for utilizing unused capacity in the data field of a special burst
US6785645B2 (en) 2001-11-29 2004-08-31 Microsoft Corporation Real-time speech and music classifier
US7027982B2 (en) 2001-12-14 2006-04-11 Microsoft Corporation Quality and rate control strategy for digital audio
US6934677B2 (en) 2001-12-14 2005-08-23 Microsoft Corporation Quantization matrices based on critical band pattern information for digital audio wherein quantization bands differ from critical bands
US6647366B2 (en) 2001-12-28 2003-11-11 Microsoft Corporation Rate control strategies for speech and music coding
US6789123B2 (en) 2001-12-28 2004-09-07 Microsoft Corporation System and method for delivery of dynamically scalable audio/video content over a network
CA2388439A1 (en) * 2002-05-31 2003-11-30 Voiceage Corporation A method and device for efficient frame erasure concealment in linear predictive based speech codecs
CA2388352A1 (en) 2002-05-31 2003-11-30 Voiceage Corporation A method and device for frequency-selective pitch enhancement of synthesized speed
JP2004361731A (en) * 2003-06-05 2004-12-24 Nec Corp Audio decoding system and audio decoding method
JP2005107283A (en) * 2003-09-30 2005-04-21 Tadashi Aoki Method, device and program of packet loss concealment in voip voice communication
US7356748B2 (en) * 2003-12-19 2008-04-08 Telefonaktiebolaget Lm Ericsson (Publ) Partial spectral loss concealment in transform codecs
DE602005006973D1 (en) 2004-01-19 2008-07-03 Nxp Bv SYSTEM FOR AUDIO SIGNAL PROCESSING
US7668712B2 (en) 2004-03-31 2010-02-23 Microsoft Corporation Audio encoding and decoding with intra frames and adaptive forward error correction
US7362819B2 (en) 2004-06-16 2008-04-22 Lucent Technologies Inc. Device and method for reducing peaks of a composite signal
US7246037B2 (en) * 2004-07-19 2007-07-17 Eberle Design, Inc. Methods and apparatus for an improved signal monitor
ATE482449T1 (en) 2005-04-01 2010-10-15 Qualcomm Inc METHOD AND DEVICE FOR ENCODING AND DECODING A HIGH-BAND PART OF A VOICE SIGNAL
US7707034B2 (en) 2005-05-31 2010-04-27 Microsoft Corporation Audio codec post-filter
US7177804B2 (en) 2005-05-31 2007-02-13 Microsoft Corporation Sub-band voice codec with multi-stage codebooks and redundant coding

Also Published As

Publication number Publication date
KR101265874B1 (en) 2013-05-20
NO20075776L (en) 2008-02-28
CN101268351B (en) 2011-07-06
EP1886307A4 (en) 2009-07-08
CA2607952A1 (en) 2006-12-07
JP5072835B2 (en) 2012-11-14
EP1886307A2 (en) 2008-02-13
AU2006252972A1 (en) 2006-12-07
JP2008542838A (en) 2008-11-27
WO2006130236A3 (en) 2008-02-28
CN101268351A (en) 2008-09-17
HK1124660A1 (en) 2009-07-17
US7962335B2 (en) 2011-06-14
WO2006130236A2 (en) 2006-12-07
KR20080011186A (en) 2008-01-31
US7831421B2 (en) 2010-11-09
US7590531B2 (en) 2009-09-15
US20090276212A1 (en) 2009-11-05
EP1886307B1 (en) 2016-03-30
AU2006252972B2 (en) 2011-02-03
KR101344110B1 (en) 2013-12-23
US20060271359A1 (en) 2006-11-30
US20060271373A1 (en) 2006-11-30
NO339756B1 (en) 2017-01-30
KR20130007670A (en) 2013-01-18

Similar Documents

Publication Publication Date Title
CA2607952C (en) Robust decoder
US7177804B2 (en) Sub-band voice codec with multi-stage codebooks and redundant coding
US7668712B2 (en) Audio encoding and decoding with intra frames and adaptive forward error correction
US7577565B2 (en) Adaptive voice playout in VOP
MX2007015190A (en) Robust decoder
Bhute et al. Error concealment schemes for speech packet transmission over IP network

Legal Events

Date Code Title Description
EEER Examination request