Module audio_ buffer
Source Structs§
- Audio
Buffer - A structure containing the result of an audio buffer map operation,
which is executed with
from_buffer_readable(). For non-interleaved (planar) buffers, the beginning of each channel in the buffer has its own pointer in theplanesarray. For interleaved buffers, theplanesarray only contains one item, which is the pointer to the beginning of the buffer, andn_planesequals 1. - Audio
Buffer Ref