Skip to content

Bug fix for AudioEffectFormantShiftFD_OA_F32.h #17

Description

@DD4WH

In lines 126, 128, and 132, please do not use N_2, but N_2 -1
Otherwise the audio will contain nasty artefacts.
N_2 is FFT_Size / 2 + 1, but the index should only have a max of FFT_Size / 2

@chipaudette @boblark Keep up the good work!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions