Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HongshuoFan committed May 8, 2024
1 parent 652558a commit 3c3d180
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 @@ -114,7 +114,7 @@ On Threshold | Amplitude gate level, used to trigger listening.
Off Threshold | Amplitude gate level, used to ending listening and trigger prediction. | -59dB | -60dB - 0dB | /OffThreshold |
Accuracy Threshold | Filtering the predict result below the threshold. | 0. | 0. - 1. | /AccuracyThreshold |
Timer | The system reports after listening. If the timer is shorter than the default, it refreshes the buffer and forces a prediction. If longer than the default, it is disabled. | Default is the longest duration in the training files but no more than 10 seconds. | 50ms - 10000ms | /Timmer |
Spectum Components | The number of frequency components in the spectrogram. | f0, f1 | f0 - f7 | 🚫 Will need to re-preprocess data and re-train the model once this is changed|
Spectum Components | The number of frequency components in the spectrogram to be included in the feature. | f0, f1 | f0 - f7 | 🚫 Will need to re-preprocess data and re-train the model once this is changed|
Prediction | Disable and enable prediction | 0 | 0 / 1 | /Prediction |

### Validation
Expand Down

0 comments on commit 3c3d180

Please sign in to comment.