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.
Functions§
- create_
default_ output_ path - Legacy re-export.
create_default_output_pathnow lives insubx_core::core::sync; prefer that path. The alias exists so that consumers ofsubx_cli::cli::sync_args::create_default_output_pathkeep compiling across thesubx-coresplit and will be removed once they have migrated. In-crate callers reference the core path directly. Creates a default output path by appending_syncedto the file stem.