-
How to deploy to android ?
any c++ code reference? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
there is no need of any sort of feature extraction model just consumes 16 kHz [-1, 1] normalized float values - https://github.com/snakers4/silero-vad/blob/master/utils_vad.py#L22-L38 ` normalize: bool = True` is the default in torchaudio |
Beta Was this translation helpful? Give feedback.
-
I assume you can use |
Beta Was this translation helpful? Give feedback.
-
no |
Beta Was this translation helpful? Give feedback.
-
I will keep this issue opened - #37 - in case anyone would want to share their builds |
Beta Was this translation helpful? Give feedback.
there is no need of any sort of feature extraction
model just consumes 16 kHz [-1, 1] normalized float values - https://github.com/snakers4/silero-vad/blob/master/utils_vad.py#L22-L38 `
normalize: bool = True` is the default in torchaudio