Skip to content

Adjusting silence models #2

@aolney

Description

@aolney

Thanks for a great github project. I'm trying to adjust the silence models and haven't been able to come up with much except this:

pmsseg=./$datadir/$show.pms.seg
java -Xmx$mem -classpath "$LOCALCLASSPATH" fr.lium.spkDiarization.programs.MDecode  --help  --fInputDesc=$fDescD --fInputMask=$features --sInputMask=./$datadir/%s.i.seg --sOutputMask=$pmsseg --dPenality=10,10,50 --tInputMask=$pmsgmm $show

where

Penality set penalties for the i to j states
10 for the first and second model corresponding to boad/narrowband silence
50 for the other jingle speech (f0 f2 f3 fx), jingle and music

So I have 2 questions:

  1. How to determine these parameters
  2. Are there any other options for adjusting the silence/non speech models

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions