code: implement audio transcription from mic audio
This commit is contained in:
@@ -10,17 +10,22 @@ color-eyre = "0.6.5"
|
||||
crossterm = { version = "0.29.0", features = ["event-stream"] }
|
||||
futures = "0.3.32"
|
||||
futures-timer = "3.0.4"
|
||||
hound = "3.5.1"
|
||||
iref = { version = "4.0.0", features = ["url", "serde"] }
|
||||
jack = "0.13.5"
|
||||
json-ld = { version = "0.21.4", features = ["reqwest", "serde"] }
|
||||
oximedia-metering = "0.1.7"
|
||||
ratatui = "0.30.0"
|
||||
rdf-types = "0.22.5"
|
||||
reqwest = "0.13.4"
|
||||
resampler = "0.5.1"
|
||||
schemars = "1.2.1"
|
||||
scraper = "0.27.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.150"
|
||||
sqlite = "0.37.0"
|
||||
static-iref = "3.0.0"
|
||||
tempfile = "3.27.0"
|
||||
throbber-widgets-tui = "0.11.0"
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
tui-input = "0.15.3"
|
||||
|
||||
Reference in New Issue
Block a user