mirror of
https://github.com/mackron/miniaudio.git
synced 2026-06-05 22:02:43 +02:00
Update some stale comments.
This commit is contained in:
+2
-7
@@ -11418,9 +11418,7 @@ typedef enum
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
Extended processing callback. This callback is used for effects that process input and output
|
Processing callback.
|
||||||
at different rates (i.e. they perform resampling). This is similar to the simple version, only
|
|
||||||
they take two separate frame counts: one for input, and one for output.
|
|
||||||
|
|
||||||
On input, `pFrameCountOut` is equal to the capacity of the output buffer for each bus, whereas
|
On input, `pFrameCountOut` is equal to the capacity of the output buffer for each bus, whereas
|
||||||
`pFrameCountIn` will be equal to the number of PCM frames in each of the buffers in `ppFramesIn`.
|
`pFrameCountIn` will be equal to the number of PCM frames in each of the buffers in `ppFramesIn`.
|
||||||
@@ -11451,10 +11449,7 @@ typedef struct
|
|||||||
*/
|
*/
|
||||||
ma_uint8 outputBusCount;
|
ma_uint8 outputBusCount;
|
||||||
|
|
||||||
/*
|
/* A combination of `MA_NODE_FLAG_*`. Can be 0. */
|
||||||
Flags describing characteristics of the node. This is currently just a placeholder for some
|
|
||||||
ideas for later on.
|
|
||||||
*/
|
|
||||||
ma_uint32 flags;
|
ma_uint32 flags;
|
||||||
} ma_node_vtable;
|
} ma_node_vtable;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user