Intel A80486DX2-66
551933cddd
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