miniDSP
A small C library for audio DSP
Loading...
Searching...
No Matches
minidsp_internal.h File Reference

Internal header for cross-file dependencies within the minidsp module. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void md_gcc_teardown (void)
 Tear down the GCC-PHAT FFT cache and reset its cached length.
 

Detailed Description

Internal header for cross-file dependencies within the minidsp module.

This header is NOT part of the public API. It declares symbols shared between the split minidsp_*.c translation units but not exposed to library consumers.

Definition in file minidsp_internal.h.

Function Documentation

◆ md_gcc_teardown()

void md_gcc_teardown ( void  )

Tear down the GCC-PHAT FFT cache and reset its cached length.

Called only from MD_shutdown().

Definition at line 146 of file minidsp_gcc.c.