Skip to content

Better python example #72

@PavelPanjaya

Description

@PavelPanjaya

The current Python example only returns chunk indexes and probabilities, which makes it hard to test the VAD model end-to-end on an actual audio file.
It would be great to have a simple code snippet that takes an audio file as input and returns voice activity timestamps — something like:

speech_timestamps = get_speech_timestamps(wav, model...)

Silero VAD has great quick start examples:
https://github.com/snakers4/silero-vad

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions