build(sync): enable sync feature in default build (Phase 9a, ADR-0010)
This commit is contained in:
@@ -73,7 +73,7 @@ windows = { version = "0.58", features = [
|
||||
wasapi = { version = "0.15", optional = true } # Phase 1
|
||||
|
||||
[features]
|
||||
default = ["audio", "cpu-transcription", "diarization", "pst"]
|
||||
default = ["audio", "cpu-transcription", "diarization", "pst", "sync"]
|
||||
# Phase 1
|
||||
audio = ["dep:wasapi", "dep:hound"]
|
||||
cpu-transcription = ["dep:whisper-rs"] # whisper-rs CPU build
|
||||
|
||||
Reference in New Issue
Block a user