Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 0 additions & 156 deletions PR-190-Comprehensive-Assessment.md

This file was deleted.

2 changes: 1 addition & 1 deletion crates/app/config/plugins.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"preferred_plugin": "mock",
"fallback_plugins": [
"whisper",
Expand Down
37 changes: 0 additions & 37 deletions crates/app/plugins.json

This file was deleted.

4 changes: 0 additions & 4 deletions crates/coldvox-stt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ parakeet-rs = { version = "0.2", optional = true }
[features]
default = []
parakeet = ["dep:parakeet-rs"]
whisper = [] # Placeholder until new backend is implemented
coqui = []
leopard = []
silero-stt = []
1 change: 0 additions & 1 deletion crates/coldvox-stt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pub mod plugin;
pub mod plugin_adapter; // new adapter implementing StreamingStt
pub mod plugin_types;
pub mod plugins;
pub mod processor; // legacy (EventBasedTranscriber-based) processor
pub mod types;

pub use coldvox_foundation::error::ColdVoxError;
Expand Down
Loading
Loading