www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Sound Buffers'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
SOUND BUFFERS
[ TDx_Sound_Library ]
[ next: Static Buffer ]
[ prev: Secondary Buffer ]
A sound buffer is a chunk of memory of any given size which is filled with sound data and manipulated using various DirectSound function calls. In DirectSound, there are different types of buffers including Primary Buffers, Secondary Buffers, Primary Capture buffers and Secondary Capture Buffers.
Primary Buffers are created one per device and are generally used to control the physical input/output of a particular device.
Secondary Buffers are usually created for each individual sound element, and are automatically mixed by DirectSound when played back.
|
|