mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Update documentation.
This commit is contained in:
+30
-4
@@ -1455,12 +1455,10 @@ runtime linking via <span style="font-family:monospace;">dlopen()</span>.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="doc" valign="top"><p>
|
||||
MA_DEBUG_OUTPUT
|
||||
</p>
|
||||
MA_DEBUG_OUTPUT</p>
|
||||
</td>
|
||||
<td class="doc" valign="top"><p>
|
||||
Enable processing of <span style="font-family:monospace;">MA_LOG_LEVEL_DEBUG</span> messages and <span style="font-family:monospace;">printf()</span>
|
||||
output.</p>
|
||||
Enable <span style="font-family:monospace;">printf()</span> output of debug logs (<span style="font-family:monospace;">MA_LOG_LEVEL_DEBUG</span>).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -3599,6 +3597,34 @@ should set this for any nodes that perform
|
||||
resampling.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="doc" valign="top"><p>
|
||||
MA_NODE_FLAG_SILENT_OUTPUT
|
||||
|
||||
</p>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</td>
|
||||
<td class="doc" valign="top"><p>
|
||||
Used to tell miniaudio that a node produces only
|
||||
silent output. This is useful for nodes where you
|
||||
don't want the output to contribute to the final
|
||||
mix. An example might be if you want split your
|
||||
stream and have one branch be output to a file.
|
||||
When using this flag, you should avoid writing to
|
||||
the output buffer of the node's processing
|
||||
callback because miniaudio will ignore it anyway.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table></div><p>
|
||||
|
||||
If you need to make a copy of an audio stream for effect processing you can use a splitter node
|
||||
|
||||
Reference in New Issue
Block a user