docs.rs failed to build vtx-engine-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
vtx-engine: Voice processing and transcription engine.
This library provides:
- Platform-native audio capture (WASAPI, CoreAudio, PipeWire)
- Real-time speech detection (VAD) with dual-mode voiced/whisper detection
- Audio visualization (waveform, spectrogram, speech activity metrics)
- Whisper-based transcription via whisper.cpp FFI
- Echo cancellation support
Quick Start
use EngineBuilder;
async