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

Recording does not stop automatically #96

Open
dselzle opened this issue Dec 29, 2022 · 3 comments
Open

Recording does not stop automatically #96

dselzle opened this issue Dec 29, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@dselzle
Copy link

dselzle commented Dec 29, 2022

Describe the bug
After I stop talking while recording a phrase, the recording does not stop automatically. It only stops if I hit the Escape key.

To Reproduce
Steps to reproduce the behavior:

  1. Hit spacebar to record a phrase.
  2. Speak the phrase.
  3. Stop talking and be silent.
  4. The recording continues indefinitely.

Expected behavior
Recording stops automatically when it detects silence.

Log files
None that I can find.

Environment (please complete the following information):

  • Device type: Dell XPS 13 Plus 9320
  • OS: Ubuntu 22.10
  • Browsers: Chrome 108.0.5359.124, Firefox 108.0
  • Mimic Recording Studio: Docker container, don't know how to find version numbers
@dselzle dselzle added the bug Something isn't working label Dec 29, 2022
@vmarmot
Copy link

vmarmot commented Jun 4, 2023

This also happening to me 👍
Debian Sid with Docker docker-ce/bullseye 5:24.0.2-1debian.11bullseye amd64
and both latest Firefox and Vivaldi browsers(exact same steps to reproduce)

@marshalleq
Copy link

Oh I thought this was as designed lol. OK, so it's happening to me too. I wonder if it's super sensitive to background noise.

@numberformat
Copy link

In record.js around line 321 change the value to your liking. I was -80 I changed it to -70 and it worked for my microphone and background noise in my room.

  silenceDetection = stream => {
    const options = {
      interval: "150",
      threshold: -70
    };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants