cog/Audio/Chain
Christopher Snowhill 477feaab1d Now properly supports sample format changing
Sample format can now change dynamically at play time, and the player
will resample it as necessary, extrapolating edges between changes to
reduce the potential for gaps.

Currently supported formats for this:

- FLAC
- Ogg Vorbis
- Any format supported by FFmpeg, such as MP3 or AAC

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-07 19:18:45 -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 Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
BufferChain.m Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
ChunkList.h Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
ChunkList.m Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
ConverterNode.h Now properly supports sample format changing 2022-02-07 19:18:45 -08:00
ConverterNode.m Now properly supports sample format changing 2022-02-07 19:18:45 -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 downmix to stereo 2022-02-07 04:17:53 -08:00
HeadphoneFilter.h Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
HeadphoneFilter.m Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
InputNode.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
InputNode.m Now properly supports sample format changing 2022-02-07 19:18:45 -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 Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
OutputNode.m Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
RefillNode.h Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00
RefillNode.m Cog Audio: Implement support for channel config 2022-02-07 01:10:05 -08:00