Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deploy to android? #35

Closed
garymmi opened this issue Feb 17, 2021 · 4 comments
Closed

How to deploy to android? #35

garymmi opened this issue Feb 17, 2021 · 4 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@garymmi
Copy link

garymmi commented Feb 17, 2021

How to deploy to android ?

  1. how to do feature extraction on android
  2. how to do inference on android

any c++ code reference?
thanks

@garymmi garymmi added the help wanted Extra attention is needed label Feb 17, 2021
@snakers4
Copy link
Owner

snakers4 commented Feb 17, 2021

how to do feature extraction on android

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

@snakers4
Copy link
Owner

@snakers4
Copy link
Owner

any c++ code reference?

no
we do not employ C++ engineers at the moment
you are welcome to share your Android recipes with the community

@snakers4 snakers4 changed the title Depolyment How to deploy to android? Feb 17, 2021
@snakers4
Copy link
Owner

I will keep this issue opened - #37 - in case anyone would want to share their builds

Repository owner locked and limited conversation to collaborators Feb 22, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants