Shiny Drum Machine doesn't play in TRATS device.
authorPraveen R Jadhav <praveen.j@samsung.com>
Fri, 3 May 2013 11:00:10 +0000 (20:00 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 5 Jun 2013 02:01:44 +0000 (11:01 +0900)
commit921475cf76b500b4730f9b4f3e76a96da45a154a
tree0fd4eaef832913a5f1a903ed1b156731643996a6
parent3285f4abbfbae4f27c367cdc7f3828c8caf6f6a2
Shiny Drum Machine doesn't play in TRATS device.

[Title] Shiny Drum Machine doesn't play in TRATS device.
[Problem] Total processing time of Audio Nodes is more than max latency.
[Cause] Convolver Node takes more time than max latency and hence no audio is heard.
[Solution] Convolver Node latency is checked before processing.

Change-Id: I2f947eab18e4cb76b78fd4955648455694cf7cbf
Source/WebCore/Modules/webaudio/ConvolverNode.cpp
Source/WebCore/Modules/webaudio/ConvolverNode.h