cog/Audio/Chain
Christopher Snowhill 4537a72275 [DSD] Add pure downsampling path, disabled
Pure downsampling is slower, but may or may not be more accurate. Though
probably not worth it. It did help me realize a minor error, though.
The decimator's volume is twice as loud as it should be.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-10 02:13:10 -07: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 Add decoder open error indicator 2022-02-10 02:15:48 -08:00
BufferChain.m Dynamic info now pushes to the correct track 2022-02-12 07:29:02 -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 [DSD] Add pure downsampling path, disabled 2022-06-10 02:13:10 -07:00
ConverterNode.mm [DSD] Add pure downsampling path, disabled 2022-06-10 02:13:10 -07:00
Downmix.h Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
Downmix.m [Output] [Downmixer] Optimize a bit 2022-06-06 08:16:27 -07:00
HeadphoneFilter.h [HRIR Convolver] Rewrite to use PFFFT float 2022-06-06 08:18:33 -07:00
HeadphoneFilter.mm [HRIR Convolver] Rewrite to use PFFFT float 2022-06-06 08:18:33 -07:00
InputNode.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
InputNode.m [Audio Threads] Change workgroup system again 2022-06-09 01:38:30 -07:00
Node.h [Audio Threads] Set realtime priority on old OS 2022-06-09 18:53:58 -07:00
Node.m [Audio Threads] Set realtime priority on old OS 2022-06-09 18:53:58 -07: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