odin_decoder_is_silent
Overview
Returns whether the decoder is currently processing silence. This reflects the internal silence detection state of the decoder, which updates as audio is processed. If the provided handle is invalid, the function returns true for safety.
Parameters
| Name | Type | Description |
|---|---|---|
decoder | struct OdinDecoder * | The decoder handle. |
Return Value
| Type | Description |
|---|---|
bool | true if silent or invalid, false otherwise. |