You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's ditch having to rely on the JavaScript VAD library for the web platform, instead let's implement support for directly using onnxruntime-web with the help of modern package:web, dart:js_interop, and dart:js_interop_unsafe packages. Essentially eliminate having to use .js files for anything. All we use is .dart files that directly use modern js interop for communicating with the onnxruntime-web all while remaining in the realm of Dart. Here is the algorithm code from the original JavaScript V...
#1