mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Remove an unnecessary restriction on splitters.
This commit is contained in:
@@ -71566,7 +71566,6 @@ static void ma_splitter_node_process_pcm_frames(ma_node* pNode, const float** pp
|
|||||||
|
|
||||||
MA_ASSERT(pNodeBase != NULL);
|
MA_ASSERT(pNodeBase != NULL);
|
||||||
MA_ASSERT(ma_node_get_input_bus_count(pNodeBase) == 1);
|
MA_ASSERT(ma_node_get_input_bus_count(pNodeBase) == 1);
|
||||||
MA_ASSERT(ma_node_get_output_bus_count(pNodeBase) >= 2);
|
|
||||||
|
|
||||||
/* We don't need to consider the input frame count - it'll be the same as the output frame count and we process everything. */
|
/* We don't need to consider the input frame count - it'll be the same as the output frame count and we process everything. */
|
||||||
(void)pFrameCountIn;
|
(void)pFrameCountIn;
|
||||||
|
|||||||
Reference in New Issue
Block a user