search for: isampling

Displaying 3 results from an estimated 3 matches for "isampling".

Did you mean: sampling
2006 Apr 03
2
[LLVMdev] lli: problem finding external symbol
...re sample compilation commands for building, first just using LLVM and second using the source-to-source instrumentation tool. /home/mmccrack/lens/cfrontend/x86/llvm-gcc/bin/llvm-g++ -g -I/usr/X11R6/include -I. -I/home/mmccrack/include -Icore -Igeometry -Iimage -Iimage/sky -Iimage/tm -Inet -Isampling -Ishaders -Ithread -Itools -Iparse -Iparse -m32 -fpermissive -fno-rtti -pthread -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O3 -march=pentium3 -U__USE_ASM__ -U__USE_SSE_ -U__USE_SSE2__ -MD -c -o .o/core/leoLight.o core/leoLight.cpp And now the monstrosity: /home/m...
2006 Apr 03
0
[LLVMdev] lli: problem finding external symbol
...ds for building, first > just using LLVM and second using the source-to-source instrumentation > tool. > > /home/mmccrack/lens/cfrontend/x86/llvm-gcc/bin/llvm-g++ -g > -I/usr/X11R6/include -I. -I/home/mmccrack/include -Icore -Igeometry > -Iimage -Iimage/sky -Iimage/tm -Inet -Isampling -Ishaders > -Ithread -Itools -Iparse -Iparse -m32 -fpermissive -fno-rtti > -pthread -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_LARGEFILE_SOURCE > -D_GNU_SOURCE -O3 -march=pentium3 -U__USE_ASM__ -U__USE_SSE_ > -U__USE_SSE2__ -MD -c -o .o/core/leoLight.o core/leoLight.cpp > > And n...
2006 Jan 17
1
How to loop a Vobis sound ?
The sound file is played correctly for the first time, then when rewind to the initial position. then copy PCM to buffer, the OpenAL report an error. It seems like the OpenAL doesn't recognize the PCM data. The OpenAL error number : AL_INVALID_VALUE 0xA003 void Buffer::PCMData (ALuint id, ALenum eFormat, ALvoid *data, ALsizei size, ALsizei freq) { // Copy