| # AudioToolsConfig |
| |
| Platform-provided tools for development and debugging of audio. |
| |
| <table> |
| <tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr> |
| <tr id="full_stack_tools"> |
| <td><code>full_stack_tools</code></td> |
| <td><code>bool</code></td> |
| <td>Include tools for debugging the audio_core service, such as: - 'audio_listener' - 'signal_generator' - 'wav_recorder'</td> |
| <td></td> |
| </tr> |
| <tr id="driver_tools"> |
| <td><code>driver_tools</code></td> |
| <td><code>bool</code></td> |
| <td>Include tools for audio driver development, such as: - 'audio-codec-ctl' - 'audio-driver-ctl' - 'virtual_audio_util'</td> |
| <td></td> |
| </tr> |
| </table> |