diff options
| author | skal <pascal.massimino@gmail.com> | 2026-05-21 08:10:47 +0200 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-05-21 08:10:47 +0200 |
| commit | d806027dcaeadcdd8d2febd88bc46b2fd2c465de (patch) | |
| tree | 30bc1ef9f40ccab7c00e31ee20e62bb86755fa26 /src/audio/ola.h | |
| parent | 680042a18c11ad5e58757e45b260745c2f52417f (diff) | |
Diffstat (limited to 'src/audio/ola.h')
| -rw-r--r-- | src/audio/ola.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/ola.h b/src/audio/ola.h index 1fb2a4a..33ec674 100644 --- a/src/audio/ola.h +++ b/src/audio/ola.h @@ -21,6 +21,6 @@ void ola_decode(const float* spec, int num_frames, float* pcm); // Single-frame OLA-IDCT decoder. // spec_frame: single DCT_SIZE spectral frame. -// overlap: OLA_OVERLAP buffer (read/write). Must be zero-initialized for first frame. -// out_hop: OLA_HOP_SIZE buffer for the resulting time-domain samples. +// overlap: OLA_OVERLAP buffer (read/write). Must be zero-initialized for first +// frame. out_hop: OLA_HOP_SIZE buffer for the resulting time-domain samples. void ola_decode_frame(const float* spec_frame, float* overlap, float* out_hop); |
