Pages
-
Recent Posts
Archives
Category Archives: DirectSound
The DirectSound Capture Buffer
A CaptureBuffer is a buffer of a specified length that reads audio from a Capture object which represents the capture (or input) device, into a one-dimensional array of bytes with a specified WaveFormat.
Posted in .net, DirectSound, Programming
Tagged buffer, capture, capturebuffer, DirectSound, directx, notify
4 Comments
An Explanation of Output Buffers in DirectSound
A DirectSound Buffer is a one-dimensional array of bytes which represent sound waves in a digital form. The data is laid out in a specified Microsoft.DirectX.DirectSound.WaveFormat which specifies the format type, number of channels, number of samples per second and … Continue reading
Posted in .net, DirectSound, Programming
Tagged buffer, DirectSound, directx, primary, secondary
Leave a comment