mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove the loop parameter from ma_data_source_read_pcm_frames().
This commit is contained in:
@@ -115,7 +115,7 @@ int main(int argc, char** argv)
|
||||
|
||||
|
||||
/* Data supply. Attached to input bus 0 of the reverb node. */
|
||||
dataSupplyNodeConfig = ma_data_source_node_config_init(&g_decoder, MA_FALSE);
|
||||
dataSupplyNodeConfig = ma_data_source_node_config_init(&g_decoder);
|
||||
|
||||
result = ma_data_source_node_init(&g_nodeGraph, &dataSupplyNodeConfig, NULL, &g_dataSupplyNode);
|
||||
if (result != MA_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user