analyze
Analyze audio file metadata and properties
conhive-agent audiomanagement analyze
Description
Section titled “Description”Analyzes the specified audio file using FFprobe (part of FFmpeg) to extract and display detailed metadata and stream information. This includes details like codec, duration, bitrate, sample rate, channels, etc. Requires flags for the input file path (‘—filepath’) and optionally an output file path (‘—output’) if saving the analysis.
conhive-agent audiomanagement analyze [flags]
Examples
Section titled “Examples”am analyze --filepath /data/audio/test.wav --output /tmp/analysis_results.json
Options
Section titled “Options” --channel int32 Channel to analyze, default is 0 (all channels) --filepath string Filepath to audio file for analysis -h, --help help for analyze --output string Output directory
Options inherited from parent commands
Section titled “Options inherited from parent commands” -f, --log-format string Specify the logging format (options: console, json) (default "text") -l, --log-level string Define the logging level (options: trace, debug, info, warn, error, fatal, panic) (default "info") -o, --log-to-file Enable logging to a file (default true) -p, --port int32 Port to run the server on (default 5050) -w, --workdir string Set the working directory for agent operations (default: $HOME/.conhive)
SEE ALSO
Section titled “SEE ALSO”conhive-agent audiomanagement
- Manage audio operations (record, play, analyze)