Skip to content

Internal buffer wrong size? #5

Description

@kylepaulsen

In your readme it says:
"The internal buffer is 4096 samples"

However it doesn't seem like it in the code:

FFT_P	= 10,
FFT_N	= 1 << FFT_P,
BUF_N	= FFT_N * 2;

This makes BUF_N 2048. Maybe I just missed something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions