US9271096B2 - Delay unit for a conference audio system, method for delaying audio input signals, computer program and conference audio system - Google Patents

Delay unit for a conference audio system, method for delaying audio input signals, computer program and conference audio system Download PDF

Info

Publication number
US9271096B2
US9271096B2 US13/395,147 US200913395147A US9271096B2 US 9271096 B2 US9271096 B2 US 9271096B2 US 200913395147 A US200913395147 A US 200913395147A US 9271096 B2 US9271096 B2 US 9271096B2
Authority
US
United States
Prior art keywords
delay
audio
delegate
write
time delay
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US13/395,147
Other versions
US20120170768A1 (en
Inventor
Marc Smaak
C. P. Janse
Chen Tchang
L. C. A. van Stuivenberg
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.)
Robert Bosch GmbH
Original Assignee
Robert Bosch GmbH
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 Robert Bosch GmbH filed Critical Robert Bosch GmbH
Assigned to ROBERT BOSCH GMBH reassignment ROBERT BOSCH GMBH ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JANSE, C.P., VAN STUIVENBERG, L.C.A., SMAAK, MARC, TCHANG, CHEN
Publication of US20120170768A1 publication Critical patent/US20120170768A1/en
Application granted granted Critical
Publication of US9271096B2 publication Critical patent/US9271096B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R27/00Public address systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M11/00Telephonic communication systems specially adapted for combination with other electrical systems
    • H04M11/06Simultaneous speech and data transmission, e.g. telegraphic transmission over the same conductors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R2227/00Details of public address [PA] systems covered by H04R27/00 but not provided for in any of its subgroups
    • H04R2227/009Signal processing in [PA] systems to enhance the speech intelligibility
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04SSTEREOPHONIC SYSTEMS 
    • H04S2420/00Techniques used stereophonic systems covered by H04S but not provided for in its groups
    • H04S2420/05Application of the precedence or Haas effect, i.e. the effect of first wavefront, in order to improve sound-source localisation

