Skip to content

How to pass in 8k data for VAD #158

Answered by snakers4
RuABraun asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Is the right way to pass in 8k data to the model, or should I upsample the 8k data to 16k and then pass that to the model (or is the latter method wrong)?

The jit model natively supports 8 kHz, just check the torch module docstring / and or see how the model is invoked in the utils.

As for the ONNX model, you have to upsample, because the ONNX model now cannot consume 8 kHz natively.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@RuABraun
Comment options

@snakers4
Comment options

@RuABraun
Comment options

@zachllee
Comment options

Answer selected by snakers4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants