Big value gaps (at the beginning and the end of a recording) can lead to some popping sounds. We will try to set the values to 0 until the first transition thru 0 of the audio curve.
More...
#include <BaseConverter.h>
|
| PoppingSoundRemover (int channels, bool fromBeginning, bool fromEnd) |
|
virtual size_t | convert (uint8_t *src, size_t size) |
|
|
void | clearAfterLastTransition (int channels, int channel, T *values, int sampleCount) |
|
void | clearUpTo1stTransition (int channels, int channel, T *values, int sampleCount) |
|
|
int | channels |
|
bool | from_beginning |
|
bool | from_end |
|
template<typename T>
class audio_tools::PoppingSoundRemover< T >
Big value gaps (at the beginning and the end of a recording) can lead to some popping sounds. We will try to set the values to 0 until the first transition thru 0 of the audio curve.
- Template Parameters
-
The documentation for this class was generated from the following file: