Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the working logic of audio:threshold #332

Closed
FurkanGozukara opened this issue Feb 21, 2023 · 2 comments
Closed

What is the working logic of audio:threshold #332

FurkanGozukara opened this issue Feb 21, 2023 · 2 comments
Labels

Comments

@FurkanGozukara
Copy link

First of all thank you so much for this amazing tool

Since I discovered it, I have greatly improved my videos quality

Such as my previously done video : https://youtu.be/mnCY8uM7E50

My newest video : https://youtu.be/QN1vdGhjcRc

What is the working logic of audio:threshold=0.1 vs audio:threshold=0.01

I used so far default audio:threshold=0.04

@FurkanGozukara FurkanGozukara added the enhancement New feature or request. label Feb 21, 2023
@WyattBlue
Copy link
Owner

The audio:threshold parameter is used to determine the minimum volume level at which audio is detected by the automatic silence recognition system. The value of the threshold determines how sensitive the system is to detecting audio.

A higher threshold value, such as audio:threshold=0.1, means that the system will only transcribe audio that is louder than 0.1 (10%) of the maximum audio volume. This is useful for filtering out background noise or detecting speech in environments with a high level of ambient noise.

A lower threshold value, such as audio:threshold=0.01, means that the system will transcribe audio that is much quieter. This can be useful for detecting and transcribing low volume speech or speech that is far away from the recording device.

The default value of audio:threshold=0.04 is a moderate sensitivity level that can work well for most situations. However, you can adjust the threshold value to suit your specific needs and the characteristics of your audio recordings.

@WyattBlue WyattBlue added question and removed enhancement New feature or request. labels Feb 22, 2023
@FurkanGozukara
Copy link
Author

thanks for answer. so pre processing audio with removing noise, fixing sound levels, then using auto editor would yield better results i presume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants