How to use Silero VAD in iOS and how to convert the Onnx to CoreMLmodel #556
|
Hi everyone, I'm working on integrating Voice Activity Detection (VAD) technology using the Silero model in my iOS app. I would appreciate any guidance on how to implement the Silero model in an iOS environment, including best practices and relevant resources. Additionally, I need assistance with converting the ONNX model to a Core ML model. Any help would be greatly appreciated! |
Replies: 3 comments 6 replies
|
Hi,
Probably using ONNX runtime is the easiest option.
Typically, such things are what we do commercially for companies for a fee. |
|
@snakers4 Hey. We would love to get that commercial company service from you. |
|
Hi everyone, I'm developing an iOS app that uses ONNX Runtime along with sileroVAD for automatic audio trimming. After reading through this discussion, I thought I might be able to help out. Over the past few days, I've open-sourced an audio trimming library that I've been working on. The repository currently includes both the library and a sample app. Although the README and source code documentation are still in progress, I plan to update them soon. I hope this can be useful! Repository: https://github.com/helloooideeeeea/RealTimeCutVADLibrary/ |
Hi,
Probably using ONNX runtime is the easiest option.
Typically, such things are what we do commercially for companies for a fee.