Expand description
Refactored sync command CLI argument definitions.
Supports multiple synchronization methods: OpenAI Whisper API, local VAD, automatic selection, and manual offset. Provides fine-grained parameter control and intelligent defaults.
§Synchronization Methods
§OpenAI Whisper API
Cloud transcription service providing high-precision speech detection.
§Local VAD
Voice Activity Detection using local processing for privacy and speed.
§Manual Offset
Direct time offset specification for precise manual synchronization.
Structs§
- Sync
Args - Refactored sync command arguments supporting multiple sync methods.
Enums§
- Sync
Method - Sync method enumeration (backward compatible).
- Sync
Method Arg - Synchronization method selection for CLI arguments.
- Sync
Mode - Sync mode: single file or batch
Functions§
- create_
default_ output_ path - Creates a default output path by appending
_syncedto the file stem.