US20110015769A1 - Data transfer method and system for loudspeakers in a digital sound reproduction system - Google Patents
Data transfer method and system for loudspeakers in a digital sound reproduction system Download PDFInfo
- Publication number
- US20110015769A1 US20110015769A1 US12/922,078 US92207808A US2011015769A1 US 20110015769 A1 US20110015769 A1 US 20110015769A1 US 92207808 A US92207808 A US 92207808A US 2011015769 A1 US2011015769 A1 US 2011015769A1
- Authority
- US
- United States
- Prior art keywords
- receiver
- latency
- host
- clock
- synchronization
- 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.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
- H04R3/00—Circuits for transducers, loudspeakers or microphones
- H04R3/12—Circuits for transducers, loudspeakers or microphones for distributing signals to two or more loudspeakers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04J—MULTIPLEX COMMUNICATION
- H04J3/00—Time-division multiplex systems
- H04J3/02—Details
- H04J3/06—Synchronising arrangements
- H04J3/0635—Clock or time synchronisation in a network
- H04J3/0638—Clock or time synchronisation among nodes; Internode synchronisation
- H04J3/0658—Clock or time synchronisation among packet nodes
- H04J3/0661—Clock or time synchronisation among packet nodes using timestamps
- H04J3/0667—Bidirectional timestamps, e.g. NTP or PTP for compensation of clock drift and for compensation of propagation delays
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
- H04R2227/00—Details of public address [PA] systems covered by H04R27/00 but not provided for in any of its subgroups
- H04R2227/003—Digital PA systems using, e.g. LAN or internet
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
- H04R2227/00—Details of public address [PA] systems covered by H04R27/00 but not provided for in any of its subgroups
- H04R2227/005—Audio distribution systems for home, i.e. multi-room use
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
- H04R27/00—Public address systems
Definitions
- the present invention relates to a data transfer method according to the preamble of Claim 1 .
- the invention also relates to a data transfer system.
- the invention is intended to eliminate some defects of the state of the art disclosed above and for this purpose create an entirely new type of method and apparatus for data transfer in a sound reproduction system.
- the invention is based on implementing network packet time stamping in network protocol stack so that accurate time for send and receipt of packets can be determined.
- the receiver software implements the time stamping directly in the Ethernet driver (for which we have source code) for the most accurate operation possible.
- the second problem is preferably solved simply by running the clock synchronization, which includes determination of round-trip time between host and receiver, and performing the synchronization only if the latency is within acceptable range from measured minimum latency.
- the method according to the invention is characterized by what is stated in the characterizing portion of Claim 1 .
- the system according to the invention is, in turn, characterized by what is stated in the characterizing portion of Claim 6 .
- the present invention is especially suitable for multi channel sound reproduction systems, where along the same data transfer path is sent a data stream including audio information of multiple audio channels to be reproduced simultaneously in several loudspeakers.
- a statistical latency time may be defined in a start-up procedure and use this value as a reference latency time for further, continuous latency measurement.
- the audio reproduction system may adapt to the load of the network and make suitable adjustments in order to maintain high quality and synchronized multi-channel audio reproduction in most of the load variation cases.
- FIG. 1 shows a block diagram a digital audio system, which can be used in connection with the present invention.
- FIG. 2 shows as a block diagram one network management host system in accordance with the invention.
- FIG. 3 shows as a block diagram one receiver management system according to the invention.
- FIG. 4 shows as a timing diagram a method in accordance with the invention.
- FIG. 6 shows as a flow chart a synchronization protocol in the receiver in accordance with the invention.
- FIG. 7 shows as a flow chart a synchronization protocol in the host in accordance with the invention.
- latency means the network delay between two network elements for a data sample.
- the system in accordance with the invention comprises at least one host computer 1 or host data source for controlling the system and several receivers 1 connected to the host computers 1 via en digital network 3 comprising the signal path 3 formed by cables, connectors, network adapters and switches etc.
- the LSNW (Loudspeaker network) system consist of one or more hosts 1 that each manage sets of receiver devices 2 .
- Hosts 1 act as source of management, control and audio data to the receivers 2 .
- Hosts 1 are responsible for discovering receivers 2 connected to IP-network, managing groups 4 of receivers and providing them with audio.
- Receivers 2 respond to commands and playback audio data from hosts 1 .
- the host system comprises typically hard disc 10 by which Digital audio data may be stored. Also some other non-volatile medium like flash memory can be used.
- Digital audio data may be acquired from virtual software audio adapter (driver) 12 that redirects audio to networked loudspeakers.
- Audio data manager 13 acquires digital audio data and makes it suitable for streaming.
- Streaming and synchronization manager 14 controls clock synchronization of loudspeaker devices (receivers) currently controlled by the host.
- Network interface 15 connects the host to computer communications network.
- Network timestamp-module 16 manages accurate timing of synchronization related network traffic. This is required to reduce effects of random latencies introduced by the non real-time operating system (such as Windows, Linux etc.) run by the host.
- System clock 17 provides accurate time information used by the synchronization manager and a standard Ethernet network 3 enables IP-based communications between the host and the receivers.
- Host application manages the loudspeaker network, routes management information from GLM and audio from audio software to receivers.
- Host application will run as a background daemon process on the host computer. On windows platform, these background processes are usually referred as services or system services.
- Host provides interface for GLM software to send and receive GLM-messages to receivers as if the GLM Software was using GLM network.
- Host software will provide standard audio interface for audio software to send audio to LSNW receivers. Such interfaces are for example ASIO and Windows audio.
- the audio software will see LSNW receivers as channels in virtual audio interface provided by the host.
- Host will include proprietary kernel-mode driver software to provide necessary virtual audio interface and UDP Network interface 20 connects the receiver to communications network 3 .
- Timer hardware 22 provides time information for the system clock and synchronization controller.
- Adjustable oscillator 23 provides clock signal for timer hardware and audio data output controller 28 .
- Loudspeaker networks communications module 24 manages network traffic to and from host computer.
- Synchronization controller 25 synchronizer receivers clock with host. It adjusts clock oscillator in order to minimize clock drift between receiver and host clocks.
- Digital signal processing, digital-to-analog conversion takes place in block 26 .
- Audio stream controller 27 manages audio data received from host and feeds it to audio data output controller 28 .
- Audio data output controller 28 outputs audio data at rate specified by adjustable oscillator 23 . This guarantees that samples will be output at same rate as host outputs them.
- Sample rate converter 29 converts digital audio to internal sample rate used by digital signal processing and digital-to-analog conversion.
- the LSNW protocol has mechanism for clock synchronization that enables synchronization of host and receiver clock within accuracy of about 10-20 microseconds.
- the solution to the travel time (latency) measurement is to implement network packet time stamping in network protocol stack so that accurate time for send and receipt of packets can be determined.
- the time stamping is implemented as an IP Packet Filter that examines incoming and outgoing UDP-packets and record time stamps if packet is destined to or originates from an LSNW receiver. This location is not optimal for time stamping, as the time stamps should be collected as near the network hardware as possible, but experience shows that time stamping at the IP Packet Filter lever gives good accuracy.
- the receiver software in accordance with the invention implements the time stamping directly in the Ethernet driver for the most accurate operation possible.
- a source code has been developed in connection with the invention.
- the problem of random variation of network latency can be solved simply by running the clock synchronization, which includes determination of round-trip time between host and receiver, and performing the synchronization only if the latency is within acceptable range from measured minimum latency.
- Clock synchronization is initiated by the host in accordance with FIG. 4 .
- the host 1 will synchronize clocks with each group member in a round-robin fashion to guarantee all receivers have accurate time.
- a receiver may send SYNCH REQUEST message to host if it feels a need to resynchronize its clock. This can happen for example if receiver must interrupt audio stream due to packet loss and continues it when audio packets are received.
- the host When a receiver 2 is assigned to a group, the host will send several ECHO REQ packets 60 to receiver to probe the roundtrip latency. The receiver 2 will reply with ECHO RESP 61 and the host 1 will then determine roundtrip latency Tt 1 ⁇ Tt 2 for each transaction. Once the roundtrip latency Tt 1 ⁇ Tt 2 is determined with adequate accuracy, the host 1 will set the minimum acceptable roundtrip for successful synchronization. The latency will also change as the function of packet size, so the latency is probed for packets of different sizes.
- the actual roundtrip latency is measured as follows:
- ECHO RESP 61 packet contains two values, receivers clock at the time Tt 1 of receipt of ECHO REQ 60 packet and ProcessingLatency, the time spent by receiver between receipt of ECHO REQ 60 and sending of ECHO RESP 61 .
- the host 1 will calculate the roundtrip latency as is initialization phase and if the latency is below the maximum acceptable value determined in initialization, host sends the CLOCK SET message 62 to receiver 2 that contains an estimate of hosts clock at the time receiver received the ECHO REQ 61 packet.
- the estimated time is calculated by adding half of the measured roundtrip time to time of outputting the ECHO REQ 61 packet.
- the protocol assumes that the network latency from host to receiver is equal to latency from receiver to host. This is usually the case, but the roundtrip will become unsymmetrical when ECHO REQ is appended to audio data as packet that contains ECHO REQ and audio data is much larger than the response packet that contains only ECHO RESP. This unsymmetry can be compensated by appending extra data to ECHO RESP to make the response packet same size as the request. In real applications, the unsymmetry of network packet sizes does not have very large effect on the actual result of the synchronization.
- the effect of unsymmetric network latency to offsets between host and receiver clocks can be calculated as follows (for simplicity, the calculation does not include processing latency):
- host and receiver clocks have 2 second offset at host time 10.000000 s (Th 1 ).
- Synch protocol packet latencies are 0.000160 s from host to receiver (Th 1 ⁇ Tt 1 ) 60, 0.000180 s from receiver to host 61 (Tt 2 ⁇ Th 2 ). This will result in 0.000010 s clock offset at the end of synchronization, assuming that receivers clock does not significantly drift from host clock between target time 12.000160 and 12.000710.
- Receiver 2 may also correct frequency of its clock based on the measured offsets and reduce average error between target and host clocks.
- receiver initializes hardware, possibly acquires IP address via DHCP and enters Idle state.
- the receiver receives SET GROUP command from host.
- the message contains IP address of multicast group to which all the loudspeaker group related traffic is sent.
- the message also contains information on which channel of multi-channel audio the receiver is to output to digital-to-analog conversion.
- Receiver starts to listen to the multicast address. It also sends message to host and acknowledges that the receiver has entered the group.
- Receiver enters state 92 , RUNNING.
- receiver will receive message directed to loudspeaker group multicast IP address. Audio data is entered into play queue and eventually output to digital-to-analog conversion.
- receiver receives REQUEST TIMESTAMP message it enters state 97 , SEND TIMESTAMP TO HOST. If receiver receives SET CLOCK message it enters state 93 . In block 93 validity of new clock value is determined based on current time, estimate of clock drift between host and receiver and time interval since last SET CLOCK message. If the new value appears invalid (due to large processing latency in host or some other reason), receiver clock is not set and control returns to state 92 , RUNNING. If the new clock value appears valid, state 94 , ADJUST OSCILLATOR, is entered. Control voltage to adjustable oscillator is set in block 94 based on the measured drift and between host and receiver clocks and the current control voltage.
- host application in block 100 host application is started. It queries network for available receiver loudspeakers and enters IDLE state.
- Host application receives command from user interface to setup a receiver loudspeaker group. It starts analyzing network latency to each loudspeaker.
- if analysis was not successful report error to user and return to IDLE state. Analysis may not succeed for example if the packet loss in the network is too large. If analysis of network latencies to each receiver is successful store maximal acceptable synchronization network latency for each receiver and enter state 103 , RUNNING.
- running state 103 the system periodically synchronizes receiver loudspeaker clocks.
- timestamp request is sent to receiver. If reply is not received within given period, the system returns to running state and retries the synchronization. If the synchronization fails several times consecutively, the system marks receiver loudspeaker as inactive and removes it from the group of active receivers.
- TIMESTAMP is received from receiver, system enters to state 105 .
- the system determines network latency for the synchronization transaction. If it is above the maximum acceptable synchronization network latency determined in 101 , the system enters state 108 . If the latency is below acceptable maximum, the system enters to state 106 . In state 106 system sends SET CLOCK message to receiver.
- the system enters to state 102 , RUNNING. If time elapsed since last analysis is too large, the system reanalyzes network latency to receiver to detect if network latency has been permanently reduced by entering to state 101 . In block 108 , if more than given number of consecutive synchronization transactions have network latency larger than the acceptable maximum, the system performs latency analysis in order to determine permanent growth of network latency.
- the proposed synchronization method can principally be utilized also in wireless audio applications, said, wireless loudspeaker systems.
- the network latencies are considerably larger than in wired 100 Mbps or 1000 Mbps Ethernet networks.
- the synchronization protocol can adapt to this increased latency as it analyses networks behavior during the setup phase.
- Standard wireless networks also introduce random latency in order to prevent collisions during packet transmissions. These random delays make the synchronization in wireless networks more difficult that in Ethernet based wired networks.
- the effects of said random delays can be reduced by selecting the acceptable maximum network latency using more strict percentage value than when operating in wired networks. If percentage of 30% is used instead of 90%, only transactions with less random delay will be used for clock synchronization. This modification means that each clock synchronization requires on average 3 ECHO REQUEST/ECHO REPLY transactions before acceptable values are acquired for SET CLOCK command.
- Wireless networks also typically have much larger packet loss than Ethernet—based wired networks due to radio interference and collisions during packet transmissions.
- FEC Forward Error Correction
- encoding may be used to add redundancy in transmitted audio data. This redundancy may be used by receiver to reconstruct the audio packets lost by the network.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Otolaryngology (AREA)
- Physics & Mathematics (AREA)
- Acoustics & Sound (AREA)
- Synchronisation In Digital Transmission Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Time-Division Multiplex Systems (AREA)
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/EP2008/052917 WO2009112070A1 (en) | 2008-03-12 | 2008-03-12 | Data transfer method and system for loudspeakers in a digital sound reproduction system |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/EP2008/052917 A-371-Of-International WO2009112070A1 (en) | 2008-03-12 | 2008-03-12 | Data transfer method and system for loudspeakers in a digital sound reproduction system |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/922,281 Continuation US8930006B2 (en) | 2008-03-12 | 2013-06-20 | Data transfer method and system for loudspeakers in a digital sound reproduction system |
Publications (1)
Publication Number | Publication Date |
---|---|
US20110015769A1 true US20110015769A1 (en) | 2011-01-20 |
Family
ID=39938374
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/922,078 Abandoned US20110015769A1 (en) | 2008-03-12 | 2008-03-12 | Data transfer method and system for loudspeakers in a digital sound reproduction system |
US13/922,281 Active US8930006B2 (en) | 2008-03-12 | 2013-06-20 | Data transfer method and system for loudspeakers in a digital sound reproduction system |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/922,281 Active US8930006B2 (en) | 2008-03-12 | 2013-06-20 | Data transfer method and system for loudspeakers in a digital sound reproduction system |
Country Status (6)
Country | Link |
---|---|
US (2) | US20110015769A1 (zh) |
EP (1) | EP2253087B1 (zh) |
JP (1) | JP5574988B2 (zh) |
CN (1) | CN102027699B (zh) |
ES (1) | ES2435553T3 (zh) |
WO (1) | WO2009112070A1 (zh) |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100238917A1 (en) * | 2009-03-17 | 2010-09-23 | Silverman Matthew Aaron | Clock synchronization |
US20110182371A1 (en) * | 2008-08-05 | 2011-07-28 | Fumio Suzuki | Radio communication system, receiver, and transmitter |
US20110270428A1 (en) * | 2010-05-03 | 2011-11-03 | Tam Kit S | Cognitive Loudspeaker System |
US20120148075A1 (en) * | 2010-12-08 | 2012-06-14 | Creative Technology Ltd | Method for optimizing reproduction of audio signals from an apparatus for audio reproduction |
US20130272143A1 (en) * | 2012-04-12 | 2013-10-17 | Lantiq Deutschland Gmbh | Method For A Retransmission Roundtrip Correction |
US20140093085A1 (en) * | 2012-10-01 | 2014-04-03 | Sonos, Inc. | Providing a multi-channel and a multi-zone audio environment |
US20150215715A1 (en) * | 2014-01-27 | 2015-07-30 | Sonos, Inc. | Audio Synchronization Among Playback Devices Using Offset Information |
CN105992040A (zh) * | 2015-02-15 | 2016-10-05 | 深圳市民展科技开发有限公司 | 多声道音频数据发送方法、音频数据同步播放方法及装置 |
CN105992025A (zh) * | 2015-02-15 | 2016-10-05 | 深圳市民展科技开发有限公司 | 基于音频同步播放的系统时间校准方法、音频同步播放方法及装置 |
US20170347331A1 (en) * | 2013-04-29 | 2017-11-30 | Google Technology Holdings LLC | Systems and methods for syncronizing multiple electronic devices |
US9940091B2 (en) * | 2012-06-06 | 2018-04-10 | Sonos, Inc. | Playback according to playback responsibility in group |
US20190373383A1 (en) * | 2012-06-15 | 2019-12-05 | Sonos, Inc. | Low-Latency Audio Networking |
US11108486B2 (en) | 2019-09-06 | 2021-08-31 | Kit S. Tam | Timing improvement for cognitive loudspeaker system |
US11140480B2 (en) | 2019-09-23 | 2021-10-05 | Kit S. Tam | Indirect sourced cognitive loudspeaker system |
US11197114B2 (en) | 2019-11-27 | 2021-12-07 | Kit S. Tam | Extended cognitive loudspeaker system (CLS) |
US11228388B2 (en) * | 2014-05-09 | 2022-01-18 | Imagination Technologies Limited | Time stamp replication within a wireless network based on transmission prediction |
CN114554355A (zh) * | 2022-03-17 | 2022-05-27 | 中科雷欧(常熟)科技有限公司 | 一种车载沉浸式音频的传输方法及装置 |
Families Citing this family (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11106425B2 (en) | 2003-07-28 | 2021-08-31 | Sonos, Inc. | Synchronizing operations among a plurality of independently clocked digital data processing devices |
US11294618B2 (en) | 2003-07-28 | 2022-04-05 | Sonos, Inc. | Media player system |
US11650784B2 (en) | 2003-07-28 | 2023-05-16 | Sonos, Inc. | Adjusting volume levels |
US10613817B2 (en) | 2003-07-28 | 2020-04-07 | Sonos, Inc. | Method and apparatus for displaying a list of tracks scheduled for playback by a synchrony group |
US8290603B1 (en) | 2004-06-05 | 2012-10-16 | Sonos, Inc. | User interfaces for controlling and manipulating groupings in a multi-zone media system |
US8086752B2 (en) | 2006-11-22 | 2011-12-27 | Sonos, Inc. | Systems and methods for synchronizing operations among a plurality of independently clocked digital data processing devices that independently source digital data |
US11106424B2 (en) | 2003-07-28 | 2021-08-31 | Sonos, Inc. | Synchronizing operations among a plurality of independently clocked digital data processing devices |
US8234395B2 (en) | 2003-07-28 | 2012-07-31 | Sonos, Inc. | System and method for synchronizing operations among a plurality of independently clocked digital data processing devices |
US9374607B2 (en) | 2012-06-26 | 2016-06-21 | Sonos, Inc. | Media playback system with guest access |
US9977561B2 (en) | 2004-04-01 | 2018-05-22 | Sonos, Inc. | Systems, methods, apparatus, and articles of manufacture to provide guest access |
US8868698B2 (en) | 2004-06-05 | 2014-10-21 | Sonos, Inc. | Establishing a secure wireless network with minimum human intervention |
US8326951B1 (en) | 2004-06-05 | 2012-12-04 | Sonos, Inc. | Establishing a secure wireless network with minimum human intervention |
US8788080B1 (en) | 2006-09-12 | 2014-07-22 | Sonos, Inc. | Multi-channel pairing in a media system |
US8483853B1 (en) | 2006-09-12 | 2013-07-09 | Sonos, Inc. | Controlling and manipulating groupings in a multi-zone media system |
US9202509B2 (en) | 2006-09-12 | 2015-12-01 | Sonos, Inc. | Controlling and grouping in a multi-zone media system |
US9412390B1 (en) * | 2010-04-12 | 2016-08-09 | Smule, Inc. | Automatic estimation of latency for synchronization of recordings in vocal capture applications |
CN101867582B (zh) * | 2010-06-13 | 2013-08-21 | 重庆交通大学 | 基于网络控制的定向声音广告系统及网络控制方法 |
KR101759584B1 (ko) | 2010-08-16 | 2017-07-19 | 삼성전자 주식회사 | 무선 통신 시스템에서 mdt 정보 보고 포맷 및 시간 스탬프 구성 방법 및 장치 |
CN102404280B (zh) * | 2010-09-10 | 2015-05-20 | 北京飞利信科技股份有限公司 | 一种在基于串行总线的流媒体传输系统中的主动延时装置 |
US11265652B2 (en) | 2011-01-25 | 2022-03-01 | Sonos, Inc. | Playback device pairing |
US11429343B2 (en) | 2011-01-25 | 2022-08-30 | Sonos, Inc. | Stereo playback configuration and control |
EP2624486A1 (en) * | 2012-02-01 | 2013-08-07 | Sony Ericsson Mobile Communications AB | A client communication device, a server communication device, and clock synchronization method therein |
US9729115B2 (en) | 2012-04-27 | 2017-08-08 | Sonos, Inc. | Intelligently increasing the sound level of player |
US9008330B2 (en) | 2012-09-28 | 2015-04-14 | Sonos, Inc. | Crossover frequency adjustments for audio speakers |
US11146901B2 (en) | 2013-03-15 | 2021-10-12 | Smule, Inc. | Crowd-sourced device latency estimation for synchronization of recordings in vocal capture applications |
US10284985B1 (en) | 2013-03-15 | 2019-05-07 | Smule, Inc. | Crowd-sourced device latency estimation for synchronization of recordings in vocal capture applications |
US9276831B2 (en) * | 2013-07-18 | 2016-03-01 | Airmagnet, Inc. | Determining network latency with limited computing resources |
US9226073B2 (en) | 2014-02-06 | 2015-12-29 | Sonos, Inc. | Audio output balancing during synchronized playback |
US9226087B2 (en) | 2014-02-06 | 2015-12-29 | Sonos, Inc. | Audio output balancing during synchronized playback |
US9736806B2 (en) * | 2014-02-28 | 2017-08-15 | Qualcomm Incorporated | Apparatuses and methods for wireless synchronization of multiple multimedia devices using a common timing framework |
CN104079957B (zh) * | 2014-06-25 | 2017-09-01 | 广东欧珀移动通信有限公司 | 一种多媒体设备同步操作的方法及系统 |
CN105406955A (zh) * | 2014-08-07 | 2016-03-16 | 西安Tcl软件开发有限公司 | 数据输出的控制方法和系统 |
GB2529656A (en) * | 2014-08-28 | 2016-03-02 | Lode Audio Ltd | A system for transmitting low latency, synchronised audio |
US9665341B2 (en) | 2015-02-09 | 2017-05-30 | Sonos, Inc. | Synchronized audio mixing |
US10248376B2 (en) | 2015-06-11 | 2019-04-02 | Sonos, Inc. | Multiple groupings in a playback system |
CN105429724B (zh) * | 2015-10-20 | 2018-03-23 | 北京小鸟听听科技有限公司 | 时钟校正方法、时钟校正装置及音箱 |
TW201715860A (zh) * | 2015-10-27 | 2017-05-01 | 智邦科技股份有限公司 | 網路設備、時間同步方法及其網路系統 |
US10303422B1 (en) | 2016-01-05 | 2019-05-28 | Sonos, Inc. | Multiple-device setup |
US9798515B1 (en) * | 2016-03-31 | 2017-10-24 | Bose Corporation | Clock synchronization for audio playback devices |
US10712997B2 (en) | 2016-10-17 | 2020-07-14 | Sonos, Inc. | Room association based on name |
US10255033B2 (en) | 2016-12-13 | 2019-04-09 | EVA Automation, Inc. | Wireless coordination of audio playback |
US10241748B2 (en) | 2016-12-13 | 2019-03-26 | EVA Automation, Inc. | Schedule-based coordination of audio sources |
US10901684B2 (en) * | 2016-12-13 | 2021-01-26 | EVA Automation, Inc. | Wireless inter-room coordination of audio playback |
CN106656393B (zh) * | 2016-12-28 | 2018-10-19 | 深圳市英特瑞半导体科技有限公司 | 时钟同步方法及装置 |
US10334358B2 (en) * | 2017-06-08 | 2019-06-25 | Dts, Inc. | Correcting for a latency of a speaker |
US10602257B1 (en) * | 2018-08-30 | 2020-03-24 | Semiconductor Components Industries, Llc | Methods and systems for wireless audio |
Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040005902A1 (en) * | 2002-07-05 | 2004-01-08 | Belcea John M. | System and method for correcting the clock drift and maintaining the synchronization of low quality clocks in wireless networks |
US20040223622A1 (en) * | 1999-12-01 | 2004-11-11 | Lindemann Eric Lee | Digital wireless loudspeaker system |
US20050234571A1 (en) * | 2004-04-14 | 2005-10-20 | Holmes Stephen G | Method and system for synchronizing audio processing modules |
US20050288805A1 (en) * | 2004-06-25 | 2005-12-29 | Moore Jeffrey C | Providing synchronized audio to multiple devices |
US20060184261A1 (en) * | 2005-02-16 | 2006-08-17 | Adaptec, Inc. | Method and system for reducing audio latency |
US20070140510A1 (en) * | 2005-10-11 | 2007-06-21 | Ejamming, Inc. | Method and apparatus for remote real time collaborative acoustic performance and recording thereof |
US20080031283A1 (en) * | 2006-08-07 | 2008-02-07 | Martin Curran-Gray | Time synchronization for network aware devices |
US20080056154A1 (en) * | 2006-09-06 | 2008-03-06 | Cisco Technology, Inc. | Measurement of round-trip delay over a network |
US20080291891A1 (en) * | 2007-05-23 | 2008-11-27 | Broadcom Corporation | Synchronization Of A Split Audio, Video, Or Other Data Stream With Separate Sinks |
US7668964B2 (en) * | 2005-04-23 | 2010-02-23 | Sonos, Inc. | System and method for synchronizing channel handoff as among a plurality of devices |
US7742832B1 (en) * | 2004-01-09 | 2010-06-22 | Neosonik | Method and apparatus for wireless digital audio playback for player piano applications |
US7912094B2 (en) * | 2006-12-13 | 2011-03-22 | Honeywell International Inc. | Self-checking pair-based master/follower clock synchronization |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10285140A (ja) * | 1997-04-02 | 1998-10-23 | Mitsubishi Electric Corp | 時刻同期システム、および時刻同期システムにおける時刻同期方法 |
JP3481821B2 (ja) * | 1997-05-01 | 2003-12-22 | 日本電信電話株式会社 | 時刻差測定方法および時計同期装置 |
JP3037228B2 (ja) * | 1997-10-16 | 2000-04-24 | 日本電気エンジニアリング株式会社 | 刻時補正システム |
US7023833B1 (en) * | 1999-09-10 | 2006-04-04 | Pulse-Link, Inc. | Baseband wireless network for isochronous communication |
JP2003235027A (ja) * | 2002-02-12 | 2003-08-22 | Matsushita Electric Ind Co Ltd | 配信映像の同時再生方法、映像配信システムおよび端末装置 |
CN100472372C (zh) * | 2003-07-01 | 2009-03-25 | 飞思卡尔半导体公司 | 无线网络上的数据流同步 |
US7203858B2 (en) | 2003-12-19 | 2007-04-10 | Intel Corporation | Program clock synchronization in multimedia networks |
JP4368210B2 (ja) * | 2004-01-28 | 2009-11-18 | ソニー株式会社 | 送受信システム、送信装置およびスピーカ搭載機器 |
JP2005253033A (ja) * | 2004-02-06 | 2005-09-15 | Nippon Telegr & Teleph Corp <Ntt> | 網同期装置、クロック伝達方法およびクロック伝達パケット網 |
JP4441874B2 (ja) * | 2005-02-24 | 2010-03-31 | ソニー株式会社 | 情報処理システム、再生端末装置および再生方法、情報処理装置および方法、並びにプログラム |
EP1872533B1 (en) * | 2005-04-22 | 2019-05-22 | Audinate Pty Limited | Network, device and method for transporting digital media |
JP4467478B2 (ja) * | 2005-07-13 | 2010-05-26 | シャープ株式会社 | 伝送装置および時刻同期方法 |
US7539889B2 (en) * | 2005-12-30 | 2009-05-26 | Avega Systems Pty Ltd | Media data synchronization in a wireless network |
-
2008
- 2008-03-12 US US12/922,078 patent/US20110015769A1/en not_active Abandoned
- 2008-03-12 WO PCT/EP2008/052917 patent/WO2009112070A1/en active Application Filing
- 2008-03-12 EP EP08717663.2A patent/EP2253087B1/en active Active
- 2008-03-12 CN CN200880129252.7A patent/CN102027699B/zh active Active
- 2008-03-12 ES ES08717663T patent/ES2435553T3/es active Active
- 2008-03-12 JP JP2010550038A patent/JP5574988B2/ja active Active
-
2013
- 2013-06-20 US US13/922,281 patent/US8930006B2/en active Active
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040223622A1 (en) * | 1999-12-01 | 2004-11-11 | Lindemann Eric Lee | Digital wireless loudspeaker system |
US20040005902A1 (en) * | 2002-07-05 | 2004-01-08 | Belcea John M. | System and method for correcting the clock drift and maintaining the synchronization of low quality clocks in wireless networks |
US7742832B1 (en) * | 2004-01-09 | 2010-06-22 | Neosonik | Method and apparatus for wireless digital audio playback for player piano applications |
US20050234571A1 (en) * | 2004-04-14 | 2005-10-20 | Holmes Stephen G | Method and system for synchronizing audio processing modules |
US20050288805A1 (en) * | 2004-06-25 | 2005-12-29 | Moore Jeffrey C | Providing synchronized audio to multiple devices |
US20060184261A1 (en) * | 2005-02-16 | 2006-08-17 | Adaptec, Inc. | Method and system for reducing audio latency |
US7668964B2 (en) * | 2005-04-23 | 2010-02-23 | Sonos, Inc. | System and method for synchronizing channel handoff as among a plurality of devices |
US20070140510A1 (en) * | 2005-10-11 | 2007-06-21 | Ejamming, Inc. | Method and apparatus for remote real time collaborative acoustic performance and recording thereof |
US20080031283A1 (en) * | 2006-08-07 | 2008-02-07 | Martin Curran-Gray | Time synchronization for network aware devices |
US20080056154A1 (en) * | 2006-09-06 | 2008-03-06 | Cisco Technology, Inc. | Measurement of round-trip delay over a network |
US7912094B2 (en) * | 2006-12-13 | 2011-03-22 | Honeywell International Inc. | Self-checking pair-based master/follower clock synchronization |
US20080291891A1 (en) * | 2007-05-23 | 2008-11-27 | Broadcom Corporation | Synchronization Of A Split Audio, Video, Or Other Data Stream With Separate Sinks |
Cited By (39)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110182371A1 (en) * | 2008-08-05 | 2011-07-28 | Fumio Suzuki | Radio communication system, receiver, and transmitter |
US8660227B2 (en) * | 2008-08-05 | 2014-02-25 | Otsl Inc. | Radio communication system, receiver, and transmitter |
US8249049B2 (en) * | 2009-03-17 | 2012-08-21 | Cisco Technology, Inc. | Clock synchronization |
US20100238917A1 (en) * | 2009-03-17 | 2010-09-23 | Silverman Matthew Aaron | Clock synchronization |
US9282418B2 (en) * | 2010-05-03 | 2016-03-08 | Kit S. Tam | Cognitive loudspeaker system |
US20110270428A1 (en) * | 2010-05-03 | 2011-11-03 | Tam Kit S | Cognitive Loudspeaker System |
US20120148075A1 (en) * | 2010-12-08 | 2012-06-14 | Creative Technology Ltd | Method for optimizing reproduction of audio signals from an apparatus for audio reproduction |
US20130272143A1 (en) * | 2012-04-12 | 2013-10-17 | Lantiq Deutschland Gmbh | Method For A Retransmission Roundtrip Correction |
US9596177B2 (en) * | 2012-04-12 | 2017-03-14 | Lantiq Deutschland Gmbh | Method for a retransmission roundtrip correction |
US9940091B2 (en) * | 2012-06-06 | 2018-04-10 | Sonos, Inc. | Playback according to playback responsibility in group |
US11743675B2 (en) | 2012-06-06 | 2023-08-29 | Sonos, Inc. | Failure recovery of wearable playback device |
US10560796B2 (en) | 2012-06-06 | 2020-02-11 | Sonos, Inc. | Playback according to playback responsibility in group |
US11284214B2 (en) | 2012-06-06 | 2022-03-22 | Sonos, Inc. | Failure recovery of wearable playback device |
US20190373383A1 (en) * | 2012-06-15 | 2019-12-05 | Sonos, Inc. | Low-Latency Audio Networking |
US20240121565A1 (en) * | 2012-06-15 | 2024-04-11 | Sonos, Inc. | Low-Latency Audio Networking |
US11122379B2 (en) * | 2012-06-15 | 2021-09-14 | Sonos, Inc. | Low-latency audio networking |
US11729564B2 (en) * | 2012-06-15 | 2023-08-15 | Sonos, Inc. | Low-latency audio networking |
US20210409883A1 (en) * | 2012-06-15 | 2021-12-30 | Sonos, Inc. | Low-Latency Audio Networking |
US9516440B2 (en) * | 2012-10-01 | 2016-12-06 | Sonos | Providing a multi-channel and a multi-zone audio environment |
US10051398B2 (en) | 2012-10-01 | 2018-08-14 | Sonos, Inc. | Providing playback timing in a multi-zone audio environment |
US20140093085A1 (en) * | 2012-10-01 | 2014-04-03 | Sonos, Inc. | Providing a multi-channel and a multi-zone audio environment |
US11516611B2 (en) | 2012-10-01 | 2022-11-29 | Sonos, Inc. | Providing a multi-channel and a multi-zone audio environment |
US10721575B2 (en) | 2012-10-01 | 2020-07-21 | Sonos, Inc. | Providing a multi-channel and a multi-zone audio environment |
US20170347331A1 (en) * | 2013-04-29 | 2017-11-30 | Google Technology Holdings LLC | Systems and methods for syncronizing multiple electronic devices |
US11743849B2 (en) * | 2013-04-29 | 2023-08-29 | Google Technology Holdings LLC | Systems and methods for syncronizing multiple electronic devices |
US10813066B2 (en) * | 2013-04-29 | 2020-10-20 | Google Technology Holdings LLC | Systems and methods for synchronizing multiple electronic devices |
US20210185629A1 (en) * | 2013-04-29 | 2021-06-17 | Google Technology Holdings LLC | Systems and methods for syncronizing multiple electronic devices |
US9813829B2 (en) | 2014-01-27 | 2017-11-07 | Sonos, Inc. | Audio synchronization among playback devices using offset information |
US9538300B2 (en) | 2014-01-27 | 2017-01-03 | Sonos, Inc. | Audio synchronization among playback devices using offset information |
US20150215715A1 (en) * | 2014-01-27 | 2015-07-30 | Sonos, Inc. | Audio Synchronization Among Playback Devices Using Offset Information |
US9313591B2 (en) * | 2014-01-27 | 2016-04-12 | Sonos, Inc. | Audio synchronization among playback devices using offset information |
US11228388B2 (en) * | 2014-05-09 | 2022-01-18 | Imagination Technologies Limited | Time stamp replication within a wireless network based on transmission prediction |
US11838109B2 (en) | 2014-05-09 | 2023-12-05 | Imagination Technologies Limited | Time stamp replication within a wireless network based on transmission prediction |
CN105992025A (zh) * | 2015-02-15 | 2016-10-05 | 深圳市民展科技开发有限公司 | 基于音频同步播放的系统时间校准方法、音频同步播放方法及装置 |
CN105992040A (zh) * | 2015-02-15 | 2016-10-05 | 深圳市民展科技开发有限公司 | 多声道音频数据发送方法、音频数据同步播放方法及装置 |
US11108486B2 (en) | 2019-09-06 | 2021-08-31 | Kit S. Tam | Timing improvement for cognitive loudspeaker system |
US11140480B2 (en) | 2019-09-23 | 2021-10-05 | Kit S. Tam | Indirect sourced cognitive loudspeaker system |
US11197114B2 (en) | 2019-11-27 | 2021-12-07 | Kit S. Tam | Extended cognitive loudspeaker system (CLS) |
CN114554355A (zh) * | 2022-03-17 | 2022-05-27 | 中科雷欧(常熟)科技有限公司 | 一种车载沉浸式音频的传输方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
ES2435553T3 (es) | 2013-12-20 |
EP2253087B1 (en) | 2013-08-21 |
EP2253087A1 (en) | 2010-11-24 |
CN102027699B (zh) | 2015-04-29 |
CN102027699A (zh) | 2011-04-20 |
US20130336498A1 (en) | 2013-12-19 |
WO2009112070A1 (en) | 2009-09-17 |
JP5574988B2 (ja) | 2014-08-20 |
US8930006B2 (en) | 2015-01-06 |
JP2011517165A (ja) | 2011-05-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8930006B2 (en) | Data transfer method and system for loudspeakers in a digital sound reproduction system | |
US11831935B2 (en) | Systems, methods and computer-readable media for configuring receiver latency | |
US7724780B2 (en) | Synchronization of one or more source RTP streams at multiple receiver destinations | |
US7805210B2 (en) | Synchronizing multi-channel speakers over a network | |
US10158444B1 (en) | Event-driven precision time transfer | |
EP1775964B1 (en) | Method and device for stream synchronization of real-time multimedia transport over packet network | |
US7243150B2 (en) | Reducing the access delay for transmitting processed data over transmission data | |
EP1398931B1 (en) | Synchronous play-out of media data packets | |
US7710941B2 (en) | Method and device for the synchronised restitution of data flows | |
KR20070070299A (ko) | 레지덴셜 이더넷 시스템에서의 시간 동기화 방법 | |
US20030142696A1 (en) | Method for ensuring access to a transmission medium | |
KR20090071923A (ko) | 동기식 이더넷에서 단일 타임 싱크 프레임을 이용한 통신단말 및 브리지 장치의 시간 동기화 방법 및 그 장치 | |
WO2005002100A1 (en) | High accuracy network clock synchronization | |
US20070280296A1 (en) | System and method for measuring distribution quality of video image | |
JP4042396B2 (ja) | データ通信システム、データ送信装置、データ受信装置、および方法、並びにコンピュータ・プログラム | |
WO2014188664A1 (ja) | 放送システム、クライアント、同期プログラム、及び同期方法 | |
US20230269155A1 (en) | A wireless conference system with early packet loss detection | |
Kuhr et al. | A jack sound server backend to synchronize to an IEEE 1722 AVTP media clock stream | |
Lauri et al. | Synchronization of streamed audio between multiple playback devices over an unmanaged IP network | |
Malmgren et al. | Synchronization of streamed audio between multiple playback devices over an unmanaged IP network |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: GENELEC OY, FINLAND Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HAATAINEN, NIKO;REEL/FRAME:025047/0802 Effective date: 20100909 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |