Skip to content

Commit

Permalink
chore(README): initiate voice feature deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
efugier committed Sep 11, 2024
1 parent 6c09754 commit c623d44
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ The minimum config requirement is a `default` prompt calling a setup API (either

Now on how to get it.

### To use voice input

**Only tested on linux so far.** Any help is appreciated from the other platforms users.

- On linux, make sure `arecord` is installed and `arecord --quiet audio.wav` record your audio until you ctrl-c it and produces no output to stdout.
- On Mac, make sure `sox` is installed and `sox -t waveaudio 0 audio.wav ` record your audio until you ctrl-c it and produces no output to stdout.
- On Windows, make sure `sox` is installed and `sox -t waveaudio 0 audio.wav` record your audio until you ctrl-c it and produces no output to stdout.

If it doesn't work, please open an issue.

### With Cargo

With an **up to date** [rust and cargo](https://www.rust-lang.org/tools/install) setup (you might consider running `rustup update`):
Expand Down Expand Up @@ -336,7 +326,7 @@ see [the config setup file](./src/config/mod.rs) for more details.

⚠️ Answers might be slow depending on your setup, you may want to try the third party APIs for an optimal workflow. Timeout is configurable and set to 30s by default.

# Voice
# Voice, deprecation in progress

⚠️ **Testing in progress** I only have a linux system and wasn't able to test the recording commands for other OS. The good news is you can make up your own that works and then plug it in the config.

Expand Down

0 comments on commit c623d44

Please sign in to comment.