Definitions

  • the invention relates to a delay unit allocated to a single delegate unit of a conference audio system adapted to delay audio input signals for an adjustable time delay, thereby generating audio output signals.
  • the invention relates to a delay unit allocated to a single delegate unit of a conference audio system adapted to delay audio input signals for an adjustable time delay, thereby generating audio output signals
  • the delay unit comprising a circular buffer, a write pointer to write a sample of a first audio input signal to the circular buffer at a first write position, a read pointer to read a sample from the circular buffer at a first read position as a sample of a first output signal, whereby the distance between the first write position and the first read position determines a first time delay, and a buffer control module adapted to move the write pointer to the next position after writing and to move the read pointer to a next position after reading.
  • the invention also relates to a method for delaying audio input signals, a respective computer program and a conference audio system comprising the delay unit.
  • conference audio systems also called sound reinforcement systems—comprise a central control unit and a plurality of so-called delegate units, which represent the working place of the delegates and have a microphone for inputting audio signals in the conference audio system and a loudspeaker for outputting audio signals.
  • delegate units which represent the working place of the delegates and have a microphone for inputting audio signals in the conference audio system and a loudspeaker for outputting audio signals.
  • Such a conference audio system is for example disclosed in EP 1 686 835, A1.
  • a speaker uses one of the microphones and the microphone signal is sent to the central control unit.
  • the signal is processed by the central control unit (like feedback suppression) and then distributed as a plurality of signals to the other delegate units.
  • the signals are passed to the loudspeakers as audio output signals, except for the delegate units where there is an active speaker in front of the delegate unit.
  • the loudspeaker signal is attenuated or is blocked to avoid howling.
  • a delay unit with the features of claim 1 a method for delaying input signals with the features of claim 7 , a computer program with the features of claim 8 and a conference audio system with the features of claim 9 are proposed.
  • Preferred or advantageous embodiments of the invention are disclosed by the dependent claims, the description and the figures as attached.
  • the length of the time delay is preferably chosen in accordance with the “Haas effect”.
  • the Haas effect is also called the precedence effect and describes the human psychoacoustic phenomena of correctly identifying the direction of the sound source heard in both ears. Due to the head's geometry (two ears spaced apart, separated by a barrier) the direct sound from any source first enters the ear closest to the source, then the ear farthest away.
  • the Haas effect describes that humans localize a sound source based upon the first arriving sound, if the subsequent arise within 25-35, ms delay. If the later arrivals are longer than this time delay, then two distinct sounds are heard.
  • a delay unit allocated to a single delegate unit of a conference audio system which is adapted to delay audio input signals for an adjustable time delay, thereby generating audio output signals.
  • the delay unit or units in the conference audio system is/are allocated to the individual delegate units, so that each delegate unit is provided with audio output signals with an individual time delay. Especially it is possible, that each individual time delay differs from the other.
  • the audio input signals are preferably provided by a microphone or another sound source, the audio output signals are intended to be output by the loudspeakers.
  • the delay unit comprises at least a circular buffer, which is defined by a logical memory architecture, whereby specific storage locations are used in an endless, ring-like manner.
  • a write pointer is provided to write a sample, for example a time piece, of a first input signal to the circular buffer at a first write position
  • a read pointer is provided to read a sample from the circular buffer at a first read position as a sample of a first output signal.
  • the distance between the first write position and the first read position which is the number of storage locations, each storage location being able to store a sample of the audio input signal, determines or represents a first time delay.
  • the time delay can be calculated by multiplying the number of storage locations with the temporal length of the sample.
  • a buffer control module is integrated, which is operable to move the write pointer to a next, especially following position after writing and to move the read pointer to a next, especially following position after reading.
  • a FIFO—first in first out—architecture is provided by the circular buffer and the buffer control module.
  • the buffer control module is adapted to adjust or set a second time delay by moving the write pointer to a second write position, whereby the distance between the first read position and the second write position determines the second time delay.
  • the second write position is in the said circular buffer.
  • a second circular buffer is provided and the write pointer is set to the second write position in the second circular buffer.
  • the read pointer may be set to the first read position in the second circular buffer.
  • the buffer control module is operable to change the time delay during or in connection with a change of the audio input signal source. Keeping in mind, that the length of the time delay is dependent on the distance and/or orientation of a sound source and the respective delegate unit, it is normally necessary to change the time delay as soon as the sound source and thus the distance and orientation changes.
  • the second write position is equal to the first write position and the write pointer does not change its place.
  • the remaining samples of the first audio input signal will be rendered followed by the samples of the second audio input signal.
  • the write pointer is readjusted, i.e. is put back and the samples of the second audio input signal are added to the samples of the first audio input signal at same memory locations. As a result all samples of the first audio input signal are output to the loudspeaker, partly overlapped by the samples of the second audio input signal.
  • the write pointer is readjusted, i.e. it is put forward, so that a number of memory locations are not filled by samples of the first audio input signal and the second audio input signal.
  • each memory location which is read out by the read pointer is afterwards set to zero, so that in this situation the samples of the first audio input signal will be rendered, followed by a number of zeros and then by the samples of the second audio input signal.
  • d old is smaller than B then only the last d old , samples can and should be sampled.
  • other fade-in and/or fade-out algorithms are possible.
  • the delay unit comprises a control module, which is adapted to store a lookup table or a map of possible audio sources and respective time delays or an equivalent data, so that the delay unit is capable to find the individual time delay for a specific audio source.
  • a further subject-matter of the invention relates to a method for delaying output input signals, which is preferably carried out by the delay unit as already described or according to one of the preceding claims.
  • a sample of a first audio input signal is written by a write pointer to a circular buffer at a first write position and a sample of the first audio input signal is read by a read pointer from the circular buffer at a first read position, whereby the distance between the first write position and the first read position determines the first time delay.
  • the write and read operations are performed in an endless manner, so that after writing the sample the write pointer is moved to a next position determined by (old position+1) mod N, whereby N is the length of the circular buffer.
  • the read pointer is moved to the next position which is determined by (old position+1) mod N after reading.
  • the write pointer is set to a second write position, whereby the distance between the first read position and the second write position determines the second time delay.
  • a further subject-matter of the invention relates to a computer program with the features of claim 8 .
  • a next subject-matter of the invention is a conference audio system—also called a sound reinforcement system with the features of claim 9 .
  • the conference audio system adds directivity to the output audio signals the system may also be called direction faithful sound (DFS) reinforcement system.
  • the conference audio system comprises a plurality of delegate units, each delegate unit having a delegate loudspeaker and/or a delegate microphone. As a fact it is possible that a delegate unit has both or has only a loudspeaker or a microphone.
  • a control means is employed for distributing at least one audio input signal from at least one of the delegate microphones or another sound source to a plurality of the delegate loudspeakers, whereby the plurality of delegate loudspeakers generate a common audio atmosphere.
  • delay means are provided, which are operable to add a time delay on the audio input signal.
  • the delay means are the delay unit or a plurality of such delay units according to one of the preceding claims 1 to 6 or as previously described.
  • the delay unit is positioned in the delegate units, in other embodiments it is also possible to centralize all or a part of the delay units for example in the control means and send the delayed audio input signals as audio output signals to the loudspeakers.
  • the time delay is dependent on the distance and/or direction between the position of the delegate microphone or sound source, respectively, generating the audio input signal and the individual delegate loudspeaker position.
  • each delay unit or at least the plurality of the delegate units have an individual time delay, which is different to the time delay of the adjacent and/or nearby delegate units.
  • FIG. 1 a schematic view of a congress audio system as a first embodiment of the invention
  • FIG. 2 a block diagram of a first possible realization of the congress audio system in FIG. 1 ;
  • FIG. 3 is a schematic diagram of a circular buffer employed in embodiments of the invention.
  • FIG. 4 is a schematic diagram of the circular buffer of FIG. 3 illustrating a case where a first audio delay is the same as a second audio delay.
  • FIG. 5 is a schematic diagram of the circular buffer of FIG. 3 illustrating a case where the second audio delay is longer than the first audio delay.
  • FIG. 6 is a schematic diagram of the circular buffer of FIG. 3 illustrating a case where the second audio delay is shorter than the first audio delay.
  • FIG. 1 shows a schematic view of a congress audio system 1 allowing a directional sound function based upon distributed loudspeakers.
  • the congress audio system 1 comprises a plurality of delegate units 2 , which are interconnected by a control means embodied as connection means 3 .
  • Most of the delegate units 2 comprise a delegate microphone 4 and a delegate loudspeaker 5 .
  • Some of the delegate units may only be realized as listener units 6 having only a delegate loudspeaker 5 or as speaker units 7 having only a delegate microphone 4 .
  • the delegate units 2 are integrated in a one-person workplace, for example realized as a lectern, a desktop or a seat for example in a congress hall, auditorium, lecture hall, courtroom or the like.
  • the delegate units 2 are for example arranged in rows and columns or in concentric circles.
  • the audio signal generated by an active delegate microphone 8 of a specific delegate unit 12 is provided with a time delay in dependence on the distance between the specific delegate unit 12 and the delegate unit 2 with the delegate loudspeaker 5 emitting the audio signal to the listeners.
  • the time delay is in accordance with the acoustic velocity (sound-propagation velocity).
  • the sound atmosphere of the listener imitates a directional sound resulting from the specific delegate unit 12 .
  • the human psychoacoustic phenomena of correctly identifying the direction of a sound source heard by both ears but arriving at different times is based on the Haas effect, also called the precedence effect.
  • a first time delay dl is added to the audio signal to be emitted by the delegate loudspeaker 5 of the delegate unit 9
  • a second time delay d 2 which is longer than the first delay d 1
  • a third time delay d 3 is added to the audio signal emitted by the delegate loudspeaker 5 of the delegate unit 11 , which is longer than the time delay d 2 and the time delay d 1 .
  • the listener of the delegate unit 10 also hears the emitted audio signals of the adjacent delegate units 9 and 11 and maybe further delegate units (not shown) he can identify a direction of a virtual sound source, whereby the direction of the virtual sound source is identical to the direction to the active microphone 8 .
  • the audio atmosphere of the listener at the delegate unit 10 is generated under participation of the delegate loudspeakers 5 of the delegate units 9 , 10 etc. next to the delegate unit 10 .
  • the sound from the adjacent delegate units 9 and 11 is significantly lower than the sound emitting from the delegate unit 10 it is still possible to recognize the direction of the virtual sound source, respectively the active microphone 8 , as the Haas effect is also true even in case the volume of the audio signals arriving at both ears of the listeners is different.
  • FIG. 2 shows a first possible embodiment of the congress audio system 1 comprising a plurality of the delegate units 2 .
  • connection means 3 is realized as a plurality of parallel channels, for example wires, whereby each delegate microphone 4 is connected to an individual microphone channel 13 and each delegate loudspeaker 5 is connected to a plurality of loudspeaker channels 14 .
  • All microphone channels 13 and all loudspeaker channels 14 are connected with a control unit 15 , which allows a central audio processing for example in view of volume and tone control, equalizing, acoustical feedback, suppression and/or scrambling to hide the identity of the speaker (for example used in courtrooms) etc.
  • each active delegate microphone 8 for each active delegate microphone 8 one of the microphone channels 13 is used to transport the audio signals to the control unit 15 .
  • the same number of the loudspeaker channels 14 is used to transfer the audio signals from the control unit 15 to the delegate units 2 .
  • Each delegate unit 2 is connected to each of the active loudspeaker channels 14 in order to receive the audio signals resulting from the active delegate microphones 8 .
  • the delegate unit 2 comprises a delay unit 16 , which is operable and/or adapted to add an individual time delay to each of the audio signals. The individual time delay is dependent on the distance between the respective delegate unit 2 and the active microphone 8 of the respective audio signal.
  • time delays d 21 , d 22 , and d 23 are added to the delegate unit 10 .
  • individual time delays d 11 , d 12 , d 13 and d 31 , d 32 , d 33 are added to the delegate units 9 and 11 , respectively.
  • the length of the time delays d 11 to d 33 is estimated by the delay unit 16 , for example on basis of an encoded position stamp in the audio signals, on basis of the selection of the loudspeaker channel 14 , etc.
  • the microphone channels 13 and the loudspeaker channels 14 are realized as an audio data stream channel, whereby the audio signals are digital or analog represented.
  • FIG. 3 shows a schematic view of a circular buffer 17 , which is employed in the delay unit 16 .
  • the circular buffer 17 shows a plurality of memory locations 0, . . . (N ⁇ 1) arranged in a circular shape.
  • the shape does only represent the architecture of the circular buffer 17 , the physical representation may be arranged in another way, for example in rows.
  • a write pointer W and a read pointer R are used to write and read, respectively, samples of the audio input signal in the memory locations. Both pointers W, R are moving in a clockwise direction so that the write pointer W writes samples 51 from the input audio signal to the circular buffer 17 and the read pointer R reads these segments 51 from the circular buffer 17 . After each writing or reading step the pointers R, W are moved to the next memory location. Furthermore, after reading a memory location this memory location is set to zero.
  • the distance between the write pointer W and the read pointer R determines the time delay d old , generated by the delay unit 16 .
  • the audio input signal source changes, for example a new speaker starts to speak
  • a changeover from the first audio input signal to the second audio input signal must be performed.
  • processing the second audio input signal may require another time delay, as the new speaker may be situated at another position as the first speaker.
  • FIG. 4 illustrates the case when the time delay of the first audio input signal D old , is the same as the time delay D new , of the second audio input signal.
  • the write pointer W finishes writing samples S 1 of the first audio input signal and starts to write down samples S 2 of the second audio input signal. The changeover will be performed without involving any problems.
  • FIG. 5 shows the case, when the time delay of the second audio input signal is longer than the time delay of the first audio input signal.
  • the write pointer W is moved from its old position to a new position, which is determined by the new time delay of the second audio input signal.
  • the read pointer erases the samples after reading the circular buffer 17 is filled with samples S 1 of the first input audio signal, then with a plurality of zeros and then with samples S 2 of the second audio input signal.
  • the first audio input signal will stop, a short period of silence will follow and then the second audio input signal will start.
  • FIG. 6 shows the case when the time delay of the second audio input signal is shorter than the time delay of the first audio input signal.
  • the write pointer W will be moved counter-clockwise and will arrive at a memory location, which is already filled with a sample S 1 of the first audio input signal.
  • the delay unit 16 or the write pointer W will write the sample S 2 additionally into the memory location, so that both audio input signals will overlap for some time.

Abstract

A delay unit (16) for a conference audio system (1) adapted to delay audio input signals for an adjustable time delay, thereby generating audio output signals, is proposed. The delay unit (16) comprising a circular buffer (17); a write pointer (W) to write a sample (S1) of a first input signal to the circular buffer (17) at a first write position; a read pointer (R) to read a sample from the circular buffer (17) at a first read position as a sample of a first output signal, whereby the distance between the first write position and the first read position determines a first time delay dold; a buffer control module adapted to move the write pointer W to a next position after writing and to move the read pointer (R) to a next position after reading; characterized in that the buffer control module is adapted to adjust a second time delay dnew by moving the write pointer (W) to a second write position, whereby the distance between the first read position and the second write position determines the second time delay dnew.

Description

STATE OF THE ART
The invention relates to a delay unit allocated to a single delegate unit of a conference audio system adapted to delay audio input signals for an adjustable time delay, thereby generating audio output signals.
More specifically, the invention relates to a delay unit allocated to a single delegate unit of a conference audio system adapted to delay audio input signals for an adjustable time delay, thereby generating audio output signals, the delay unit comprising a circular buffer, a write pointer to write a sample of a first audio input signal to the circular buffer at a first write position, a read pointer to read a sample from the circular buffer at a first read position as a sample of a first output signal, whereby the distance between the first write position and the first read position determines a first time delay, and a buffer control module adapted to move the write pointer to the next position after writing and to move the read pointer to a next position after reading. The invention also relates to a method for delaying audio input signals, a respective computer program and a conference audio system comprising the delay unit.
Commonly known conference audio systems—also called sound reinforcement systems—comprise a central control unit and a plurality of so-called delegate units, which represent the working place of the delegates and have a microphone for inputting audio signals in the conference audio system and a loudspeaker for outputting audio signals. Such a conference audio system is for example disclosed in EP 1 686 835, A1. In operation, a speaker uses one of the microphones and the microphone signal is sent to the central control unit.
Optionally the signal is processed by the central control unit (like feedback suppression) and then distributed as a plurality of signals to the other delegate units. In these delegate units the signals are passed to the loudspeakers as audio output signals, except for the delegate units where there is an active speaker in front of the delegate unit. For these delegate units the loudspeaker signal is attenuated or is blocked to avoid howling.
SUMMARY OF THE INVENTION
According to the invention, a delay unit with the features of claim 1, a method for delaying input signals with the features of claim 7, a computer program with the features of claim 8 and a conference audio system with the features of claim 9 are proposed. Preferred or advantageous embodiments of the invention are disclosed by the dependent claims, the description and the figures as attached.
It is one observation in connection with the invention that in the case of known conference audio systems, all delegate loudspeakers reproduce an output audio signal of the active speaker simultaneously. In a small room it appears to be still possible to localize the person currently speaking, because there is—besides the audio signals emitted by the delegated loudspeakers—also a direct acoustical path from the speaker's mouth to the listener. In a larger room, however, the listener can be further away from the speaker. In this case it can be nearly impossible to localize the position of the speaker and thus any directivity of the audio atmosphere is lost. Another problem is that it is difficult to distinguish two speakers, again because the sound does not have (different) directions.
It was realized that adding a time delay to each individual delegate loudspeaker, whereby the delay time being individually dependent on the distance between the individual delegate loudspeaker being supported by the audio output signal from the active delegate microphone, allows to add directivity to the audio atmosphere. The length of the time delay is preferably chosen in accordance with the “Haas effect”. The Haas effect is also called the precedence effect and describes the human psychoacoustic phenomena of correctly identifying the direction of the sound source heard in both ears. Due to the head's geometry (two ears spaced apart, separated by a barrier) the direct sound from any source first enters the ear closest to the source, then the ear farthest away. The Haas effect describes that humans localize a sound source based upon the first arriving sound, if the subsequent arise within 25-35, ms delay. If the later arrivals are longer than this time delay, then two distinct sounds are heard.
Before this technical background a delay unit allocated to a single delegate unit of a conference audio system is proposed, which is adapted to delay audio input signals for an adjustable time delay, thereby generating audio output signals. The delay unit or units in the conference audio system is/are allocated to the individual delegate units, so that each delegate unit is provided with audio output signals with an individual time delay. Especially it is possible, that each individual time delay differs from the other. The audio input signals are preferably provided by a microphone or another sound source, the audio output signals are intended to be output by the loudspeakers.
The delay unit comprises at least a circular buffer, which is defined by a logical memory architecture, whereby specific storage locations are used in an endless, ring-like manner. A write pointer is provided to write a sample, for example a time piece, of a first input signal to the circular buffer at a first write position, a read pointer is provided to read a sample from the circular buffer at a first read position as a sample of a first output signal. The distance between the first write position and the first read position, which is the number of storage locations, each storage location being able to store a sample of the audio input signal, determines or represents a first time delay. The time delay can be calculated by multiplying the number of storage locations with the temporal length of the sample.
Furthermore, a buffer control module is integrated, which is operable to move the write pointer to a next, especially following position after writing and to move the read pointer to a next, especially following position after reading. Especially a FIFO—first in first out—architecture is provided by the circular buffer and the buffer control module.
According to the invention it is proposed that the buffer control module is adapted to adjust or set a second time delay by moving the write pointer to a second write position, whereby the distance between the first read position and the second write position determines the second time delay. In one embodiment it is possible, that the second write position is in the said circular buffer. In another embodiment, a second circular buffer is provided and the write pointer is set to the second write position in the second circular buffer. Additionally the read pointer may be set to the first read position in the second circular buffer. As a result, two write pointer and two read pointer are used in connection with two circular buffers during the change of the audio signals.
It was found that switching from a first audio input signal with a first time delay to a second audio input signal with a second time delay causes disturbances or noise due to the jump of the time delays. In other words, each change of a speaker requiring a change in the time delay results in a disturbance or noise caused by the jump in time delays.
Thus it is an advantage of the invention, that due to the proposed control of the write pointer these disturbances can be minimized or eliminated at all. It is especially proposed that the buffer control module is operable to change the time delay during or in connection with a change of the audio input signal source. Keeping in mind, that the length of the time delay is dependent on the distance and/or orientation of a sound source and the respective delegate unit, it is normally necessary to change the time delay as soon as the sound source and thus the distance and orientation changes.
It is especially preferred that the second write position is determined by the rule:
first read position+second delay time=second write position
During change of the time delay three different situations can be discussed:
First Time Delay=Second Time Delay
In this situation the second write position is equal to the first write position and the write pointer does not change its place. As a result, the remaining samples of the first audio input signal will be rendered followed by the samples of the second audio input signal.
First Time Delay>Second Time Delay
The write pointer is readjusted, i.e. is put back and the samples of the second audio input signal are added to the samples of the first audio input signal at same memory locations. As a result all samples of the first audio input signal are output to the loudspeaker, partly overlapped by the samples of the second audio input signal.
First Time Delay<Second Time Delay
The write pointer is readjusted, i.e. it is put forward, so that a number of memory locations are not filled by samples of the first audio input signal and the second audio input signal. In order to avoid random noise it is preferred that each memory location which is read out by the read pointer is afterwards set to zero, so that in this situation the samples of the first audio input signal will be rendered, followed by a number of zeros and then by the samples of the second audio input signal.
In yet a further development of the invention it is proposed to fade out the first output signal and/or to fade in the second audio signal. This development supports the aim of the invention to smooth the output audio signal. To avoid noise, especially clicks, it is proposed to apply for example a weighting function to the first and/or second input (or output) audio signal as soon as there is a change in the audio input source. For example the first B new samples of the second input or output audio signal can be weighted with a weight
w i = i + 1 B ,
with i the (new) sample number ranging from 0, to (B−1). Likewise the last remaining samples of the first input/output audio signal can be weighted with for example
w j = j + 1 MIN ( B , d old ) ,
where j is ranging from 0, to MIN(B,dold), where j=0, corresponds to the last received sample and j=B to the last but B samples. In case the delay dold, is smaller than B then only the last dold, samples can and should be sampled. In other embodiments other fade-in and/or fade-out algorithms are possible.
In yet a further development of the invention the delay unit comprises a control module, which is adapted to store a lookup table or a map of possible audio sources and respective time delays or an equivalent data, so that the delay unit is capable to find the individual time delay for a specific audio source.
A further subject-matter of the invention relates to a method for delaying output input signals, which is preferably carried out by the delay unit as already described or according to one of the preceding claims.
As already explained, a sample of a first audio input signal is written by a write pointer to a circular buffer at a first write position and a sample of the first audio input signal is read by a read pointer from the circular buffer at a first read position, whereby the distance between the first write position and the first read position determines the first time delay. The write and read operations are performed in an endless manner, so that after writing the sample the write pointer is moved to a next position determined by (old position+1) mod N, whereby N is the length of the circular buffer. In a similar way the read pointer is moved to the next position which is determined by (old position+1) mod N after reading.
During a change from the first audio input signal with the first time delay to a second audio input signal with the second time delay the write pointer is set to a second write position, whereby the distance between the first read position and the second write position determines the second time delay.
A further subject-matter of the invention relates to a computer program with the features of claim 8.
A next subject-matter of the invention is a conference audio system—also called a sound reinforcement system with the features of claim 9. As according to the invention the conference audio system adds directivity to the output audio signals the system may also be called direction faithful sound (DFS) reinforcement system. The conference audio system comprises a plurality of delegate units, each delegate unit having a delegate loudspeaker and/or a delegate microphone. As a fact it is possible that a delegate unit has both or has only a loudspeaker or a microphone.
A control means is employed for distributing at least one audio input signal from at least one of the delegate microphones or another sound source to a plurality of the delegate loudspeakers, whereby the plurality of delegate loudspeakers generate a common audio atmosphere.
In order to employ the Haas-effect as explained before delay means are provided, which are operable to add a time delay on the audio input signal.
According to the invention the delay means are the delay unit or a plurality of such delay units according to one of the preceding claims 1 to 6 or as previously described. Preferably, the delay unit is positioned in the delegate units, in other embodiments it is also possible to centralize all or a part of the delay units for example in the control means and send the delayed audio input signals as audio output signals to the loudspeakers.
Preferably, the time delay is dependent on the distance and/or direction between the position of the delegate microphone or sound source, respectively, generating the audio input signal and the individual delegate loudspeaker position. Especially each delay unit or at least the plurality of the delegate units have an individual time delay, which is different to the time delay of the adjacent and/or nearby delegate units.
SHORT DESCRIPTION OF THE FIGURES
Further features, effects and advantages of the invention are disclosed by the following description of a preferred embodiment of the invention and the figures as attached. The figures show:
FIG. 1 a schematic view of a congress audio system as a first embodiment of the invention;
FIG. 2 a block diagram of a first possible realization of the congress audio system in FIG. 1;
FIG. 3 is a schematic diagram of a circular buffer employed in embodiments of the invention.
FIG. 4 is a schematic diagram of the circular buffer of FIG. 3 illustrating a case where a first audio delay is the same as a second audio delay.
FIG. 5 is a schematic diagram of the circular buffer of FIG. 3 illustrating a case where the second audio delay is longer than the first audio delay.
FIG. 6 is a schematic diagram of the circular buffer of FIG. 3 illustrating a case where the second audio delay is shorter than the first audio delay.
DESCRIPTION OF PREFERRED EMBODIMENTS OF THE INVENTION
In the figures similar or like parts are denoted with similar or like reference numbers.
FIG. 1 shows a schematic view of a congress audio system 1 allowing a directional sound function based upon distributed loudspeakers. The congress audio system 1 comprises a plurality of delegate units 2, which are interconnected by a control means embodied as connection means 3. Most of the delegate units 2 comprise a delegate microphone 4 and a delegate loudspeaker 5. Some of the delegate units may only be realized as listener units 6 having only a delegate loudspeaker 5 or as speaker units 7 having only a delegate microphone 4.
The delegate units 2 are integrated in a one-person workplace, for example realized as a lectern, a desktop or a seat for example in a congress hall, auditorium, lecture hall, courtroom or the like. The delegate units 2 are for example arranged in rows and columns or in concentric circles.
In order to realize the directional sound function, the audio signal generated by an active delegate microphone 8 of a specific delegate unit 12 is provided with a time delay in dependence on the distance between the specific delegate unit 12 and the delegate unit 2 with the delegate loudspeaker 5 emitting the audio signal to the listeners. The time delay is in accordance with the acoustic velocity (sound-propagation velocity). As a listener does not only hear his own delegate loudspeaker 5, but also the emitted audio signals of neighboring and/or adjacent delegate loudspeakers 5, which are provided with a different time delay in dependence on their respective distance to the specific delegate unit 12 generating the audio signal, the sound atmosphere of the listener imitates a directional sound resulting from the specific delegate unit 12. As explained before, the human psychoacoustic phenomena of correctly identifying the direction of a sound source heard by both ears but arriving at different times is based on the Haas effect, also called the precedence effect.
Returning to the schematic view of FIG. 1 and assuming that delegate microphone 8 is set as the active delegate microphone and the delegate units 9, 10 and 11 are adjacent to each other but arranged in a ascending distance to the delegate unit 12 or the active delegate microphone 8, a first time delay dl is added to the audio signal to be emitted by the delegate loudspeaker 5 of the delegate unit 9, a second time delay d2, which is longer than the first delay d1, is added to the audio signal to be emitted by the delegate loudspeaker 5 of the delegate unit 10 and a third time delay d3 is added to the audio signal emitted by the delegate loudspeaker 5 of the delegate unit 11, which is longer than the time delay d2 and the time delay d1. As the listener of the delegate unit 10 also hears the emitted audio signals of the adjacent delegate units 9 and 11 and maybe further delegate units (not shown) he can identify a direction of a virtual sound source, whereby the direction of the virtual sound source is identical to the direction to the active microphone 8.
It shall be underlined that the audio atmosphere of the listener at the delegate unit 10 is generated under participation of the delegate loudspeakers 5 of the delegate units 9, 10 etc. next to the delegate unit 10. Although the sound from the adjacent delegate units 9 and 11 is significantly lower than the sound emitting from the delegate unit 10 it is still possible to recognize the direction of the virtual sound source, respectively the active microphone 8, as the Haas effect is also true even in case the volume of the audio signals arriving at both ears of the listeners is different.
FIG. 2 shows a first possible embodiment of the congress audio system 1 comprising a plurality of the delegate units 2.
In this embodiment the connection means 3 is realized as a plurality of parallel channels, for example wires, whereby each delegate microphone 4 is connected to an individual microphone channel 13 and each delegate loudspeaker 5 is connected to a plurality of loudspeaker channels 14. All microphone channels 13 and all loudspeaker channels 14 are connected with a control unit 15, which allows a central audio processing for example in view of volume and tone control, equalizing, acoustical feedback, suppression and/or scrambling to hide the identity of the speaker (for example used in courtrooms) etc.
In case and as it is shown in FIG. 2 more than one delegate microphone 8 is active, for each active delegate microphone 8 one of the microphone channels 13 is used to transport the audio signals to the control unit 15. The same number of the loudspeaker channels 14 is used to transfer the audio signals from the control unit 15 to the delegate units 2. Each delegate unit 2 is connected to each of the active loudspeaker channels 14 in order to receive the audio signals resulting from the active delegate microphones 8. The delegate unit 2 comprises a delay unit 16, which is operable and/or adapted to add an individual time delay to each of the audio signals. The individual time delay is dependent on the distance between the respective delegate unit 2 and the active microphone 8 of the respective audio signal. So in this case three different time delays d21, d22, and d23 are added to the delegate unit 10. Accordingly, individual time delays d11, d12, d13 and d31, d32, d33 are added to the delegate units 9 and 11, respectively. The length of the time delays d11 to d33 is estimated by the delay unit 16, for example on basis of an encoded position stamp in the audio signals, on basis of the selection of the loudspeaker channel 14, etc. In another embodiment the microphone channels 13 and the loudspeaker channels 14 are realized as an audio data stream channel, whereby the audio signals are digital or analog represented.
FIG. 3 shows a schematic view of a circular buffer 17, which is employed in the delay unit 16. The circular buffer 17 shows a plurality of memory locations 0, . . . (N−1) arranged in a circular shape. The shape does only represent the architecture of the circular buffer 17, the physical representation may be arranged in another way, for example in rows. A write pointer W and a read pointer R are used to write and read, respectively, samples of the audio input signal in the memory locations. Both pointers W, R are moving in a clockwise direction so that the write pointer W writes samples 51 from the input audio signal to the circular buffer 17 and the read pointer R reads these segments 51 from the circular buffer 17. After each writing or reading step the pointers R, W are moved to the next memory location. Furthermore, after reading a memory location this memory location is set to zero.
The distance between the write pointer W and the read pointer R determines the time delay dold, generated by the delay unit 16.
In case the audio input signal source changes, for example a new speaker starts to speak, a changeover from the first audio input signal to the second audio input signal must be performed. Furthermore it is possible that processing the second audio input signal may require another time delay, as the new speaker may be situated at another position as the first speaker.
FIG. 4 illustrates the case when the time delay of the first audio input signal Dold, is the same as the time delay Dnew, of the second audio input signal. In this case the write pointer W finishes writing samples S1 of the first audio input signal and starts to write down samples S2 of the second audio input signal. The changeover will be performed without involving any problems.
FIG. 5 shows the case, when the time delay of the second audio input signal is longer than the time delay of the first audio input signal. In this case the write pointer W is moved from its old position to a new position, which is determined by the new time delay of the second audio input signal. As the read pointer erases the samples after reading the circular buffer 17 is filled with samples S1 of the first input audio signal, then with a plurality of zeros and then with samples S2 of the second audio input signal. In this case the first audio input signal will stop, a short period of silence will follow and then the second audio input signal will start.
FIG. 6 shows the case when the time delay of the second audio input signal is shorter than the time delay of the first audio input signal. In this case the write pointer W will be moved counter-clockwise and will arrive at a memory location, which is already filled with a sample S1 of the first audio input signal. In this case the delay unit 16 or the write pointer W will write the sample S2 additionally into the memory location, so that both audio input signals will overlap for some time.
In order to improve the changeover between the two audio input signals it is contemplated to fade out or fade in the respective signals by known fading algorithms.

Claims (17)

The invention claimed is:
1. A delay unit (16) allocated to a single delegate unit of a conference audio system (1) having a first audio input signal and a second audio input signal, the delay unit (16) adapted to delay the first and second audio input signals for an adjustable time delay, thereby generating an audio output signal, the delay unit (16) comprising
a circular buffer (17);
a write pointer (W) to write a sample (S1) of the first audio input signal to the circular buffer (17) at a first write position;
a read pointer (R) to read a sample from the circular buffer (17) at a first read position as a sample of a first output signal, whereby the distance between the first write position and the first read position determines a first time delay (dold);
a buffer control module adapted to move the write pointer (W) to a next position after writing and to move the read pointer (R) to a next position after reading;
whereby the buffer control module is adapted to adjust a second time delay (dnew) by moving the write pointer (W) to a second write position to write a sample (S2) of the second audio input signal to the circular buffer (17) at the second write position, whereby the distance between the first read position and the second write position determines the second time delay (dnew);
wherein the buffer control module is adapted to adjust the time delay during a change from the first audio input signal with the first time delay to a second audio input signal with the second time delay.
2. The delay unit (16) according to claim 1, characterized in that the second write position is determined by the rule:

first read position +second delay time =second write position.
3. The delay unit (16) according to claim 1, characterized in that the buffer control unit is adapted to zero a location of the circular buffer after reading the sample from the location.
4. The delay unit (16) according to claim 1, characterized in that the buffer control unit is adapted to partly overlap samples of the first signal (S1) and samples of a second signal (S2) in case the second delay (dnew) is smaller than the first time delay (dold).
5. The delay unit (16) according to claim 1, characterized by a processing unit, which is adapted to fade out the first audio signal.
6. A conference audio system (1) comprising
a plurality of delegate units (2),
a control means (15) for distributing at least one audio signal from at least one sound source to a plurality of the delegate loudspeakers (5), the plurality of delegate loudspeakers (5) generating a common audio atmosphere,
delay means (16) operable to add a time delay on the audio signal,
whereby the delay means comprise the delay unit according to claim 1.
7. The conference audio system (1) according to claim 6, characterized in that the time delay is determined based on a distance between the position of the sound source generating the audio signal and the individual delegate loudspeaker (5) position.
8. The conference audio system (1) according to claim 6, wherein each delegate unit (2) has a delegate loudspeaker (5) and a delegate microphone (4).
9. The conference audio system (1) according to claim 6, wherein each delegate unit (2) has a delegate loudspeaker (5).
10. The conference audio system (1) according to claim 6, wherein each delegate unit (2) has a delegate microphone (4).
11. The conference audio system (1) according to claim 6, wherein the sound source is one or more delegate microphones (4).
12. The delay unit (16) according to claim 1, characterized by a processing unit, which is adapted to fade out the first audio signal and to fade in the second audio signal.
13. The delay unit (16) according to claim 1, characterized by a processing unit, which is adapted to fade in the second audio signal.
14. A method for delaying audio input signals for an adjustable time delay, carried out by a delay unit (16) having a first audio input signal and a second audio input signal and a circular buffer (17), the delay unit (16) adapted to delay the first and second audio input signals for an adjustable time delay, thereby generating an audio output signal, the method comprising:
writing a sample (S1) of the first audio input signal by a write pointer (W) to the circular buffer (17) at a first write position;
reading a sample of the first audio input signal by a read pointer (R) from the circular buffer (17) at a first read position, whereby the distance between the first write position and the first read position determines a first time delay (dold);
moving the write pointer (W) to a next position after writing and the read pointer (R) to a next position after reading;
setting, by the delay unit, the write pointer to a second write position during a change from the first audio input signal with the first time delay (dold) to the second audio input signal with a second time delay (dnew), whereby the distance between the first read position and the second write position determines the second time delay.
15. A non-transitory computer readable medium containing a computer program comprising program-code for carrying out the method according to claim 14, when the computer program is carried out on a computer.
16. A non-transitory computer readable medium containing a computer program comprising program-code for carrying out the method according to claim 14, when the computer program is carried out on a computer and a delay unit.
17. A non-transitory computer readable medium containing a computer program comprising program-code for carrying out the method according to claim 14, when the computer program is carried out on a delay unit.
US13/395,147 2009-09-03 2009-09-03 Delay unit for a conference audio system, method for delaying audio input signals, computer program and conference audio system Active 2031-12-19 US9271096B2 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2009/061395 WO2011026518A1 (en) 2009-09-03 2009-09-03 Delay unit for a conference audio system, method for delaying audio input signals, computer program and conference audio system

Publications (2)

Publication Number Publication Date
US20120170768A1 US20120170768A1 (en) 2012-07-05
US9271096B2 true US9271096B2 (en) 2016-02-23

Family

ID=41723073

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/395,147 Active 2031-12-19 US9271096B2 (en) 2009-09-03 2009-09-03 Delay unit for a conference audio system, method for delaying audio input signals, computer program and conference audio system

Country Status (5)

Country Link
US (1) US9271096B2 (en)
EP (1) EP2474170B1 (en)
JP (1) JP5511961B2 (en)
CN (1) CN102484757B (en)
WO (1) WO2011026518A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317361B (en) * 2014-10-27 2017-08-04 杭州中天微系统有限公司 A kind of cyclic buffer for postponing to update based on pointer
US10334360B2 (en) * 2017-06-12 2019-06-25 Revolabs, Inc Method for accurately calculating the direction of arrival of sound at a microphone array
CN110096250B (en) * 2018-01-31 2020-05-29 北京金山云网络技术有限公司 Audio data processing method and device, electronic equipment and storage medium
CN108897700A (en) * 2018-06-26 2018-11-27 青岛海信宽带多媒体技术有限公司 A kind of data processing method of ring buffer, device and set-top box

Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03141799A (en) 1989-10-27 1991-06-17 Sony Corp Loudspeaker system
US5369725A (en) * 1991-11-18 1994-11-29 Pioneer Electronic Corporation Pitch control system
US5446839A (en) * 1993-05-26 1995-08-29 Intel Corporation Method for controlling dataflow between a plurality of circular buffers
US5548786A (en) * 1991-10-15 1996-08-20 International Business Machines Corporation Dynamic bus sizing of DMA transfers
JPH10174198A (en) 1996-12-11 1998-06-26 Yamaha Corp Sound image localizing device
US6148365A (en) * 1998-06-29 2000-11-14 Vlsi Technology, Inc. Dual pointer circular queue
JP2001112083A (en) 1999-10-13 2001-04-20 Kajima Corp Sound image localizing public address method utilizing distributed speakers and public address system
US6275899B1 (en) * 1998-11-13 2001-08-14 Creative Technology, Ltd. Method and circuit for implementing digital delay lines using delay caches
JP2002073099A (en) 2000-08-31 2002-03-12 Nec Eng Ltd Voice delay controller
US20030014243A1 (en) * 2001-07-09 2003-01-16 Lapicque Olivier D. System and method for virtual localization of audio signals
US6671292B1 (en) * 1999-06-25 2003-12-30 Telefonaktiebolaget Lm Ericsson (Publ) Method and system for adaptive voice buffering
US20040001596A1 (en) * 2002-06-27 2004-01-01 Fujitsu Limited Sound data delay unit
JP2005026994A (en) 2003-07-01 2005-01-27 Matsushita Electric Ind Co Ltd Circuit and method for adjusting clock
US20060013407A1 (en) 2004-07-19 2006-01-19 Peavey Hartley D Methods and apparatus for sound compensation in an acoustic environment
EP1686835A1 (en) 2005-01-26 2006-08-02 Robert Bosch Gmbh Conference system
JP2006211230A (en) 2005-01-27 2006-08-10 Yamaha Corp Speaker array system
US7107401B1 (en) * 2003-12-19 2006-09-12 Creative Technology Ltd Method and circuit to combine cache and delay line memory
US20070019802A1 (en) * 2005-06-30 2007-01-25 Symbol Technologies, Inc. Audio data stream synchronization
JP2007057725A (en) 2005-08-24 2007-03-08 Casio Comput Co Ltd Musical sound control device and program for processing musical sound control
CN1930915A (en) 2004-03-11 2007-03-14 皇家飞利浦电子股份有限公司 A method and system for processing sound signals
US7203557B1 (en) * 2000-01-05 2007-04-10 Silicon Image, Inc. Audio signal delay apparatus and method
US20080107396A1 (en) * 2006-11-08 2008-05-08 Tsung-Ning Chung Systems and methods for playing back data from a circular buffer by utilizing embedded timestamp information
US20080267378A1 (en) * 2004-05-25 2008-10-30 Koninklijke Philips Electronics, N.V. Conference System
US20080285771A1 (en) 2005-11-02 2008-11-20 Yamaha Corporation Teleconferencing Apparatus
US7499969B1 (en) * 2004-06-25 2009-03-03 Apple Inc. User interface for multiway audio conferencing
US7693190B2 (en) * 2006-11-22 2010-04-06 Cisco Technology, Inc. Lip synchronization for audio/video transmissions over a network
US20100215165A1 (en) 2008-06-11 2010-08-26 Marc Smaak Conference audio system, process for distributing auto signals and computer program
US8095727B2 (en) * 2008-02-08 2012-01-10 Inetco Systems Limited Multi-reader, multi-writer lock-free ring buffer

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007019907A (en) * 2005-07-08 2007-01-25 Yamaha Corp Speech transmission system, and communication conference apparatus

