audio_silence
Analyze silent sections in WAV audio to detect hidden data by checking LSBs of near-zero samples, revealing potential steganography.
Instructions
Analyze silent sections in WAV audio for hidden data. Finds near-zero sample regions and checks their LSBs — silent sections with active LSBs are a strong indicator of steganography.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to WAV file | |
| threshold | No | Silence threshold (default: 10) |