The function sets a loudness filter threshold to remove the background noise from the audio file which is being analyzed.
- Home
- Python Functions
- setthreshold()
setthreshold()
Function Definition: setthreshold(loudness = 30)
- Python Library: Speech Recognition
- Library Import: sr = SpeechRecognition()
- Mode: Stage Mode
Description
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
loudness | int | The loudness threshold value. | 0-100 | 30 |
Example
It seems we can't find what you're looking for.
Table of Contents