Skip to content

Periodic Silent Speaker Detection #276

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

Open
QuentinFuxa opened this issue Mar 3, 2025 · 0 comments
Open

Periodic Silent Speaker Detection #276

QuentinFuxa opened this issue Mar 3, 2025 · 0 comments

Comments

@QuentinFuxa
Copy link

First of all, thanks for the project! I’m using it in a live Speech-to-Text (STT) + diarization setup: https://github.com/QuentinFuxa/whisper_streaming_web

I am testing my pipeline using MacOS BlackHole, which routes the output audio to the input. This allows me to repeatedly test TTS and diarization with the same exact audio. When I start the system, virtually no sound is being produced. However, when running a simple script with diart, I observe speaker 0 being detected periodically, even though no meaningful audio is present.

from diart.sources import MicrophoneAudioSource
from diart.inference import StreamingInference
from diart.sinks import RTTMWriter

pipeline = SpeakerDiarization()
mic = MicrophoneAudioSource()
inference = StreamingInference(pipeline, mic, do_plot=True)
prediction = inference()

Speaker 0 is detected at regular intervals, as shown in the attached image. It seems like the system is detecting artificial periodic bursts.

Image

Would appreciate any insights on what might be causing this issue!

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

1 participant