Top "Buffer" questions

A buffer is an area of memory set aside for temporary storage of data while it is being moved from one place to another.

OpenGL Uniform buffers?

I'm trying to use uniform buffers but it doesn't work as supposed. I have two uniform buffers, one is lighting …

c++ opengl buffer uniform
c++ Function to format time_t as std::string: buffer length?

I want a function that will take a time_t parameter and an arbitrary format string and format it. I …

c++ time buffer stdstring strftime
Unable to have the reverse of Ctrl-O in Vim

I want to have the reverse of Ctrl+O to be Shift+Ctrl+O The original reverse is Ctrl+I …

vim buffer keyboard-shortcuts
Retrieving buffer/packet/payload sizes for USB serial write transfer in userspace Linux C code

Apologies in advance I won't be able to accept an answer here immediately - just thought I'd like to jot …

c linux buffer packet usbserial
Does memcpy() uses realloc()?

#inlcude <stdio.h> #inlcude <stdlib.h> #inlcude <string.h> int main() { char *buff = (char*)…

c buffer memcpy realloc
StringBuffer/StringBuilder size in java

All, Why is it suggested that the size of the StringBuffer/StringBuilder object should be initialized to a size of 2^{1...…

java buffer stringbuilder stringbuffer
decodeAudioData HTML5 Audio API

I want to play audio data from an ArrayBuffer... so I generate my array and fill it with microfone input. …

javascript html buffer decode html5-audio
AudioTrack lag: obtainBuffer timed out

I'm playing WAVs on my Android phone by loading the file and feeding the bytes into AudioTrack.write() via the …

android audio buffer delay lag
Deallocating Direct Buffer Native Memory in Java for JOGL

I am using direct buffers (java.nio) to store vertex information for JOGL. These buffers are large, and they are …

java memory-management nio jogl buffer
Adjust the length of an AudioUnit Buffer

my Problem concerns AudioUnits. In order to design a voicechanging App for iPhone (with Objective-C xCode) i use RemoteIO audioUnit …

iphone buffer duration audiounit