EP2026331B1 - Digital audio processing - Google Patents

Digital audio processing Download PDF

Info

Publication number
EP2026331B1
EP2026331B1 EP20080162264 EP08162264A EP2026331B1 EP 2026331 B1 EP2026331 B1 EP 2026331B1 EP 20080162264 EP20080162264 EP 20080162264 EP 08162264 A EP08162264 A EP 08162264A EP 2026331 B1 EP2026331 B1 EP 2026331B1
Authority
EP
European Patent Office
Prior art keywords
sample
samples
audio
threshold value
repetition
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.)
Not-in-force
Application number
EP20080162264
Other languages
German (de)
French (fr)
Other versions
EP2026331A1 (en
Inventor
Jeff Butters
Tim Addy
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.)
Snell Advanced Media Ltd
Original Assignee
Snell Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Snell Ltd filed Critical Snell Ltd
Publication of EP2026331A1 publication Critical patent/EP2026331A1/en
Application granted granted Critical
Publication of EP2026331B1 publication Critical patent/EP2026331B1/en
Not-in-force legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
    • G10L21/00Speech or voice signal processing techniques to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
    • G10L21/003Changing voice quality, e.g. pitch or formants
    • G10L21/007Changing voice quality, e.g. pitch or formants characterised by the process used
    • G10L21/01Correction of time axis

