Index: third_party/WebKit/Source/platform/audio/HRTFDatabase.h |
diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h |
index 83cd2989517ea4720e599ba60e2592fc1f220bcf..b9e647b05a3bbf5a528d527da860ece2f2c4cede 100644 |
--- a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h |
+++ b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h |
@@ -48,9 +48,12 @@ class PLATFORM_EXPORT HRTFDatabase { |
public: |
static std::unique_ptr<HRTFDatabase> create(float sampleRate); |
- // getKernelsFromAzimuthElevation() returns a left and right ear kernel, and an interpolated left and right frame delay for the given azimuth and elevation. |
+ // getKernelsFromAzimuthElevation() returns a left and right ear kernel, and |
+ // an interpolated left and right frame delay for the given azimuth and |
+ // elevation. |
// azimuthBlend must be in the range 0 -> 1. |
- // Valid values for azimuthIndex are 0 -> HRTFElevation::NumberOfTotalAzimuths - 1 (corresponding to angles of 0 -> 360). |
+ // Valid values for azimuthIndex are 0 -> HRTFElevation::NumberOfTotalAzimuths |
+ // - 1 (corresponding to angles of 0 -> 360). |
dcheng
2016/10/03 01:21:04
Nit: this expression is a bit hard to parse correc
Nico
2016/10/03 02:15:24
Done.
|
// Valid values for elevationAngle are MinElevation -> MaxElevation. |
void getKernelsFromAzimuthElevation(double azimuthBlend, |
unsigned azimuthIndex, |
@@ -78,7 +81,8 @@ class PLATFORM_EXPORT HRTFDatabase { |
static const int MaxElevation; |
static const unsigned RawElevationAngleSpacing; |
- // Interpolates by this factor to get the total number of elevations from every elevation loaded from resource. |
+ // Interpolates by this factor to get the total number of elevations from |
+ // every elevation loaded from resource. |
static const unsigned InterpolationFactor; |
// Total number of elevations after interpolation. |