Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Nov 3, 2023
1 parent 2b0c7d3 commit 986abf7
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 @@ -183,7 +183,7 @@ Logging events are written to `ham2mon.log`.
## Audio Classification
The classification is not 100% accurate. There will be both false positives and negatives. It should be used for entertainment purposes only!

Recorded audio can be classifed using a pre-trained model. The model must be present and the tensorflow python module must be installed. On startup, ham2mon will check these dependencies and enable classification if they are met.
Recorded audio can be classified using a pre-trained model. The model must be present and the tensorflow python module must be installed. On startup, ham2mon will check these dependencies and enable classification if they are met.

The command line options (--voice, --data, and --skip) must be specified to indicate what recordings are saved. All others will be discarded. The classification feature does not impact what is heard over the speaker. If no options are provided then classification is disabled (this is the default). If any of the options are provided then record mode ("-w") will be automatically enabled.

Expand Down

0 comments on commit 986abf7

Please sign in to comment.