gecko/content/media/webaudio/blink
Karl Tomlinson a1eb5075e9 b=898291 skip HRTF panner processing when input has been null long enough for output to be null r=ehsan
--HG--
extra : transplant_source : %E4l%83zo%0E%08%14%FF%F7%9D%D6%8C%FD%A2%07a%2A%8Aq
2013-10-25 14:05:43 +13:00
..
Biquad.cpp b=924288 no need to set filter parameters after every process() r=ehsan 2013-10-09 15:33:07 +13:00
Biquad.h b=924288 continue producing BiquadFilter sound output after input becomes null r=ehsan 2013-10-25 14:05:42 +13:00
DenormalDisabler.h Bug 868716 - Fix placement of #include <float.h>; r=ehsan 2013-05-04 11:35:35 -04:00
DirectConvolver.cpp Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
DirectConvolver.h Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
DynamicsCompressor.cpp Convert the Web Audio DynamicsCompressorNode fatal assertion to a warning, because it should not be a fatal assertion (no bug) 2013-09-30 18:20:03 -04:00
DynamicsCompressor.h Bug 867511 - Part 2: Use DynamicCompressorNode's input channel count when processing input; r=roc 2013-05-01 15:40:07 -04:00
DynamicsCompressorKernel.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
DynamicsCompressorKernel.h
FFTConvolver.cpp Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
FFTConvolver.h Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
HRTFDatabase.cpp b=815643 Add Blink's HRTFDatabase and HRTFDatabaseLoader to the build r=ehsan 2013-08-09 09:56:28 +12:00
HRTFDatabase.h b=815643 Add Blink's HRTFDatabase and HRTFDatabaseLoader to the build r=ehsan 2013-08-09 09:56:28 +12:00
HRTFDatabaseLoader.cpp Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan 2013-10-23 16:34:10 -04:00
HRTFDatabaseLoader.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
HRTFElevation.cpp b=912474 use speex_resampler_process_int on platforms where speex_resampler_process_float expects samples in the range +/-32767 r=ehsan 2013-09-28 12:16:57 +12:00
HRTFElevation.h b=815643 Add Blink's HRTFElevation to the build r=ehsan 2013-08-08 21:38:30 +12:00
HRTFKernel.cpp b=815643 Add Blink's HRTFKernel to the build r=ehsan 2013-08-08 21:38:29 +12:00
HRTFKernel.h b=815643 Add Blink's HRTFKernel to the build r=ehsan 2013-08-08 21:38:29 +12:00
HRTFPanner.cpp b=898291 skip HRTF panner processing when input has been null long enough for output to be null r=ehsan 2013-10-25 14:05:43 +13:00
HRTFPanner.h b=898291 skip HRTF panner processing when input has been null long enough for output to be null r=ehsan 2013-10-25 14:05:43 +13:00
IRC_Composite_C_R0195-incl.cpp b=815643 Add HRTF impulse response data r=ehsan 2013-08-08 21:38:30 +12:00
Makefile.in Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal 2013-10-02 13:17:55 -04:00
moz.build Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
PeriodicWave.cpp Bug 865256 - Part 3d: Port blink's PeriodicWave to gecko. r=ehsan 2013-09-10 14:33:03 -07:00
PeriodicWave.h Bug 865256 - Part 3d: Port blink's PeriodicWave to gecko. r=ehsan 2013-09-10 14:33:03 -07:00
README
Reverb.cpp b=906966 limit ConvolverNode and PannerNode input channel count through channelCount and channelCountMode r=ehsan 2013-09-05 07:44:35 +12:00
Reverb.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ReverbAccumulationBuffer.cpp Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
ReverbAccumulationBuffer.h Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
ReverbConvolver.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ReverbConvolver.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ReverbConvolverStage.cpp Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
ReverbConvolverStage.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ReverbInputBuffer.cpp Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
ReverbInputBuffer.h Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
ZeroPole.cpp
ZeroPole.h

This directory contains the code originally borrowed from the Blink Web Audio
implementation.  We are forking the code here because in many cases the burden
of adopting Blink specific utilities is too large compared to the prospect of
importing upstream fixes by just copying newer versions of the code in the
future.

The process of borrowing code from Blink is as follows:

* Try to borrow utility classes only, and avoid borrowing code which depends
  too much on the Blink specific utilities.
* First, import the pristine files from the Blink repository before adding
  them to the build system, noting the SVN revision of Blink from which the
  original files were copied in the commit message.
* In a separate commit, add the imported source files to the build system,
  and apply the necessary changes to make it build successfully.
* Use the code in a separate commit.
* Never add headers as exported headers.  All headers should be included
  using the following convention: #include "blink/Header.h".
* Leave the imported code in the WebCore namespace, and import the needed
  names into the Mozilla code via `using'.
* Cherry-pick upsteam fixes manually when needed.  In case you fix a problem
  that is not Mozilla specific locally, try to upstream your changes into
  Blink.
* Ping ehsan for any questions.