This is a divisional of application Ser. No. 10/264,042, filed on Oct. 3, 2002, entitled “Energy-Based Nonuniform Time-Scale Modification of Audio Signals,” and assigned to the corporate assignee of the present invention and incorporated herein by reference.
The present application relates generally to processing audio signals. More particularly, the present invention relates to energy-based, nonuniform time-scale compression of audio signals.
The purpose of time-scale modification of an audio signal is to change the playback rate of the audio signal while preserving the original audio characteristics, such as pitch perception and frequency distribution. The modified signal is perceived as being faster (time-scale compression) or slower (time-scale expansion) with respect to the original audio.
Applications for time-scale modification include telephone voicemail systems and answering machines, where message playback can be sped up or slowed down depending on user preference. More recently, multimedia search and retrieval on local sources or over networks such as the internet have provided applications for time-scale modification of audio and video signals. The technique is also useful for streaming media delivery of multimedia materials. Deployment of time-scale modification systems and methods can dramatically improve the efficiency of retrieval of audio and speech material in large-scale databases.
Many techniques have been developed in the past for time-scale modification. In general, time-scale modification techniques can be grouped as linear and non-linear algorithms. In a linear algorithm, time compression or expansion is applied consistently across the entire audio stream with a given speed-up or slow-down rate.
The most basic example is by playing the audio at a lower sampling rate than that at which it was recorded, such as by dropping alternate samples. This results, however, in an increase in pitch, creating less intelligible and enjoyable audio.
Another basic technique involves discarding portions of short, fixed-length audio segments and abutting the retained segments. However, discarding segments and abutting the remnants produces discontinuities at the interval boundaries and produces audible clicks and other audio distortion. To improve the quality of the output signal, a windowing function or smoothing filter can be applied at the junctions of the abutted segments. One such technique is called overlap and add (OLA). Another is synchronized overlap and add (SOLA). Another is waveform-similarity overlap and add (WSOLA). The OLA-type algorithms provide benefits of simplicity and efficiency. Important design considerations in algorithm design and implementation include the processor resources required for signal processing the audio signal and data storage capacity.
In non-linear time compression, the content of the audio stream is analyzed and compression rates may vary from one point in time to another. In some examples, redundancies such as pauses or elongated vowels are compressed more aggressively.
In a typical WSOLA algorithm, fixed-length segments are extracted from the input signal near the time instants n=0, Tx, 2Tx, . . . , with Tx>0 a parameter of the algorithm. The best segments found near these time instants are overlapped and added to form the output signal. The process is shown in
ρ=Ty/Tx (1)
The time scale ratio ρ is less than one for time-scale compression and greater than one for time-scale expansion.
Current time scale modification algorithms do not provide adequate results in low-rate time-scale compression, for instance at ρ<0.5. Intelligibility of the resulting audio is too poor for commercial use. Accordingly, there is a need for an improved time-scale compression method and apparatus for audio signals.
By way of introduction only, a method for energy based, non-uniform time-scale compression of speech signals includes receiving a frame of data corresponding to an input speech signal and segmenting the data into a plurality of segments. The method further includes estimating a value related to energy of the frame of data, determining a peak energy estimate for the frame, determining an energy threshold based on the peak energy estimate of the frame and comparing the value related to energy of the frame of the data with the energy threshold to control time-scale compression of the speech data.
The foregoing summary has been provided only by way of introduction. Nothing in this section should be taken as a limitation on the following claims, which define the scope of the invention.
Referring now to the drawing,
The processor 102 may be any suitable processor adapted for processing audio data. In the illustrated embodiment, the processor 102 is a digital signal processor. The processor 102 responds to stored data and instructions for processing audio data at other data received at an input 108. The memory 104 stores data and instructions for controlling the processor 102. The processor 102, under control of the instructions stored in the memory 104, implements audio processing algorithms, such as the audio compression algorithm described below, on the received data and stores processed audio data including compressed audio data, at data storage 104. Subsequently, the processor 102 processes the stored processed audio data from the data storage 104 and provides play back audio data at an output 110. In one example, the processor de-compresses or expands the stored audio data to produce data corresponding to audible signal.
In one embodiment, the processor 102 is an integrated circuit digital signal processor and the memory 104 and the data storage 106 are embodied as semiconductor integrated circuit memory devices. In other embodiments, the processor 102 may be formed from a suitably-programmed general purpose processor. In other embodiments, the functionality of the processor 102 may be combined with other circuits on a monolithic integrated circuit to provide additional levels of functionality. Also, the memory 104 and the data storage 106 may be combined in a single device with the processor 102. Any suitable read/write memory storage device may be used for the memory 104 and the data storage 106. In alternative embodiments, rather than storing the compressed audio data in the data storage 106, the data are conveyed to other components for subsequent processing or for conversion to a compressed audio signal.
For speech processing at a ratio of ρ near one, quality is good using the uniform approach illustrated in
Known nonuniform time-scale compression algorithms, while offering the potential of improving the perceptual quality at low ratio, require significantly higher computational cost. Targeting on this weakness, the presently-disclosed algorithm utilizes the short-term energy of the input speech signal as guidance to adjust the scale ratio. Since a typical audio or speech signal contains segments of high and low energy, and high-energy segments play a more important perceptual role, it is possible to improve the perceptual quality by adjusting the time-scale ratio according to the energy of a particular segment. By compressing less for high-energy segments and more for low-energy or silent segments, intelligibility is enhanced.
The described idea is shown in one embodiment in
It is assumed that ρ (the desired time-scale ratio), Ty (length of the output segments), and M (overlap length) are known. Techniques for the selection of Ty and M are known or may be adapted from other sources. Here, the exemplary embodiment uses Ty=M=150 while dealing with narrowband speech (8 kHz sampling). The reference input segment length is therefore
T
x
=T
y/ρ. (2)
The energy is calculated from the last M samples in the mth output segment, that is, the samples used to overlap-add with the (m+1)th segment:
E[m] is the energy of the signal y[n] at the interval nε[m.Ty, m.Ty+M−1]. Note that the interval has a length of M=150 samples in the present case.
Thus, energy is found as the sum of squares of input signal samples. In this embodiment, a small positive amount (0.01) is added to the sum of squared term so as to avoid numerical problems with an all-zero sequence. Other accommodations to numerical processing and storage requirements may be made as well. For example, instead of calculating energy of the signal, a value related to the energy may be estimated. Such modifications may be readily adopted to reduce the computational load or the storage requirements, or to adapt the calculations to a particular input signal or data format.
The peak energy estimate is defined as
E
p
[m]=max(αp.Ep[m−1], E[m], Ep,min) (4)
where αp is an energy peak depreciation factor and Ep,min is the minimum energy peak level. The peak energy estimate for the current frame is selected by comparing three candidates: the previous estimate multiplied by αp, the current energy, and the minimum energy peak level. The factor % determines the adaptation speed and satisfies αp<1. Ep,min represents the lowest possible estimate. For initialization, Ep[0]=0.
A bottom energy estimate is defined with
E
b
[m]=min(αb.Eb[m−1], E[m]) (5)
where αb is an energy bottom appreciation factor, and is selected so that αb>1. Thus, the current bottom energy estimate is equal to the minimum of the two numbers: a scaled version of the previous estimate, and the current energy. For initialization, set Eb[0]=∞.
An energy threshold is defined by
E
th
[m]=E
b
[m]+(Ep[m]−Eb[m])/αth (6)
with αth>1 the energy threshold calculation factor. Energy of the frame is compared to this threshold to decide the time-scale factor or input segmentation length of the current frame.
As explained above, the input segmentation length M is varied depending on the energy level, which implies that the time-scale ratio is not constant. The average of all these ratios, however, should be equal to the original time-scale ratio ρ, since this is a requirement of the algorithm. In order to accomplish this, a “reservoir” is introduced to keep track of the effect of time-varying input segmentation length. The reservoir sequence R[m] is initialized with R[0]=0. At the mth frame,
R[m]=R[m−1]+Tx−Tx′[m]. (7)
Thus, the reservoir sequence contains the accumulated surplus or shortage with respect to the reference input segment length Tx. Content of the reservoir and energy dictate the input segmentation length of the current frame according to the following rule:
is a scale factor that depends on the level of the reservoir.
When the current energy is greater than or equal to the threshold (E[m]>Eth[m]) and there is enough space in the reservoir (R[m−1]<Rmax with Rmax a positive constant), Tx′ is set to be equal to α1Tx; where α1<1 is selected to produce a larger time-scale ratio.
On the other hand, when the current energy is less than the threshold (E[m]<Eth[m]) and there is enough space in the reservoir (R[m−1]>Rmin with Rmax negative constant), Tx′ is set to be equal to α2Tx, where α2>1 is selected to produce a smaller time-scale ratio. For all other cases, Tx′=Tx unless the reservoir is half full (R>Rmax/2); in this latter case, the reservoir is drained faster so as to get ready for the next high-energy frames. This control mechanism is necessary for consistent modification of high and low energy segments.
Using the described technique, it is possible to keep track of the cumulative effect of signal modification and exert proper action so as to achieve the best signal quality and maintain at the same time an average time-scale factor that is close to the original. Successful deployment of the algorithm depends on the proper selection of various control parameters. For some embodiments, parameter selection criteria may be summarized as follows:
Energy peak depreciation factor (αp): Determines the adaptation speed of the energy peak estimate. Typical values are between 0.9 and 0.999.
Energy bottom appreciation factor (αb): Determines the adaptation speed of the energy bottom estimate. Typical values are between 1.001 and 1.1
Minimum energy peak level (Ep,min): This quantity represents the lowest possible level of the energy peak, and has influence on the manner that low-energy segments are processed.
Energy threshold calculation factor (ah): Controls the relative height of the energy threshold within the range (Eb, Ep). For αth=1, Eth=Ep; and for αth→∞, Eth→Eb. Typical values are between 1.3 and 2.0.
Input segmentation length adjustment factors (α1, α2): These parameters adjust the input segmentation length, with α1 being associated with high-energy segments while α2 is associated with low-energy segments. Typical values are α1ε[0.2, 0.8] and α2ε[1.5, 2.0].
Reservoir limits (Rmin, Rmax): These parameters determine the upper and lower limits in the reservoir. If the content of the reservoir surpasses these limits, the signal is modified according to the original ratio. Otherwise, alternative ratios are used according to the current energy. Typical values are Rminε[−2000, −500] and Rmaxε[200, 1000].
These parameter values are exemplary only. It is important to note that the values of the parameters must be adjusted for different time-scale ratios so as to obtain the best effects. Also, different parameter values may be chosen in association with other embodiments so as to accommodate different input conditions or different output requirements. Adaptation of these exemplary embodiments to particular applications is well within the purview of those ordinarily skilled in the art.
The system and method described above were modeled. The model used a typical speech signal to illustrate the behavior of the algorithm.
At ρ=0.3 and 0.2, intelligibility fades away for uniform compression, with general reduction in volume and the presence of a great amount of artifacts perceived as abruptness in the sound, which confuses the speaker identity. Nonuniform compression is capable of maintaining almost the same sound volume, with smoother, more fluent sound. In addition, the modified speech sounds closer to the original since high-energy voiced segments are largely preserved, allowing a straightforward identification of the original speakers. The no preference votes dropped dramatically at these rates since a very clear distinction exist between the outcomes of the two methods.
At the extreme case of ρ=0.1, perception of the original message is practically lost. Most listeners prefer nonuniform compression due to the fact that the sound is still perceived as being human, and in most cases, speaker recognizability is possible. For uniform compression, the sound is highly unnatural to the degree of annoying, and the voice features of the original speaker are largely destroyed.
From the foregoing, it can be seen that a novel time-scale compression algorithm has been developed. The improvement in perceptual quality is achievable even at low time-scale ratio. The algorithm is based on estimating the energy of the signal, and uses it to decide the local ratio. To ensure that a desired time-scale ratio is obtained, a reservoir is introduced to keep track of the cumulative effect in local modification. The content of the reservoir is also taken into account to determine the local ratio. Even though the exemplary embodiments described herein are based on WSOLA, it is also possible to extend the same principles to other types of algorithm.
Time-scale compression is a key technology to enable fast review of audio-video materials. The system and method described herein have low computational overhead and hence are adequate for deployment to many practical systems. One exemplary embodiment is in a digital answering device or voice mail system, in which the disclosed embodiments or variations thereof may be used to control playback speed of recorded speech.
The disclosed system and method may be embodied as a processor or other logic device programmed to perform the calculations and other operations described above. In other applications, the system and method may be embodied software program code and data configured to perform the operations described herein, or as a computer readable storage medium such as a floppy disk or optical disk containing such a program code and data. In yet other applications, the system and method may be embodied as an electrical signal encoding the software program code and data, and the electrical may be conveyed, for example, over a network such as a local area network or the internet, and may be conveyed by wire line, wirelessly or by a combination of these.
While a particular embodiment of the present invention has been shown and described, modifications may be made. It is therefore intended in the appended claims to cover such changes and modifications which follow in the true spirit and scope of the invention.
Number | Date | Country | |
---|---|---|---|
Parent | 10264042 | Oct 2002 | US |
Child | 11971625 | US |