AudioDSPTools icon indicating copy to clipboard operation
AudioDSPTools copied to clipboard

A library of basic audio DSP tools

Results 7 AudioDSPTools issues
Sort by recently updated
recently updated
newest added

## Problem The `ImpulseResponse` class can trigger SIGFPE (floating point exception) crashes due to division by zero when `mRawAudioSampleRate` is uninitialized or zero. ## Solution - Initialize `mRawAudioSampleRate` to 0.0...

These modifications allow the IR data to be loaded from memory, enabling it to be embedded in the application and loaded at runtime instead of from a file. **Example:** Assuming...

This pull request addresses the compiler errors that result from using the `DSP_SAMPLE_FLOAT` definition. Some of the dsp modules explicitly use the `double` keyword on template parameters, function argument, return...

This pull request fixes the aliasing by adding a simple low pass filter in the resample container just before downsampling. This commit implements https://github.com/sdatkinson/AudioDSPTools/issues/10 The original resampling code did not...

**Problem** The plugin now oversamples if the input signal is e.g., 48kHz and the capture is e.g., 192kHz. I appreciate that the oversampling algorithm was chosen to be the one...

enhancement

I.e. from https://github.com/sdatkinson/AudioDSPTools/blob/3db83678f00f936b87af61c1b2a55401fba54002/tools/CMakeLists.txt#L12

This library's namespace will be `audio_dsp_tools`