mirror of
https://codeberg.org/armin/tcd.git
synced 2026-09-01 14:00:47 +02:00
add AGENTS.md, update README, fix frame in tcd.c
This commit is contained in:
parent
9c844122d4
commit
3695eab1c5
3 changed files with 163 additions and 26 deletions
|
|
@ -25,8 +25,8 @@ How it works
|
|||
### 1. Signal acquisition
|
||||
|
||||
The program opens the file with libavformat, selects the first audio stream,
|
||||
decodes up to `--duration` (default 60) seconds of audio, and converts every
|
||||
sample to 32-bit float PCM.
|
||||
decodes up to `--duration` (default 60) seconds of audio (or the entire file
|
||||
when `--full` is used), and converts every sample to 32-bit float PCM.
|
||||
|
||||
### 2. Windowing & FFT
|
||||
|
||||
|
|
@ -304,6 +304,8 @@ tcd [options] <audio-file>
|
|||
higher = more detections. Adjust in small steps.
|
||||
-f, --fft-size N FFT size (power of 2) [default: 4096]
|
||||
-d, --duration SEC Max seconds to analyze [default: 60]
|
||||
-r, --recursive Recurse into subdirectories
|
||||
-F, --full Analyze entire file (overrides --duration)
|
||||
-v, --verbose Verbose output
|
||||
-s, --visual Graphical spectrum visualization (TUI)
|
||||
-V Alias for -s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue