1
0
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
2024-01-29 18:45:04 +03:00
2024-01-10 04:49:22 +03:00

C-JS-bytebeat-render

a bytebeat rendering engine in C (no support of JavaScript bytebeat yet)

Description
a bytebeat rendering engine in C (no support of JavaScript bytebeat yet)
https://git.disroot.org/80486DX2-66/C-bytebeat-render Readme 506 KiB
Languages
C 52.1%
Python 47.9%