1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-07 06:43:34 +00:00
lovr/src/modules/audio
bjorn 782c22448e Mixer fast paths;
- If no converter is needed, don't create/use it
- If no spatialization is needed, don't copy

In the best case, samples willi now be read into a buffer and immediately mixed into the output.
2021-02-08 16:08:29 -07:00
..
spatializers scribbling; 2021-02-08 16:08:29 -07:00
audio.c Mixer fast paths; 2021-02-08 16:08:29 -07:00
audio.h 48khz sample rate; fixes; 2021-02-08 16:08:29 -07:00
spatializer.h scribbling; 2021-02-08 16:08:29 -07:00