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

Question: Speed up Post-Recording #16

Open
UberPlexCa opened this issue Nov 5, 2022 · 1 comment
Open

Question: Speed up Post-Recording #16

UberPlexCa opened this issue Nov 5, 2022 · 1 comment

Comments

@UberPlexCa
Copy link

How can I have the recording process stop the moment the paging is done rather than waiting for the min time outs?
I have "minRecordingLengthSec": 15,
But say the page is 25 seconds, it doesn't trigger right after it still records dead air for 10-20 seconds.
I'm used to TTD when the page is done and it detects silence it does the post-process.

"audio": {
"inputDevice": "hw:1,0",
"sampleRate": 44100,
"frequencyScaleFactor": 1,
"recordingScaleFactor": 2,
"silenceAmplitude": 0.05,
"channels": 1
},
"detection": {
"minRecordingLengthSec": 15,
"defaultMatchThreshold": 6,
"defaultTolerancePercent": 0.02,
"defaultResetTimeoutMs": 7000,
"defaultLockoutTimeoutMs": 8000,

@kdolan
Copy link
Contributor

kdolan commented Nov 7, 2022

You may want to adjust the maxRecordingLengthSec. If there is a ground hum on the input it will sometimes detect that is noise and prevent the system from detecting silence.

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

No branches or pull requests

2 participants