Update ebur128 copy

This commit is contained in:
Craig Drummond
2018-04-03 20:00:16 +01:00
committed by Craig Drummond
parent 96c290ebf4
commit b5153237c0
2 changed files with 486 additions and 361 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@ extern "C" {
#define EBUR128_VERSION_MAJOR 1
#define EBUR128_VERSION_MINOR 2
#define EBUR128_VERSION_PATCH 3
#define EBUR128_VERSION_PATCH 4
#include <stddef.h> /* for size_t */
@@ -175,7 +175,7 @@ int ebur128_change_parameters(ebur128_state* st,
/** \brief Set the maximum window duration.
*
* Set the maximum duration that will be used for ebur128_window_loudness().
* Set the maximum duration that will be used for ebur128_loudness_window().
* Note that this destroys the current content of the audio buffer.
*
* @param st library state.