Commit Graph
7 Commits
Author SHA1 Message Date
Robin Getz 5a02fe67ed wdsp: Fix uninitialized curve samples in FCurve::fc_impulse
cppcheck reported that unsupported curve types could leave entries in the
frequency curve array uninitialized before being passed to the FIR generator.

Add a default switch case to initialize curve samples to zero and avoid
propagating undefined values.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-02 19:05:37 -04:00
f4exb 28cfad98ff WDSP: impulse responses refactoring (3) 2024-08-10 02:06:19 +02:00
f4exb 7319e4cb88 WDSP: impulse responses refactoring (2) 2024-08-09 06:33:00 +02:00
f4exb 62f05b3706 WDSP: impulse responses refactoring (1) 2024-08-08 09:09:40 +02:00
f4exb 40f7ecdaa0 WDSP: more double precision calculation 2024-07-18 02:08:05 +02:00
f4exb bc34a759c7 WDSP: nigrate to float mostly 2024-07-11 21:25:52 +02:00
f4exb cd4ad2cc95 Refactored WDSP initial commit 2024-06-16 19:14:31 +02:00