audio_lsb_extract
Extract hidden data from WAV audio files by reading the least significant bit of PCM samples. Decodes concealed messages or files stored in audio LSB steganography.
Instructions
Extract LSB data from audio samples. Reads the least significant bit of each PCM sample and attempts to decode hidden data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Audio channel (default: 0) | |
| file_path | Yes | Path to WAV file | |
| max_bytes | No | Max bytes to extract (default: 4096) |