Cog/Audio/Chain
Christopher Snowhill b1a98139cb Cog Audio: Fix generic upmixer mode
This resulted in horrible things, the generic N to N upmixer was leaving
unmapped channels as uninitialized memory. This fixes horrible things
happening for people with interfaces with more channels than the source
file, frequently when the source file is stereo, or if the file is mono
and a center channel is present.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-09 15:16:19 -08:00
..
AudioChunk.h Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
AudioChunk.m Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
BufferChain.h Implement framework for dynamic metadata updates 2022-02-08 21:21:53 -08:00
BufferChain.m Implement framework for dynamic metadata updates 2022-02-08 21:21:53 -08:00
ChunkList.h Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
ChunkList.m Do not reset output sample rate automatically 2022-02-07 22:02:17 -08:00
ConverterNode.h Do not reset output sample rate automatically 2022-02-07 22:02:17 -08:00
ConverterNode.m Do not reset output sample rate automatically 2022-02-07 22:02:17 -08:00
Downmix.h Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
Downmix.m Cog Audio: Fix generic upmixer mode 2022-02-09 15:16:19 -08:00
HeadphoneFilter.h Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
HeadphoneFilter.m HRIR Filter: Replace deprecated Intel-only code 2022-02-08 00:13:41 -08:00
InputNode.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
InputNode.m Implement dynamic metadata reading for streams 2022-02-09 13:44:50 -08:00
Node.h Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
Node.m Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
OutputNode.h Restart playback on device or output format change 2022-02-07 22:44:56 -08:00
OutputNode.m Restart playback on device or output format change 2022-02-07 22:44:56 -08:00