HK1155271B - Audio packet loss concealment by transform interpolation - Google Patents
Audio packet loss concealment by transform interpolation Download PDFInfo
- Publication number
- HK1155271B HK1155271B HK11109334.3A HK11109334A HK1155271B HK 1155271 B HK1155271 B HK 1155271B HK 11109334 A HK11109334 A HK 11109334A HK 1155271 B HK1155271 B HK 1155271B
- Authority
- HK
- Hong Kong
- Prior art keywords
- packets
- audio
- transform coefficients
- coefficients
- transform
- Prior art date
Links
Abstract
In audio processing for an audio or video conference,a terminal receives (312) audio packets having transform coefficients for reconstructing an audio signal that has undergone transform coding. When receiving the packets, the terminal determines (318) whether there are any missing packets and interpolates (320) transform coefficients from the preceding and following good frames. To interpolate (320) the missing coefficients, the terminal weights first coefficients from the preceding good frame with a first weighting, weights second coefficients from the following good frame with a second weighting, and sums these weighted coefficients together for insertion into the missing packets. The weightings can be based on the audio frequency and/or the number of missing packets involved. From this interpolation, the terminal produces (324) an output audio signal by inverse transforming (322) the coefficients.
Description
Many types of systems use audio signal processing to create audio signals or to reproduce sound from such signals. Typically, signal processing converts audio signals to digital data and encodes the data for transmission over a network. Then, signal processing decodes the data and converts it back to analog signals for reproduction as acoustic waves.
Various ways exits for encoding or decoding audio signals. (A processor or a processing module that encodes and decodes a signal is generally referred to as a codec.) For example, audio processing for audio and video conferencing uses audio codecs to compress high-fidelity audio input so that a resulting signal for transmission retains the best quality but requires the least number of bits. In this way, conferencing equipment having the audio codec needs less storage capacity, and the communication channel used by the equipment to transmit the audio signal requires less bandwidth.
ITU-T (International Telecommunication Union Telecommunication Standardization Sector) Recommendation G.722 (1988), entitled "7 kHz audio-coding within 64 kbit/s" describes a method of 7 kHz audio-coding within 64 kbit/s. ISDN lines have the capacity to transmit data at 64 kbit/s. This method essentially increases the bandwidth of audio through a telephone network using an ISDN line from 3 kHz to 7 kHz. The perceived audio quality is improved. Although this method makes high quality audio available through the existing telephone network, it typically requires ISDN service from a telephone company, which is more expensive than a regular narrow band telephone service.
A more recent method that is recommended for use in telecommunications is the ITU-T Recommendation G.722.1 (2005), entitled "Low-complexity coding at 24 and 32 kbit/s for hands-free operation in system with low frame loss". This Recommendation describes a digital wideband coder algorithm that provides an audio bandwidth of 50 Hz to 7 kHz, operating at a bit rate of 24 kbit/s or 32 kbit/s, much lower than the G.722. At this data rate, a telephone having a regular modem using the regular analog phone line can transmit wideband audio signals. Thus, most existing telephone networks can support wideband conversation, as long as the telephone sets at the two ends can perform the encoding/decoding as described in G.722.1.
Some commonly used audio codecs use transform coding techniques to encode and decode audio data transmitted over a network. For example, ITU-T Recommendation G.719 (Polycom® Siren™22) as well as G.722.1.C (Polycom® Siren 14™) use the well-known Modulated Lapped Transform (MLT) coding to compress the audio for transmission. As is known, the Modulated Lapped Transform (MLT) is a form of a cosine modulated filter bank used for transform coding of various types of signals.
In general, a lapped transform takes an audio block of length L and transforms that block into M coefficients, with the condition that L >M. For this to work, there must be an overlap between consecutive blocks of L - M samples so that a synthesized signal can be obtained using consecutive blocks of transformed coefficients.
For a Modulated Lapped Transform (MLT), the length L of the audio block is equal to the number M of coefficients so the overlap is M. Thus, the MLT basis function for the direct (analysis) transform is given by:
Similarly, the MLT basis function for the inverse (synthesis) transform is given by:
In these equations, M is the block size, the frequency index k varies from 0 to M-1, and the time index n varies from 0 to 2M-1. Lastly, are the perfect reconstruction windows used.
MLT coefficients are determined from these basis functions as follows. The direct transform matrix Pa is the one whose entry in the n-th row and k-th column is pa(n,k). Similarly, the inverse transform matrix Ps is the one with entries ps(n,k). For a block x of 2M input samples of an input signal x(n), its corresponding vector X of transform coefficients is computed by In turn, for a vector Y of processed transform coefficients, the reconstructed 2M sample vector y is given by Finally, the reconstructed y vectors are superimposed on one another with M-sample overlap to generate the reconstructed signal y(n) for output.
A microphone 12 at the transmitter 10A captures source audio, and electronics sample source audio into audio blocks 14 typically spanning 20-milliseconds. At this point, the transform of the audio codec 16 converts the audio blocks 14 to sets of frequency domain transform coefficients. Each transform coefficient has a magnitude and may be positive or negative. Using techniques known in the art, these coefficients are then quantized 18, encoded, and sent to the receiver via a network 20, such as the Internet.
At the receiver 10B, a reverse process decodes and de-quantizes 19 the encoded coefficients. Finally, the audio codec 16 at the receiver 10B performs an inverse transform on the coefficients to convert them back into the time domain to produce output audio block 14 for eventual playback at the receiver's loudspeaker 13.
Audio packet loss is a common problem in videoconferencing and audio conferencing over the networks such as the Internet. As is known, audio packets represent small segments of audio. When the transmitter 10A sends packets of the transform coefficients over the Internet 20 to the receiver 10B, some packets may become lost during transmission. Once output audio is generated, the lost packets would create gaps of silence in what is output by the loudspeaker 13. Therefore, the receiver 10B preferably fills such gaps with some form of audio that has been synthesized from those packets already received from the transmitter 10A.
As shown in Figure 1 , the receiver 10B has a lost packet detection module 15 that detects lost packets. Then, when outputing audio, an audio repeater 17 fills the gaps caused by such lost packets. An existing technique used by the audio repeater 17 simply fills such gaps in the audio by continually repeating in the time domain the most recent segment of audio sent prior to the packet loss. Although effective, the existing technique of repeating audio to fill gaps can produce buzzing and robotic artifacts in the resulting audio, and users tend to find such artifacts objectionable. Moreover, if more than 5% of packets are lost, the current technique produce progressively less intelligible audio.
As a result, what is needed is a technique for dealing with lost audio packets when conferencing over the Internet in a way that produces better audio quality and avoids buzzing and robotic artifacts.
For example, EP 0 718 982 A2 relates to a digital audio receiving apparatus for decoding compressed audio signals. An error concealment method and apparatus is disclosed which can conceal a particular frame of the compressed audio signal when the frame is erroneously lost. The described technique calculates the frequency coefficients of the frame where the error has occurred, through an interpolation operation using frequency coefficients of adjacent frames, e.g. frequency coefficients of the previous and following frame with respect to the error-generated frame. Different coefficient values can be multiplied by different weight values. A sum of the weighted coefficient values is then used to reconstruct the erroneous frame.
Further, US 2002/0007273 A1 refers to audio signal processing and discloses an adaptive frame loss concealment approach which reduces the distortion caused by packet loss in communications using IP networks. According to an embodiment, a random sign can be used to reduce swirling distortion.
In US 2009/0204394 A1 , a decoding method is disclosed. The decoding method determines accurate spectrum parameters for error frames during a decoding process, thereby enhancing the quality of a synthesized speech. A first weight coefficient and a second weight coefficient required for calculating a spectrum parameter of a bad frame are determined according to the number of the bad frames.
The invention is defined in claims 1, 15 and 16, respectively. Particular embodiments are set out in the dependent claims.
In particular, audio processing techniques disclosed herein can be used for audio or video conferencing. In the processing techniques, a terminal receives audio packets having transform coefficients for reconstructing an audio signal that has undergone transform coding. When receiving the packets, the terminal determines whether there are any missing packets and interpolates transform coefficients from the preceding and following good frames for insertion as coefficients for the missing packets. To interpolate the missing coefficients, for example, the terminal weighs first coefficients from the preceding good frame with a first weighting, weighs second coefficients from the following good frame with a second weighting, and sums these weighted coefficients together for insertion into the missing packets. The weightings can be based on the audio frequency and/or the number of missing packets involved. From this interpolation, the terminal produces an output audio signal by inverse transforming the coefficients.
In one embodiment, the terminal is an audio processing device. In particular, the audio processing device is selected from the group consisting of an audio conferencing endpoint, a videoconferencing endpoint, an audio playback device, a personal music player, a computer, a server, a telecommunications device, a cellular telephone, and a personal digital assistant.
In another embodiment, the terminal receives the audio packets via a network. For example, the network comprises an Internet Protocol network.
- FIG. 1 illustrates a conferencing arrangement having a transmitter and a receiver and using lost packet techniques according to the prior art.
- FIG. 2A illustrates a conferencing arrangement having a transmitter and a receiver and using lost packet techniques according to the present disclosure.
- FIG. 2B illustrates a conferencing terminal in more detail.
- FIGS. 3A-3B respectively show an encoder and decoder of a transform coding codec.
- FIG. 4 is a flow chart of a coding, decoding, and lost packet handling technique according to the present disclosure.
- FIG. 5 diagrammatically shows a process for interpolating transform coefficients in lost packets according to the present disclosure.
- FIG. 6 diagrammatically shows an interpolation rule for the interpolating process.
- FIGS. 7A-7C diagrammatically show weights used to interpolate transform coefficients for missing packets.
During operation, a microphone 102 at the transmitter 100A captures source audio, and electronics sample blocks or frames of that typically spans 20-milliseconds. (Discussion concurrently refers to the flow chart in Figure 4 showing a lost packet handling technique 300 according to the present disclosure.) At this point, the transform of the audio codec 110 converts each audio block to a set of frequency domain transform coefficients. To do this, the audio codec 110 receives audio data in the time domain (Block 302), takes a 20-ms audio block or frame (Block 304), and converts the block into transform coefficients (Block 306). Each transform coefficient has a magnitude and may be positive or negative.
Using techniques known in the art, these transform coefficients are then quantized with a quantizer 120 and encoded (Block 308), and the transmitter 100A sends the encoded transform coefficients in packets to the receiver 100B via a network 125, such as an IP (Internet Protocol) network, PSTN (Public Switched Telephone Network), ISDN (Integrated Services Digital Network), or the like (Block 310). The packets can use any suitable protocols or standards. For example, audio data may follow a table of contents, and all octets comprising an audio frame can be appended to the payload as a unit. For example, details of the audio frames are specified in ITU-T Recommendations G.719 and G.722.1C. At the receiver 100B, an interface 120 receives the packets (Block 312). When sending the packets, the transmitter 100A creates a sequence number that is included in each packet sent. As is known, packets may pass through different routes over the network 125 from the transmitter 100A to the receiver 100B, and the packets may arrive at varying times at the receiver 100B. Therefore, the order in which the packets arrive may be random.
To handle this varying time of arrival, called "jitter", the receiver 100B has a jitter buffer 130 coupled to the receiver's interface 120. Typically, the jitter buffer 130 holds four or more packets at a time. Accordingly, the receiver 100B reorders the packets in the jitter buffer 130 based on their sequence numbers (Block 314).
Although the packets may arrive out-of-order at the receiver 100B, the lost packet handler 140 properly re-orders the packets in the jitter buffer 130 and detects any lost (missing) packets based on the sequence. A lost packet is declared when there are gaps in the sequence numbers of the packets in the jitter buffer 130. For example, if the handler 140 discovers sequence numbers 005, 006, 007, 011 in the jitter buffer 130, then the handler 140 can declare the packets 008, 009, 010 as lost. In reality, these packets may not actually be lost and may only be late in their arrival. Yet, due to latency and buffer length restrictions, the receiver 100B discards any packets that arrive late beyond some threshold.
In a reverse process that follows, the receiver 100B decodes and de-quantizes the encoded transform coefficients (Block 316). If the handler 140 has detected lost packets (Decision 318), the lost packet handler 140 knows what good packets preceded and followed the gap of lost packets. Using this knowledge, the transform synthesizer 150 derives or interpolates the missing transform coefficients of the lost packets so the new transform coefficients can be substituted in place of the missing coefficients from the lost packets (Block 320). (In the present example, the audio codec uses MLT coding so that the transform coefficients may be referred to herein as MLT coefficients.) At this stage, the audio codec 110 at the receiver 100B performs an inverse transform on the coefficients and convert them back into the time domain to produce output audio for the receiver's loudspeaker (Blocks 322-324).
As can be seen in the above process, rather than detect lost packets and continually repeat the previous segment of received audio to fill the gap, the lost packet handler 140 handles lost packets for the transform-based codec 110 as a lost set of transform coefficients. The transform synthesizer 150 then replaces the lost set of transform coefficients from the lost packets with synthesized transform coefficients derived from neighboring packets. Then, a full audio signal without audio gaps from lost packets can be produced and output at the receiver 100B using an inverse transform of the coefficients.
In a transmission path, analog input signals picked up by the microphone 102 are converted into digital signals by converter electronics 164, and the audio codec 110 operating on the terminal's processor 160 has an encoder 200 that encodes the digital audio signals for transmission via a transmitter interface 122 over the network 125, such as the Internet. If present, a video codec having a video encoder 170 can perform similar functions for video signals.
In a receive path, the terminal 100 has a network receiver interface 124 coupled to the audio codec 110. A decoder 250 decodes the received signal, and converter electronics 164 convert the digital signals to analog signals for output to the loudspeaker 104. If present, a video codec having a video decoder 175 can perform similar functions for video signals.
A decoder 250 for the transform coding codec (e.g., Siren codec) is illustrated in Figure 3B . The decoder 250 takes the incoming bit stream of the input signal 252 received from a network and recreates a best estimate of the original signal from it. To do this, the decoder 250 performs a lattice decoding (reverse FLVQ) 254 on the input signal 252 and de-quantizes the decoded transform coefficients using a de-quantization process 256. Also, the energy levels of the transform coefficients may then be corrected in the various frequency bands.
At this point, the transform synthesizer 258 can interpolate coefficients for missing packets. Finally, an inverse transform 260 operates as a reverse DCT and converts the signal from the frequency domain back into the time domain for transmission as an output signal 262. As can be seen, the transform synthesizer 258 helps to fill in any gaps that may result from the missing packets. Yet, all of the existing functions and algorithms of the decoder 200 remain the same.
With an understanding of the terminal 100 and the audio codec 110 provided above, discussion now turns to how the audio codec 100 interpolates transform coefficients for missing packets by using good coefficients from neighboring frames, blocks, or sets of packets received over the network. (The discussion that follows is presented in terms of MLT coefficients, but the disclosed interpolation process may apply equally well to other transform coefficients for other forms of transform coding.)
As diagrammatically shown in Figure 5 , the process 400 for interpolating transform coefficients in lost packets involves applying an interpolation rule (Block 410) to transform coefficients from the preceding good frame, block, or set of packets (i.e., without lost packets) (Block 402) and from the following good frame, block, or set of packets (Block 404). Thus, the interpolation rule (Block 410) determines the number of packets lost in a given set and draws from the transform coefficients from the good sets (Blocks 402/404) accordingly. Then, the process 400 interpolates new transform coefficients for the lost packets for insertion into the given set (Block 412). Finally, the process 400 performs an inverse transform (Block 414) and synthesizes the audio sets for output (Block 416).
In general, a given packet that is lost may have one or more frames (e.g., 20-ms) of audio, may encompass only a portion of a frame, can have one or more frames for one or more channels of audio, can have one or more frames at one or more different bit rates, and can other complexities known to those skilled in the art and associated with the particular transform coding algorithm and payload format used. However, the interpolation rule 500 used to interpolate the missing transform coefficients for the missing packets can be adapted to the particular transform coding and payload formats in a given implementation.
As shown, the transform coefficients (shown here as MLT coefficients) of the preceding good frame or set 510 are called MLTA (i), and the MLT coefficients of the following good frame or set 530 are called MLTB (i). If the audio codec uses Siren™ 22, the index (i) ranges from 0 to 959. The general interpolation rule 520 for the absolute value the interpolated MLT coefficients 540 for the missing packets is determined based on weights 512/532 applied to the preceding and following MLT coefficients 510/230 as follows:
In the general interpolation rule, the sign 522 for the interpolated MLT coefficients, MLTInterpolated (i), 540 of the missing frame or set is randomly set as either positive or negative with equal probability. This randomness may help the audio resulting from these reconstructed packets sound more natural and less robotic.
After interpolating the MLT coefficients 540 in this way, the transform synthesizer (150; Fig. 2A ) fills in the gaps of the missing packets, the audio codec (110; Fig. 2A ) at the receiver (100B) can then complete its synthesis operation to reconstruct the output signal. Using known techniques, for example, the audio codec (110) takes a vector Y of processed transform coefficients, which include the good MLT coefficients received as well as the interpolated MLT coefficients filled in where necessary. From this vector Y , the codec (110) reconstructs a 2M sample vector y, which is given by Finally, as processing continues, the synthesizer (150) takes the reconstructed y vectors and superimposes them with M-sample overlap to generate a reconstructed signal y(n) for output at the receiver (100B).
As the number of missing packets varies, the interpolation rule 500 applies different weights 512/532 to the preceding and following MLT coefficients 510/530 to determine the interpolated MLT coefficients 540. Below are particular rules for determining the two weight factors, WeightA and WeightB , based on the number of missing packets and other parameters.
As diagramed in Figure 7A , the lost packet handler (140; Fig. 2A ) may detect a single lost packet in a subject frame or set of packets 620. If a single packet is lost, the handler (140) uses weight factors (WeightA , WeightB ) for interpolating the missing MLT coefficients for the lost packet based on frequency of the audio related to the missing packet (e.g., the current frequency of audio preceding the missing packet). As shown in the chart below, the weight factor (WeightA ) for the corresponding packet in the preceding frame or set 610A, and the weight factor (WeightB ) for the corresponding packet in the following frame or set 610B can be determined relative to a 1 kHz frequency of the current audio as follows:
| Frequencies | ||
| Below 1 kHz | 0.75 | 0.0 |
| Above 1 kHz | 0.5 | 0.5 |
As diagramed in Figure 7B , the lost packet handler (140) may detect two lost packet in a subject frame or set 622. In this situation, the handler (140) uses weight factors (WeightA , WeightB ) for interpolating MLT coefficients for the missing packets in corresponding packets of the preceding and following frames or sets 610A-B as follows:
| Lost Packet | ||
| First (Older) Packet | 0.9 | 0.0 |
| Last (Newer) Packet | 0.0 | 0.9 |
If each packet encompasses one frame of audio (e.g., 20-ms), then each set 610A-B and 622 of Figure 7B would essentially include several packets (i.e., several frames) so that additional packets may not actually be in the sets 610A-B and 622 as depicted in Figure 7A .
As diagramed in Figure 7C , the lost packet handler (140) may detect three to six lost packets in a subject frame or set 624 (three are shown in Fig. 7C ). Three to six missing packets may represent as much as 25% of packets being lost at a given time interval. In this situation, the handler (140) uses weight factors (WeightA , WeightB ) for interpolating MLT coefficients for the missing packets in corresponding packets of the preceding and following frames or sets 610A-B as follows:
| Lost Packet | ||
| First (Older) Packet | 0.9 | 0.0 |
| One or More Middle Packets | 0.4 | 0.4 |
| Last (Newer) Packet | 0.0 | 0.9 |
The arrangement of the packets and the frames or sets in the diagrams of Figures 7A-7C are meant to be illustrative. As noted previously, some coding techniques may use frames that encompass a particular length (e.g., 20-ms) of audio. Also, some techniques may use one packet for each frame (e.g., 20-ms) of audio. Depending on the implementation, however, a given packet may have information for one or more frames of audio (e.g., 20-ms) or may have information for only a portion of one frame of audio (e.g., 20-ms).
To define weight factors for interpolating missing transform coefficients, the parameters described above use frequency levels, the number of packets missing in a frame, and the location of a missing packet in a given set of missing packets. The weight factors may be defined using any one or combination of these interpolation parameters. The weight factors (WeightA , WeightB ), frequency threshold, and interpolation parameters disclosed above for interpolating transform coefficients are illustrative. These weight factors, thresholds, and parameters are believed to produce the best subjective quality of audio when filling in gaps from missing packets during a conference. Yet, these factors, thresholds, and parameters may differ for a particular implementation, may be expanded beyond what is illustratively presented, and may depend on the types of equipment used, the types of audio involved (i.e., music, voice, etc.), the type of transform coding applied, and other considerations.
In any event, when concealing lost audio packets for transform-based audio codecs, the disclosed audio processing techniques produce better quality sound than the prior art solutions. In particular, even if 25% of packets are lost, the disclosed technique may still produce audio that is more intelligible than current techniques. Audio packet loss occurs often in videoconferencing applications, so improving quality during such conditions is important to improving the overall videoconferencing experience. Yet, it is important that steps taken to conceal packet loss not require too much processing or storage resources at the terminal operating to conceal the loss. By applying weightings to transform coefficients in preceding and following good frames, the disclosed techniques can reduce the processing and storage resources needed.
Although described in terms of audio or video conferencing, the teachings of the present disclosure may be useful in other fields involving streaming media, including streaming music and speech. Therefore, the teachings of the present disclosure can be applied to other audio processing devices in addition to an audio conferencing endpoint and a videoconferencing endpoint, including an audio playback device, a personal music player, a computer, a server, a telecommunications device, a cellular telephone, a personal digital assistant, etc. For example, special purpose audio or videoconferencing endpoints may benefit from the disclosed techniques. Likewise, computers or other devices may be used in desktop conferencing or for transmission and receipt of digital audio, and these devices may also benefit from the disclosed techniques.
The techniques of the present disclosure can be implemented in electronic circuitry, computer hardware, firmware, software, or in any combinations of these. For example, the disclosed techniques can be implemented as instruction stored on a program storage device for causing a programmable control device to perform the disclosed techniques. Program storage devices suitable for tangibly embodying program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
The foregoing description of preferred and other embodiments is not intended to limit or restrict the scope or applicability of the inventive concepts conceived of by the Applicants. In exchange for disclosing the inventive concepts contained herein, the Applicants desire all patent rights afforded by the appended claims.
Claims (18)
- An audio processing method, comprising:receiving (312) sets of packets at an audio processing device (100B) via a network (125), each set having one or more of the packets, each packet having an order in a sequence and having transform coefficients in a frequency domain for reconstructing an audio signal in a time domain that has undergone transform coding;determining (318) one or more missing packets (520) in a given set of the received sets by sequencing the packets received in a buffer (130) and finding one or more gaps in the sequence;applying a first weight WeightA (512) to first transform coefficients MLTA(i) (510) of one or more first packets in a first set sequenced before the given set;applying a second weight WeightB (532) to second transform coefficients MLTB(i) (530) of one or more second packets in a second set sequenced after the given set;interpolating (320) transform coefficients MLTInterpolated(i) for each of the one or more missing packets in the given set by summing the first and second weighted transform coefficients so that |MLTInterpolated (i)|=WeightA *|MLTA (i)|+WeightB *|MLTB (i)|, wherein i is the index of the transform coefficients in the packets;inserting the interpolated transform coefficients MLTInterpolated(i) into the given set in place of the one or more missing packets (520); andproducing (324) an output audio signal (262) for the audio processing device (100B) by performing (260, 322) an inverse transform on the transform coefficients;wherein interpolating (320) the transform coefficients comprises assigning a random positive or negative sign (522) to the summed first and second weighted transform coefficients.
- The method of claim 1, wherein the transform coefficients comprise coefficients of a Modulated Lapped Transform.
- The method of claim 1 or 2, wherein each packet encompasses a frame of input audio.
- The method of any preceding claim, wherein receiving (312) comprises decoding (254, 316) the packets.
- The method of any preceding claim, wherein receiving (312) comprises dequantizing (256, 316) the decoded packets.
- The method of any preceding claim, wherein if one of the packets is missing in the given set, the first and second weights (512, 532) applied to the first and second transform coefficients (510, 530) are based on frequencies of audio preceding the missing packet.
- The method of claim 6, wherein for frequencies below a threshold, preferably below 1 kHz, the first weight (512) emphasizes the first transform coefficients (510), and the second weight (532) de-emphasizes the second transform coefficients (530).
- The method of claim 7, wherein the first transform coefficients (510) are weighted at 75 percent, and wherein the second transform coefficients (530) are zeroed.
- The method of claim 6, wherein for frequencies above a threshold, the first and second weights (512, 532) equally emphasize the first and second transform coefficients (510, 530).
- The method of claim 9, wherein the first and second transform coefficients (510, 530) are both weighted at 50 percent.
- The method of any preceding claim, wherein the first and second weights (512, 532) applied to the first and second transform coefficients (510, 530) are based on a number of the missing packets (520).
- The method of claim 11, wherein if one of the packets is missing in the given set, the first weight (512) emphasizes the first transform coefficients (510) and the second weight (532) de-emphasizes the second transform coefficients (530) for frequencies of audio preceding the missing packet below a threshold; and the first and second weights (512, 532) equally emphasize the first and second transform coefficients (510, 530) for frequencies of audio preceding the missing packet above the threshold.
- The method of claim 11, wherein if two of the packets are missing in the given set, the first weight (512) emphasizes the first transform coefficients for a preceding one of the two packets and de-emphasizes the first transform coefficients for a following one of the two packets; and the second weight (532) de-emphasizes the second transform coefficients for the preceding packet and emphasizes the second transform coefficients for the following packet; wherein preferably the emphasized coefficients are weighted at 90 percent, and the de-emphasized coefficients are zeroed.
- The method of claim 11, wherein if three or more packets are missing in the given set, the first weight (512) emphasizes the first transform coefficients for a first one of the packets and de-emphasizes the first transform coefficients for a last one of the packets; the first and second weight (512, 532) equally emphasizes the first and second transform coefficients for one or more intermediate ones of the packets; and the second weight (532) de-emphasizes the second transform coefficients for the first one of the packets and emphasizes the second transform coefficients for the last of the packets; wherein the emphasized coefficients are preferably weighted at 90 percent, wherein the de-emphasized coefficients are preferably zeroed, and wherein the equally emphasized coefficients are preferably weighted at 40 percent.
- A program storage device having instructions stored thereon for causing a programmable control device to perform an audio processing method according to any of claims 1-14.
- An audio processing device, comprising:an audio output interface;a network interface (120, 124) in communication with at least one network (125) and adapted to receive sets of packets of audio, each set having one or more of the packets, each packet having an order in a sequence and having transform coefficients in a frequency domain;memory in communication with the network interface (120, 124) and adapted to store the received packets; anda processing unit (160) in communication with the memory and the audio output interface, the processing unit (160) programmed with an audio decoder configured to perform an audio processing method according to any of claims 1-14.
- The audio processing device of claim 16, further comprising:a speaker (104) communicably coupled to the audio output interface; and/oran audio input interface and a microphone (102) communicably coupled to the audio input interface.
- The audio processing device of claim 17, wherein the processing unit (160) is in communication with the audio input interface and is programmed with an audio encoder configured to:transform frames of time domain samples of an audio signal to frequency domain transform coefficients;quantize (308) the transform coefficients; andcode (308) the quantized transform coefficients.
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US696788 | 2003-10-30 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| HK1155271A HK1155271A (en) | 2012-05-11 |
| HK1155271B true HK1155271B (en) | 2018-04-20 |
Family
ID=
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2360682B1 (en) | Audio packet loss concealment by transform interpolation | |
| EP2402939B1 (en) | Full-band scalable audio codec | |
| CA2444151C (en) | Method and apparatus for transmitting an audio stream having additional payload in a hidden sub-channel | |
| CN1327409C (en) | Wideband signal transmission system | |
| US8831932B2 (en) | Scalable audio in a multi-point environment | |
| WO1993005595A1 (en) | Multi-speaker conferencing over narrowband channels | |
| US8340959B2 (en) | Method and apparatus for transmitting wideband speech signals | |
| CN1416561A (en) | Speech decoder and method for decoding speech | |
| JP2002221994A (en) | Method and apparatus for assembling packet of code string of voice signal, method and apparatus for disassembling packet, program for executing these methods, and recording medium for recording program thereon | |
| US20030093266A1 (en) | Speech coding apparatus, speech decoding apparatus and speech coding/decoding method | |
| Ding | Wideband audio over narrowband low-resolution media | |
| HK1155271B (en) | Audio packet loss concealment by transform interpolation | |
| HK1155271A (en) | Audio packet loss concealment by transform interpolation | |
| HK1228095A1 (en) | Audio packet loss concealment by transform interpolation | |
| JP6713424B2 (en) | Audio decoding device, audio decoding method, program, and recording medium | |
| KR100731300B1 (en) | System and method for improving music quality of internet phone | |
| Isenburg | Transmission of multimedia data over lossy networks | |
| HK1159841A (en) | Full-band scalable audio codec | |
| JPH02148926A (en) | Prediction coding system | |
| HK1111801B (en) | Dual-transform coding of audio signals | |
| HK1111801A1 (en) | Dual-transform coding of audio signals |