Subject | English | Ukrainian |
comp. | sound buffer | аудіобуфер |
comp., MS | static sound buffer | статичний буфер звуку (A section of memory that contains a complete sound. These buffers are convenient because the entire sound can be written once to the buffer) |
comp., MS | streaming sound buffer | буфер потокового звуку (A small sound buffer that can play lengthy sounds because the application dynamically loads audio data into the buffer as it plays. For example, an application could use a buffer that can hold 3 seconds of audio data to play a 2-minute sound. A streaming buffer requires much less memory than a static buffer) |