Patent Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03141799A (en) 1989-10-27 1991-06-17 Sony Corp Loudspeaker system
US5548786A (en) * 1991-10-15 1996-08-20 International Business Machines Corporation Dynamic bus sizing of DMA transfers
US5369725A (en) * 1991-11-18 1994-11-29 Pioneer Electronic Corporation Pitch control system
US5446839A (en) * 1993-05-26 1995-08-29 Intel Corporation Method for controlling dataflow between a plurality of circular buffers
JPH10174198A (en) 1996-12-11 1998-06-26 Yamaha Corp Sound image localizing device
US6148365A (en) * 1998-06-29 2000-11-14 Vlsi Technology, Inc. Dual pointer circular queue
US6275899B1 (en) * 1998-11-13 2001-08-14 Creative Technology, Ltd. Method and circuit for implementing digital delay lines using delay caches
US6671292B1 (en) * 1999-06-25 2003-12-30 Telefonaktiebolaget Lm Ericsson (Publ) Method and system for adaptive voice buffering
JP2001112083A (en) 1999-10-13 2001-04-20 Kajima Corp Sound image localizing public address method utilizing distributed speakers and public address system
US7203557B1 (en) * 2000-01-05 2007-04-10 Silicon Image, Inc. Audio signal delay apparatus and method
JP2002073099A (en) 2000-08-31 2002-03-12 Nec Eng Ltd Voice delay controller
US20030014243A1 (en) * 2001-07-09 2003-01-16 Lapicque Olivier D. System and method for virtual localization of audio signals
US20040001596A1 (en) * 2002-06-27 2004-01-01 Fujitsu Limited Sound data delay unit
JP2005026994A (en) 2003-07-01 2005-01-27 Matsushita Electric Ind Co Ltd Circuit and method for adjusting clock
US7107401B1 (en) * 2003-12-19 2006-09-12 Creative Technology Ltd Method and circuit to combine cache and delay line memory
CN1930915A (en) 2004-03-11 2007-03-14 皇家飞利浦电子股份有限公司 A method and system for processing sound signals
US20080267378A1 (en) * 2004-05-25 2008-10-30 Koninklijke Philips Electronics, N.V. Conference System
US7499969B1 (en) * 2004-06-25 2009-03-03 Apple Inc. User interface for multiway audio conferencing
US20060013407A1 (en) 2004-07-19 2006-01-19 Peavey Hartley D Methods and apparatus for sound compensation in an acoustic environment
EP1686835A1 (en) 2005-01-26 2006-08-02 Robert Bosch Gmbh Conference system
JP2006211230A (en) 2005-01-27 2006-08-10 Yamaha Corp Speaker array system
US20070019802A1 (en) * 2005-06-30 2007-01-25 Symbol Technologies, Inc. Audio data stream synchronization
JP2007057725A (en) 2005-08-24 2007-03-08 Casio Comput Co Ltd Musical sound control device and program for processing musical sound control
US20080285771A1 (en) 2005-11-02 2008-11-20 Yamaha Corporation Teleconferencing Apparatus
US8243950B2 (en) * 2005-11-02 2012-08-14 Yamaha Corporation Teleconferencing apparatus with virtual point source production
US20080107396A1 (en) * 2006-11-08 2008-05-08 Tsung-Ning Chung Systems and methods for playing back data from a circular buffer by utilizing embedded timestamp information
US7693190B2 (en) * 2006-11-22 2010-04-06 Cisco Technology, Inc. Lip synchronization for audio/video transmissions over a network
US8095727B2 (en) * 2008-02-08 2012-01-10 Inetco Systems Limited Multi-reader, multi-writer lock-free ring buffer
US20100215165A1 (en) 2008-06-11 2010-08-26 Marc Smaak Conference audio system, process for distributing auto signals and computer program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PCT/EP2009/061395 International Search Report dated Apr. 20, 2010 (2 pages).
Rane, Introduction to Speech reinforcement with conferencing, 1997. *