Definitions

  • the invention concerns digital audio processing and in particular the detection of periods where samples can be deleted or repeated unobtrusively so as to change the average sample-rate or to provide time delay modification.
  • WO 02/32054 discloses that a heuristic resampling technique may be employed to inaudibly insert or remover a specific number of samples, with groups of multiple consecutive samples being examined throughout the buffer.
  • the invention consists, in one aspect, of a method and apparatus for changing the number of samples representing a time segment of an audio signal by deleting or repeating existing samples at positions in the said time segment dependant on the values of said audio samples wherein differences between succeeding sample values are evaluated and compared with a threshold value and samples are deleted or repeated where two or more consecutive differences are less than the said threshold value.
  • the said threshold value is reduced when samples are deleted or repeated and the said threshold value is increased when a difference between succeeding samples exceeds the said threshold value.
  • stereo audio is processed and respective left and right differences between succeeding sample values are evaluated and samples are repeated or deleted where both the left difference and the right difference are below the said threshold at two or more consecutive sample points.
  • a sample is deleted or repeated in response to a defined number of consecutive inter-sample differences being less than the threshold value.
  • sample deletion or repetition is inhibited during a set number of sample periods following a point of sample deletion or repetition.
  • the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence on a cumulative measure of inter-sample difference values.
  • the said set number of sample periods during which sample deletion or repetition is inhibited is reduced in response to an increase in the said threshold value.
  • the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence upon a measure of audio frequency.
  • the said measure of audio frequency may be a count of zero crossings of the audio signal.
  • the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence upon a measure of absolute audio amplitude.
  • An input stream of audio samples (1) is applied to a subtractor (2) and a single-sample store (3).
  • the subtractor (2) determines the magnitude of the value-difference between the current sample and the previous sample from the store (3).
  • This value-difference magnitude between a pair of consecutive samples is input to a comparator (4) which compares it with a threshold value (5).
  • the threshold value (5) which is greater than zero, is determined by a silence-threshold block (6) which will be described in detail below.
  • the comparator (4) will determine that it is below the threshold value (5). If the audio is nearly-silent the difference is also likely to be below the threshold value, but the outcome will depend on the frequency spectrum and the amplitude of the audio; lower-frequency, lower-amplitude audio will be more likely to give a difference-value below a given threshold value.
  • the output from the comparator (4) is passed to a control logic block (7) which generates commands (8) to delete (drop) or repeat the current sample in dependence upon a sample-rate control input (9).
  • the control input (9) is derived from an external process (not illustrated) which determines whether the number of samples needs to be increased or decreased. If the external process determines that fewer samples are required, the control signal (9) causes the control logic block (7) to issue sample deletion commands (8) at points in the audio where the deletion is unlikely to be audible. Similarly, if the external process determines that additional samples are required, the control signal (9) causes the control logic block (7) to issue sample repetition commands (8) at points of low audibility. If no change to the number of samples is required, the control signal (9) causes the control logic (7) to prevent the output of sample repetition or deletion commands (8).
  • control logic block (7) only outputs a sample deletion or sample repetition command if a fixed, small number (say 4) consecutive value-difference magnitudes have been less than the threshold (5); and/or, after a command has been issued, no further commands are issued until a further fixed number (say 1,020) of succeeding input samples have been received. These numbers are chosen to achieve the necessary maximum range of adjustment of the sample rate and to minimise the audibility of the process.
  • the commands (8) are passed to an external process (not illustrated) which can either delete or repeat the current sample so as to obtain a modified sample stream or set of samples.
  • the silence-threshold block (6) determines the threshold value (5) so as to ensure that samples resulting in a value-difference less than the threshold value can be deleted or repeated with minimal subjective distortion to the audio. This is done by a process of continuous adjustment of the threshold in response to the sequence of audio samples to be processed.
  • the threshold is lowered by a fixed decrement value whenever a sample deletion or repetition command is issued; and, the threshold is raised by a fixed increment value whenever the current value-difference magnitude is greater than the current threshold.
  • the level at which the threshold stabilises for a given audio signal of constant amplitude will depend on the ratio of the rate of threshold increment to the rate of threshold decrement.
  • the fixed decrement value and the fixed increment value can be chosen so as to achieve automatically a threshold value for which sample deletion or repetition is substantially inaudible for a wide range of audio material. Suitable maximum and minimum limits to the variation of the threshold value can also be applied and the increment and decrement functions inhibited when necessary to keep the threshold value within these limits.
  • the maximum and minimum limits can be set at the levels at which the audibility of sample deletion or repetition is just acceptable for the loudest and quietest signals respectively.
  • threshold increment and decrement can continue during periods where, according to the control signal (9), no sample modification is required. This will ensure that sample modification can be re-started quickly without waiting for the threshold level to adapt to the characteristics of the audio signal.
  • Either the single-channel or the stereo system can be improved by providing for the rate of sample modification (i.e. deletion or repetition) to be adjusted in dependence on the dynamics of the audio. If the amplitude of the audio is decaying after a loud peak, there is a short time period after the peak (of the order of a few tens of milliseconds) during which distortion of the audio caused by sample deletion or repetition will be subjectively masked. If the amplitude continues to decay, sample modification becomes more noticeable and can be perceived as a pitch change.
  • rate of sample modification i.e. deletion or repetition
  • the delay between a sample modification and the next permitted sample modification can be adjusted so that the delay is reduced for a short period after a peak in the audio level, and then increased to the original delay value after a fixed number of samples have been processed.
  • Figure 2 shows a flow-chart of a system in which the threshold level of the system of Figure 1 is used to identify points in the audio at which the rate of sample modification can be adjusted.
  • step (21) an audio sample is evaluated as in the system of Figure 1 so as to determine whether or not it should be modified (i.e. deleted or repeated). If the sample is not modified, either because the inter-sample difference is above the threshold, or because a recent previous sample has been modified, the decision step (22) passes control to decision step (23). If the difference between the current sample and its predecessor is greater than the threshold, the threshold is incremented (as described previously with reference to Figure 1 ) in step (24) and the next audio sample is made available for processing in step (25). However, if the current inter-sample difference magnitude is less than the threshold at decision step (23), control is passed to step (25) without any change to the threshold value.
  • decision step (22) passes control to step (26) in which the current threshold value is stored.
  • a further decision step (27) determines whether the current threshold value is above the threshold value stored on the previous occasion that a sample was modified. If the threshold is higher, the audio level is likely to be reducing after a peak (during which no sample modifications have occurred) and a faster rate of sample modification is likely to be acceptable.
  • step (28) causes the delay between sample modifications to be reduced by changing the mode of operation of step (21) to a "Fast Modification" mode. This mode is maintained until a fixed number of samples have been processed in step (21).
  • step (28) After step (28), or a decision that the threshold is lower than at the time of the previous sample modification at step (27), the threshold value is decremented in step (29), as described with reference to Figure (1 ), and control is passed to step (25) to commence the processing of the next audio sample.
  • the Fast Modification mode is entered as the audio level begins to fall.
  • the minimum permitted interval between sample modifications is set at a low value for a fixed number of samples.
  • the normal delay between modifications could be 1,024 sample periods and in the Fast Modification Mode the minimum permitted interval could be set to 32 sample periods until about 20 ms of audio has been processed; the minimum period can then be doubled after each succeeding 20 ms period until the "normal" delay of 1,024 samples is reached, or the Fast Modification mode is re-started at step (28).
  • Dropping or repeating samples has the effect of changing the pitch of tones. If tones can be recognised and the pitch measured, it is then possible to determine a permitted rate of sample modification that causes a barely perceptible pitch change for that tone and to set the minimum permitted delay to that value. If the absolute amplitude of the audio can also be measured then the permitted rate of sample modification can be adjusted knowing the effect of loudness on the perceptibility of pitch changes.
  • the system of the invention can thus be modified by the addition of frequency or amplitude measuring processes which control the time between sample deletion or repetition. Simple frequency measurement by detecting and counting zero crossings of the audio signal, or signals for stereo, can be used.
  • a multi-channel audio programme is "mixed down” to a mono or stereo version, which is analysed as described above, and samples are deleted or repeated simultaneously in all the channels of the multi-channel programme in response to the analysis of the mixed-down audio.
  • Another method is to compare inter-sample difference values from more than two channels with the threshold; and, to adjust the threshold and simultaneously delete or repeat samples in all channels in dependence on the results of the comparisons.

