cog/Audio/Chain
Christopher Snowhill b0b1446aa7 HRIR Filter: Corrected scale math, fixing volume
The volume should have been twice what it was, because I got this scale
wrong. The correct scale for Accelerate inverse FFT is 1/4 per sample,
not 1/8 like I accidentally misread while rewriting a convolver for the
umpteenth time from scratch.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-06 21:53:42 -08:00
..
AudioChunk.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioChunk.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
BufferChain.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
BufferChain.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ChunkList.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ChunkList.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ConverterNode.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ConverterNode.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Downmix.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Downmix.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
HeadphoneFilter.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
HeadphoneFilter.m HRIR Filter: Corrected scale math, fixing volume 2022-02-06 21:53:42 -08:00
InputNode.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
InputNode.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Node.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Node.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
OutputNode.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
OutputNode.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
RefillNode.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
RefillNode.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00