1
0
C-bytebeat-render/src
Intel A80486DX2-66 551933cddd
C: mem. for audio: optimize; use the same function
Memory allocation for the audio buffer:
1. Instant mode: Use `malloc` instead of `calloc`
2. Allocate heap memory before the loop to speed up audio generation, free
   the memory after the loop
3. Extract the memory allocation into a macro
2024-01-29 19:10:44 +03:00
..
fwrite_le.c fwrite_le.*: rename reorder_le_for_be -> reorder_le_be 2024-01-24 19:59:05 +03:00
fwrite_le.h fwrite_le.*: rename reorder_le_for_be -> reorder_le_be 2024-01-24 19:59:05 +03:00
template.c C: mem. for audio: optimize; use the same function 2024-01-29 19:10:44 +03:00