Changeset 69083 in webkit


Ignore:
Timestamp:
Oct 4, 2010 11:22:06 PM (14 years ago)
Author:
crogers@google.com
Message:

2010-10-04 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add AudioUtilities files
https://bugs.webkit.org/show_bug.cgi?id=47011

No new tests since audio API is not yet implemented.

  • platform/audio/AudioUtilities.cpp: Added. (WebCore::AudioUtilities::decibelsToLinear): (WebCore::AudioUtilities::linearToDecibels): (WebCore::AudioUtilities::discreteTimeConstantForSampleRate):
  • platform/audio/AudioUtilities.h: Added.
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69082 r69083  
     12010-10-04  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        Add AudioUtilities files
     6        https://bugs.webkit.org/show_bug.cgi?id=47011
     7
     8        No new tests since audio API is not yet implemented.
     9
     10        * platform/audio/AudioUtilities.cpp: Added.
     11        (WebCore::AudioUtilities::decibelsToLinear):
     12        (WebCore::AudioUtilities::linearToDecibels):
     13        (WebCore::AudioUtilities::discreteTimeConstantForSampleRate):
     14        * platform/audio/AudioUtilities.h: Added.
     15
    1162010-10-04  David Hyatt  <hyatt@apple.com>
    217
Note: See TracChangeset for help on using the changeset viewer.