Lines Matching full:peak
34 | [SFC_CALC_MAX_ALL_CHANNELS](#sfc_calc_max_all_channels) | Calculate the peak value for each channel. |
35 | [SFC_CALC_NORM_MAX_ALL_CHANNELS](#sfc_calc_norm_max_all_channels) | Calculate the normalised peak for each channel. |
36 | [SFC_GET_SIGNAL_MAX](#sfc_get_signal_max) | Retrieve the peak value for the file. |
37 | [SFC_GET_MAX_ALL_CHANNELS](#sfc_get_max_all_channels) | Retrieve the peak value for each channel. |
51 | [SFC_SET_ADD_PEAK_CHUNK](#sfc_set_add_peak_chunk) | Control PEAK chunk write to WAV and AIFF. |
255 Calculate the peak value (ie a single number) for each channel. This involves
285 Calculate the normalised peak for each channel. This involves reading through
315 Retrieve the peak value for the file as stored in the file header.
340 SF_TRUE if the file header contained the peak value. SF_FALSE
345 Retrieve the peak value for the file as stored in the file header.
370 SF_TRUE if the file header contains per channel peak values for the file,
901 `SF_FORMAT_FLOAT` or `SF_FORMAT_DOUBLE`) have a PEAK chunk. By using this
902 command, the addition of a PEAK chunk can be turned on or off.
923 /* Turn on the PEAK chunk. */
926 /* Turn off the PEAK chunk. */
932 Returns SF_TRUE if the peak chunk will be written after this call. Returns
933 SF_FALSE if the peak chunk will not be written after this call.