Commit 803cd284 authored by David Reid's avatar David Reid

Shorten a comment for easier viewing.

parent 96717436
...@@ -20,8 +20,8 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin ...@@ -20,8 +20,8 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin
} }
/* /*
A decoder is a data source which means you can seemlessly plug it into the ma_data_source API. We can therefore take advantage of the "loop" parameter A decoder is a data source which means you can seemlessly plug it into the ma_data_source API. We can therefore take advantage
of ma_data_source_read_pcm_frames() to handle looping for us. of the "loop" parameter of ma_data_source_read_pcm_frames() to handle looping for us.
*/ */
ma_data_source_read_pcm_frames(pDecoder, pOutput, frameCount, isLooping); ma_data_source_read_pcm_frames(pDecoder, pOutput, frameCount, isLooping);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment