Skip to content

Discussion: Integration with FunASR pipeline #21

Description

@LauraGPT

Discussion

FireRedVAD is an excellent VAD model! Since it supports FunASR integration, wanted to share some complementary use cases.

FunASR pipeline with FireRedVAD:

FunASR supports custom VAD models. FireRedVAD could be used as an alternative to the built-in FSMN-VAD for scenarios requiring higher accuracy:

from funasr import AutoModel

# FunASR with SenseVoice for ASR
model = AutoModel(
    model="iic/SenseVoiceSmall",
    vad_model="fsmn-vad",  # Could be replaced with FireRedVAD
)
result = model.generate(input="audio.wav")

Would love to see:

  • Official integration example with FunASR's AutoModel pipeline
  • Benchmark comparison: FireRedVAD vs FSMN-VAD on common datasets

Great work on the model! Looking forward to potential collaboration.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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