Skip to content

Commit

Permalink
Merge pull request #228 from anshulkharb/patch-1
Browse files Browse the repository at this point in the history
fix spelling of detection in README.md.
  • Loading branch information
zoq authored Jun 6, 2024
2 parents 5e24211 + 761bb61 commit ee13251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ python3 run_server.py --port 9090 \
- `lang`: Language of the input audio, applicable only if using a multilingual model.
- `translate`: If set to `True` then translate from any language to `en`.
- `model`: Whisper model size.
- `use_vad`: Whether to use `Voice Activity Detecion` on the server.
- `use_vad`: Whether to use `Voice Activity Detection` on the server.
- `save_output_recording`: Set to True to save the microphone input as a `.wav` file during live transcription. This option is helpful for recording sessions for later playback or analysis. Defaults to `False`.
- `output_recording_filename`: Specifies the `.wav` file path where the microphone input will be saved if `save_output_recording` is set to `True`.
```python
Expand Down

0 comments on commit ee13251

Please sign in to comment.