735718512cb4a7c5bef882c7d71d197004607072
This script provides a command-line interface for recording dictations, uploading them to a server, and retrieving transcripts. It allows for continuing an existing case, starting a new one, or refreshing the status of the current case. The script uses `ffmpeg` for audio recording and `curl` for server communication. It manages the current case state using a temporary file `/tmp/doctate-current-case`. Configuration details like `DATA_PATH` and `API_KEY` are read from the server's `.env` and `users.toml` files.
Description
No description provided
Languages
Rust
74%
Kotlin
12.7%
HTML
4.9%
Python
4.1%
Shell
3.8%
Other
0.5%