Skip to content

Commit

Permalink
upgrades to interface and stability
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Nov 3, 2024
1 parent f046607 commit 20158ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RealtimeSTT_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,31 +372,31 @@ The server uses two WebSocket connections:
Set the Silero sensitivity to `0.1`:

```bash
stt --set-param silero_sensitivity 0.1
stt -s silero_sensitivity 0.1
```

### Retrieving Parameters

Get the current Silero sensitivity value:

```bash
stt --get-param silero_sensitivity
stt -g silero_sensitivity
```

### Calling Server Methods

Call the `set_microphone` method on the recorder:

```bash
stt --call-method set_microphone False
stt -m set_microphone False
```

### Running in Debug Mode

Enable debug mode for detailed logging:

```bash
stt --debug
stt -D
```

## Contributing
Expand Down

0 comments on commit 20158ee

Please sign in to comment.