Landscapes

  • Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Computational Linguistics (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • Acoustics & Sound (AREA)
  • Multimedia (AREA)
  • Stereophonic System (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Description

  • The invention concerns digital audio processing and in particular the detection of periods where samples can be deleted or repeated unobtrusively so as to change the average sample-rate or to provide time delay modification.
  • It is often necessary to modify the sample rate of a digital audio signal or to change the number of samples that represent a particular time segment of an audio signal in a file or digital store. Such modifications are used to synchronise the sample rates of independently-sourced digital signals, or to modify the size of a file or data set. A temporary increase or decrease in the sampling frequency can also be used as a means of delaying or advancing the timing of audio information.
  • Where there are no limitations on processing time or complexity, interpolation of new samples having the required sampling frequency and phase by taking weighted sums of existing samples is often the preferred method. However, a known alternative method, which has the advantage of not introducing significant delay in real-time processing applications, is the deletion or repetition of samples at points chosen to minimise the audibility of the deletion or repetition. An effective method for identifying such points is thus an important feature of audio sample rate converters operating by sample deletion and repetition.
  • Reference is directed to WO 02/32054 which discloses that a heuristic resampling technique may be employed to inaudibly insert or remover a specific number of samples, with groups of multiple consecutive samples being examined throughout the buffer.
  • The inventors have appreciated that points for unobtrusive sample repetition or deletion can be determined from evaluation of the differences between the values of succeeding audio samples.
  • The invention consists, in one aspect, of a method and apparatus for changing the number of samples representing a time segment of an audio signal by deleting or repeating existing samples at positions in the said time segment dependant on the values of said audio samples wherein differences between succeeding sample values are evaluated and compared with a threshold value and samples are deleted or repeated where two or more consecutive differences are less than the said threshold value.
  • The said threshold value is reduced when samples are deleted or repeated and the said threshold value is increased when a difference between succeeding samples exceeds the said threshold value.
  • In some embodiments stereo audio is processed and respective left and right differences between succeeding sample values are evaluated and samples are repeated or deleted where both the left difference and the right difference are below the said threshold at two or more consecutive sample points.
  • Suitably, a sample is deleted or repeated in response to a defined number of consecutive inter-sample differences being less than the threshold value.
  • In one embodiment sample deletion or repetition is inhibited during a set number of sample periods following a point of sample deletion or repetition.
  • Suitably, the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence on a cumulative measure of inter-sample difference values.
  • Advantageously, the said set number of sample periods during which sample deletion or repetition is inhibited is reduced in response to an increase in the said threshold value.
  • In an alternative embodiment the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence upon a measure of audio frequency.
  • The said measure of audio frequency may be a count of zero crossings of the audio signal.
  • In a further embodiment the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence upon a measure of absolute audio amplitude.
  • An example of the invention will now be described with reference to the drawings in which:
  • Figure 1
    shows a block diagram of a system for controlling the addition or deletion of audio samples according to an exemplary embodiment.
    Figure 2
    shows a flow diagram illustrating a control process for audio sample deletion or repetition according to an exemplary embodiment.
  • A system for identifying candidate digital audio samples for nearly-inaudible deletion or repetition according to an exemplary embodiment will now be described with reference to Figure 1. The description relates to a real-time process on a stream of sample values; however, the skilled person will appreciate that the method is equally applicable to non-real-time processing.
  • An input stream of audio samples (1) is applied to a subtractor (2) and a single-sample store (3). The subtractor (2) determines the magnitude of the value-difference between the current sample and the previous sample from the store (3). This value-difference magnitude between a pair of consecutive samples (separated in time by one period of the sampling clock) is input to a comparator (4) which compares it with a threshold value (5). The threshold value (5), which is greater than zero, is determined by a silence-threshold block (6) which will be described in detail below.
  • If the audio is silent, successive samples will have the same value and so the value-difference magnitude will be zero, and the comparator (4) will determine that it is below the threshold value (5). If the audio is nearly-silent the difference is also likely to be below the threshold value, but the outcome will depend on the frequency spectrum and the amplitude of the audio; lower-frequency, lower-amplitude audio will be more likely to give a difference-value below a given threshold value.
  • The output from the comparator (4) is passed to a control logic block (7) which generates commands (8) to delete (drop) or repeat the current sample in dependence upon a sample-rate control input (9). The control input (9) is derived from an external process (not illustrated) which determines whether the number of samples needs to be increased or decreased. If the external process determines that fewer samples are required, the control signal (9) causes the control logic block (7) to issue sample deletion commands (8) at points in the audio where the deletion is unlikely to be audible. Similarly, if the external process determines that additional samples are required, the control signal (9) causes the control logic block (7) to issue sample repetition commands (8) at points of low audibility. If no change to the number of samples is required, the control signal (9) causes the control logic (7) to prevent the output of sample repetition or deletion commands (8).
  • In some embodiments the control logic block (7) only outputs a sample deletion or sample repetition command if a fixed, small number (say 4) consecutive value-difference magnitudes have been less than the threshold (5); and/or, after a command has been issued, no further commands are issued until a further fixed number (say 1,020) of succeeding input samples have been received. These numbers are chosen to achieve the necessary maximum range of adjustment of the sample rate and to minimise the audibility of the process. The commands (8) are passed to an external process (not illustrated) which can either delete or repeat the current sample so as to obtain a modified sample stream or set of samples.
  • The silence-threshold block (6) determines the threshold value (5) so as to ensure that samples resulting in a value-difference less than the threshold value can be deleted or repeated with minimal subjective distortion to the audio. This is done by a process of continuous adjustment of the threshold in response to the sequence of audio samples to be processed. The threshold is lowered by a fixed decrement value whenever a sample deletion or repetition command is issued; and, the threshold is raised by a fixed increment value whenever the current value-difference magnitude is greater than the current threshold.
  • The level at which the threshold stabilises for a given audio signal of constant amplitude will depend on the ratio of the rate of threshold increment to the rate of threshold decrement. The fixed decrement value and the fixed increment value can be chosen so as to achieve automatically a threshold value for which sample deletion or repetition is substantially inaudible for a wide range of audio material. Suitable maximum and minimum limits to the variation of the threshold value can also be applied and the increment and decrement functions inhibited when necessary to keep the threshold value within these limits. The maximum and minimum limits can be set at the levels at which the audibility of sample deletion or repetition is just acceptable for the loudest and quietest signals respectively.
  • The process of threshold increment and decrement can continue during periods where, according to the control signal (9), no sample modification is required. This will ensure that sample modification can be re-started quickly without waiting for the threshold level to adapt to the characteristics of the audio signal.
  • It is possible to extend the technique to a two channel stereo audio system having left and right audio channels where samples are simultaneously deleted or repeated in both channels. Respective inter-sample difference magnitudes are determined for both audio channels and compared with a single threshold. In the system of Figure 1, the comparator (4) can be replaced by a comparator which gives an output when both inter-sample differences are below the threshold. The operation of the system is otherwise unchanged: a fixed consecutive number of "below threshold" outputs from the comparator is required before a sample delete or repeat command is issued; the threshold is decremented when a command is issued; and, the threshold is incremented when either of the two current inter-sample differences is above the current threshold.
  • Either the single-channel or the stereo system can be improved by providing for the rate of sample modification (i.e. deletion or repetition) to be adjusted in dependence on the dynamics of the audio. If the amplitude of the audio is decaying after a loud peak, there is a short time period after the peak (of the order of a few tens of milliseconds) during which distortion of the audio caused by sample deletion or repetition will be subjectively masked. If the amplitude continues to decay, sample modification becomes more noticeable and can be perceived as a pitch change.
  • In the system of Figure 1, or the stereo version described above, the delay between a sample modification and the next permitted sample modification can be adjusted so that the delay is reduced for a short period after a peak in the audio level, and then increased to the original delay value after a fixed number of samples have been processed. Figure 2 shows a flow-chart of a system in which the threshold level of the system of Figure 1 is used to identify points in the audio at which the rate of sample modification can be adjusted.
  • Referring to Figure 2, in step (21) an audio sample is evaluated as in the system of Figure 1 so as to determine whether or not it should be modified (i.e. deleted or repeated). If the sample is not modified, either because the inter-sample difference is above the threshold, or because a recent previous sample has been modified, the decision step (22) passes control to decision step (23). If the difference between the current sample and its predecessor is greater than the threshold, the threshold is incremented (as described previously with reference to Figure 1) in step (24) and the next audio sample is made available for processing in step (25). However, if the current inter-sample difference magnitude is less than the threshold at decision step (23), control is passed to step (25) without any change to the threshold value.
  • If the current audio sample was selected for modification in step (21), decision step (22) passes control to step (26) in which the current threshold value is stored. A further decision step (27) determines whether the current threshold value is above the threshold value stored on the previous occasion that a sample was modified. If the threshold is higher, the audio level is likely to be reducing after a peak (during which no sample modifications have occurred) and a faster rate of sample modification is likely to be acceptable. In this case, step (28) causes the delay between sample modifications to be reduced by changing the mode of operation of step (21) to a "Fast Modification" mode. This mode is maintained until a fixed number of samples have been processed in step (21).
  • After step (28), or a decision that the threshold is lower than at the time of the previous sample modification at step (27), the threshold value is decremented in step (29), as described with reference to Figure (1), and control is passed to step (25) to commence the processing of the next audio sample.
  • In this way the Fast Modification mode is entered as the audio level begins to fall. In the Fast Modification mode the minimum permitted interval between sample modifications is set at a low value for a fixed number of samples. For example, the normal delay between modifications could be 1,024 sample periods and in the Fast Modification Mode the minimum permitted interval could be set to 32 sample periods until about 20 ms of audio has been processed; the minimum period can then be doubled after each succeeding 20 ms period until the "normal" delay of 1,024 samples is reached, or the Fast Modification mode is re-started at step (28).
  • When the audio is very quiet the process of Figure 2 need not be applied, and the time delay between sample modifications can be maintained at a low value. This condition can be detected by noting that the threshold is at its minimum permitted value. Once the threshold rises, the process of Figure 2 can again be used to control the delay between modifications.
  • The system of Figure 2 is equally applicable to stereo processing.
  • Dropping or repeating samples has the effect of changing the pitch of tones. If tones can be recognised and the pitch measured, it is then possible to determine a permitted rate of sample modification that causes a barely perceptible pitch change for that tone and to set the minimum permitted delay to that value. If the absolute amplitude of the audio can also be measured then the permitted rate of sample modification can be adjusted knowing the effect of loudness on the perceptibility of pitch changes. The system of the invention can thus be modified by the addition of frequency or amplitude measuring processes which control the time between sample deletion or repetition. Simple frequency measurement by detecting and counting zero crossings of the audio signal, or signals for stereo, can be used.
  • The application of the invention to stereo audio has been described; however, it may also be extended to other multi-channel audio formats such as "surround sound" or "5.1 channel" systems. In one method a multi-channel audio programme is "mixed down" to a mono or stereo version, which is analysed as described above, and samples are deleted or repeated simultaneously in all the channels of the multi-channel programme in response to the analysis of the mixed-down audio.
  • Another method is to compare inter-sample difference values from more than two channels with the threshold; and, to adjust the threshold and simultaneously delete or repeat samples in all channels in dependence on the results of the comparisons.
  • The invention has been described by way of examples and other variations are possible within the scope of the following claims. It should be noted that this invention can be to hardware and/or software arrangements as will be apparent to a skilled person.

Claims (11)

  1. A method of changing the number of samples representing a time segment of an audio signal by deleting or repeating existing samples at positions in the said time segment dependant on the values of said audio samples, wherein differences between succeeding sample values are evaluated and compared with a threshold value and samples are deleted or repeated where two or more consecutive differences are less than the said threshold value, in which the threshold value is reduced when samples are deleted or repeated, and in which the threshold value is increased when a difference between succeeding samples exceeds the said threshold value.
  2. A method according to claim 1 in which stereo audio is processed and respective left and right differences between succeeding sample values are evaluated and samples are repeated or deleted where both the left difference and the right difference are below the said threshold at two or more consecutive sample points.
  3. A method according to any one of the preceding claims in which a sample is deleted or repeated in response to a defined number of consecutive inter-sample differences less than the threshold value.
  4. A method according to any of the preceding claims in which sample deletion or repetition is inhibited during a set number of sample periods following a point of sample deletion or repetition.
  5. A method according to Claim 4 in which the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence on a cumulative measure of inter-sample difference values.
  6. A method according to Claim 5 in which the said set number of sample periods during which sample deletion or repetition is inhibited is reduced in response to an increase in the said threshold value.
  7. A method according to Claim 5 or Claim 6 in which the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence upon a measure of audio frequency.
  8. A method according to Claim 7 in which the said measure of audio frequency is a count of zero crossings of the audio signal.
  9. A method according to any of Claims 5 to 8 in which the said set number of sample periods during which sample deletion or repetition is inhibited is adjusted in dependence upon a measure of absolute audio amplitude.
  10. A computer program product comprising code adapted to implement a method in accordance with any one of claims 1-9.
  11. Apparatus for changing the number of samples representing a time segment of an audio signal, configured and adapted to perform a method in accordance with any one of claims 1-9.
EP20080162264 2007-08-13 2008-08-12 Digital audio processing Not-in-force EP2026331B1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB0715758A GB2451828A (en) 2007-08-13 2007-08-13 Digital audio processing method for identifying periods in which samples may be deleted or repeated unobtrusively

Publications (2)

Publication Number Publication Date
EP2026331A1 EP2026331A1 (en) 2009-02-18
EP2026331B1 true EP2026331B1 (en) 2010-07-28

Family

ID=38543488

Family Applications (1)

Application Number Title Priority Date Filing Date
EP20080162264 Not-in-force EP2026331B1 (en) 2007-08-13 2008-08-12 Digital audio processing

Country Status (4)

Country Link
US (1) US8825186B2 (en)
EP (1) EP2026331B1 (en)
DE (1) DE602008001927D1 (en)
GB (1) GB2451828A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9052991B2 (en) * 2012-11-27 2015-06-09 Qualcomm Incorporated System and method for audio sample rate conversion
GB2521149B (en) 2013-12-10 2021-08-18 Grass Valley Ltd Adjusting occupancies of a set of buffers

Family Cites Families (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3812423A (en) * 1973-07-16 1974-05-21 Sperry Rand Corp Network time domain measurement system
GB2039448B (en) * 1979-01-02 1983-02-16 British Broadcasting Corp Altering the timing of digital sound signal samples
JPS5680938A (en) * 1979-12-06 1981-07-02 Shiro Okamura Time-base compressive transmission system
FR2482806A1 (en) * 1980-05-19 1981-11-20 France Etat METHOD AND DEVICE FOR SYNCHRONIZING A DIGITAL SIGNAL
US4899146A (en) * 1987-04-30 1990-02-06 R. R. Donnelley & Sons Company Method of and apparatus for converting digital data between data formats
EP0300775B1 (en) * 1987-07-21 1995-05-31 Matsushita Electric Industrial Co., Ltd. Signal encoding and decoding method and device
US5136529A (en) * 1989-09-29 1992-08-04 Hitachi, Ltd. Digital signal weighting processing apparatus and method
KR930009436B1 (en) * 1991-12-27 1993-10-04 삼성전자 주식회사 Waveform encoding / decoding apparatus and method
JP2586827B2 (en) * 1994-07-20 1997-03-05 日本電気株式会社 Receiver
US5834930A (en) * 1997-03-12 1998-11-10 Industrial Technology Research Institute Device for sensing the period of a digitized signal including noise evaluation and averaging over a plurality of zero crossing
US6144413A (en) * 1998-06-25 2000-11-07 Analog Devices, Inc. Synchronization signal detection and phase estimation apparatus and method
US6304297B1 (en) * 1998-07-21 2001-10-16 Ati Technologies, Inc. Method and apparatus for manipulating display of update rate
US6763274B1 (en) * 1998-12-18 2004-07-13 Placeware, Incorporated Digital audio compensation
US6581032B1 (en) * 1999-09-22 2003-06-17 Conexant Systems, Inc. Bitstream protocol for transmission of encoded voice signals
JP2001160267A (en) * 1999-09-24 2001-06-12 Victor Co Of Japan Ltd Voice information processing device
US7920697B2 (en) * 1999-12-09 2011-04-05 Broadcom Corp. Interaction between echo canceller and packet voice processing
ATE388542T1 (en) * 1999-12-13 2008-03-15 Broadcom Corp VOICE THROUGH DEVICE WITH DOWNWARD VOICE SYNCHRONIZATION
US6836456B2 (en) * 2000-07-27 2004-12-28 Victor Company Of Japan, Ltd. Information reproducing apparatus
AU2002213208A1 (en) 2000-10-13 2002-04-22 America Online, Inc. Dynamic latency management, dynamic drift correction, and automatic microphone detection
US6757296B1 (en) * 2000-11-03 2004-06-29 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for processing asynchronous data
US7319703B2 (en) * 2001-09-04 2008-01-15 Nokia Corporation Method and apparatus for reducing synchronization delay in packet-based voice terminals by resynchronizing during talk spurts
US6724834B2 (en) * 2002-02-22 2004-04-20 Albert L. Garrett Threshold detector for detecting synchronization signals at correlator output during packet acquisition
US7088774B1 (en) * 2002-05-29 2006-08-08 Microsoft Corporation Media stream synchronization
US7433815B2 (en) * 2003-09-10 2008-10-07 Dilithium Networks Pty Ltd. Method and apparatus for voice transcoding between variable rate coders
US7573947B2 (en) * 2004-07-15 2009-08-11 Terayon Communication Systems, Inc. Simplified narrowband excision
US8861601B2 (en) * 2004-08-18 2014-10-14 Qualcomm Incorporated Encoder-assisted adaptive video frame interpolation
US7519845B2 (en) * 2005-01-05 2009-04-14 Microsoft Corporation Software-based audio rendering
TWI257804B (en) * 2005-01-07 2006-07-01 Realtek Semiconductor Corp Method for adjusting sampling condition of ADC and apparatus thereof
US7672742B2 (en) * 2005-02-16 2010-03-02 Adaptec, Inc. Method and system for reducing audio latency
US7532685B2 (en) * 2005-03-31 2009-05-12 Alcatel-Lucent Usa Inc. Methods of controlling tracker bandwidth in wireless communication systems
US7894489B2 (en) * 2005-06-10 2011-02-22 Symmetricom, Inc. Adaptive play-out buffers and adaptive clock operation in packet networks
US7194379B1 (en) * 2006-03-10 2007-03-20 L3 Communications Integrated Systems L.P. High resolution TOA circuit
JP2008017351A (en) * 2006-07-07 2008-01-24 Toshiba Corp Packet stream receiver
JP4123486B2 (en) * 2006-10-02 2008-07-23 日本ビクター株式会社 Digital audio processing method, digital audio processing apparatus, and computer program

Also Published As

Publication number Publication date
US8825186B2 (en) 2014-09-02
DE602008001927D1 (en) 2010-09-09
US20090048696A1 (en) 2009-02-19
EP2026331A1 (en) 2009-02-18
GB0715758D0 (en) 2007-09-19
GB2451828A (en) 2009-02-18

Similar Documents

Publication Publication Date Title
US8615095B2 (en) Automatic volume control for audio signals
EP1386312B1 (en) Improving transient performance of low bit rate audio coding systems by reducing pre-noise
EP1692799B1 (en) Automatic extraction of musical portions of an audio stream
RU2417514C2 (en) Sound amplification control based on particular volume of acoustic event detection
US5117228A (en) System for coding and decoding an orthogonally transformed audio signal
EP2082480B1 (en) Audio dynamics processing using a reset
CN102214464B (en) Transient state detecting method of audio signals and duration adjusting method based on same
EP2172930B1 (en) Audio signal processing device and audio signal processing method
US5430826A (en) Voice-activated switch
US7917358B2 (en) Transient detection by power weighted average
US20050147262A1 (en) Method for decreasing the dynamic range of a signal and electronic circuit
EP2881944A1 (en) Audio signal processing apparatus
US8903730B2 (en) Content feature-preserving and complexity-scalable system and method to modify time scaling of digital audio signals
EP2026331B1 (en) Digital audio processing
US8917886B2 (en) Method of distortion-free signal compression
CN103258552B (en) How to adjust playback speed
CN102934164A (en) Apparatus and method for handling transient sound events in an audio signal when changing playback speed or pitch
JP2917766B2 (en) Highly efficient speech coding system
KR970002195B1 (en) Voice element removing device and its controlling method in a digital equipment
CN111884729B (en) Recording channel selection method and device and electronic equipment
EP0803989A1 (en) Method and apparatus for encoding of a digitalized audio signal
CN102132346B (en) Signal processing arrangement and method with adaptable signal reproduction rate
JPS6127598A (en) Voice/voiceless decision for voice signal
JPH08305393A (en) Playback device
US20060178832A1 (en) Device for the temporal compression or expansion, associated method and sequence of samples

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA MK RS

17P Request for examination filed

Effective date: 20090219

17Q First examination report despatched

Effective date: 20090401

AKX Designation fees paid

Designated state(s): DE FR GB

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: SNELL LIMITED

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

RIN1 Information on inventor provided before grant (corrected)

Inventor name: BUTTERS, JEFF

Inventor name: ADDY, TIM

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): DE FR GB

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REF Corresponds to:

Ref document number: 602008001927

Country of ref document: DE

Date of ref document: 20100909

Kind code of ref document: P

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed

Effective date: 20110429

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602008001927

Country of ref document: DE

Effective date: 20110429

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20110726

Year of fee payment: 4

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20110801

Year of fee payment: 4

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST

Effective date: 20130430

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20130301

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120831

REG Reference to a national code

Ref country code: DE

Ref legal event code: R119

Ref document number: 602008001927

Country of ref document: DE

Effective date: 20130301

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20210827

Year of fee payment: 14

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20220812

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20220812