Also Published As

Publication number Publication date
US20120170768A1 (en) 2012-07-05
EP2474170B1 (en) 2017-05-31
EP2474170A1 (en) 2012-07-11
JP2013504229A (en) 2013-02-04
JP5511961B2 (en) 2014-06-04
CN102484757B (en) 2017-04-26
CN102484757A (en) 2012-05-30
WO2011026518A1 (en) 2011-03-10

Similar Documents

Publication Publication Date Title
US8428236B2 (en) Conference audio system, process for distributing audio signals and computer program
JP4258472B2 (en) Loudspeaker system
US9374641B2 (en) Device and method for driving a sound system and sound system
US20140328485A1 (en) Systems and methods for stereoisation and enhancement of live event audio
US20060165242A1 (en) Sound reinforcement system
JP2006067218A (en) Audio reproducing device
CN101658052A (en) Method and apparatus for enhancement of audio reconstruction
JP2006211178A (en) Loudspeaker system
US9271096B2 (en) Delay unit for a conference audio system, method for delaying audio input signals, computer program and conference audio system
EP1056310A2 (en) Automotive audio system
JP2007228526A (en) Sound image localization apparatus
EP2876905B1 (en) System and method for enhancing comprehensibility through spatialization
CN111145773A (en) Sound field restoration method and device
KR20050047085A (en) Audio processing system
JP2012227647A (en) Spatial sound reproduction system by multi-channel sound
JP4790559B2 (en) Sound reproducing apparatus and sound reproducing method
JP5621188B2 (en) Speaker array device, data structure, and optical disk
CN1452850A (en) Dynamic power sharing in multi-channel sound system
JP2010221945A (en) Signal processing method, signal processing device, and signal processing program
JP4867248B2 (en) Speaker device and audio conference device
WO2017211448A1 (en) Method for generating a two-channel signal from a single-channel signal of a sound source
JP2011155500A (en) Monitor control apparatus and acoustic system
EP3869500B1 (en) Sound signal processing method and sound signal processing device
JPH04312098A (en) Presentation system
JP2003111185A (en) Sound collector

Legal Events

Date Code Title Description
AS Assignment

Owner name: ROBERT BOSCH GMBH, GERMANY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SMAAK, MARC;JANSE, C.P.;TCHANG, CHEN;AND OTHERS;SIGNING DATES FROM 20120213 TO 20120216;REEL/FRAME:027833/0671

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8