Emmanuel Schmidbauer
Emmanuel Schmidbauer
 building on an m2
also looking to use silerovad v5 onnx in transformers.js - wonder if someone could share a working example
i am also running into this issue using the following code: ```python for s, speaker in enumerate(diarization.labels()): audio = np.float32(sources.data[:, s] / np.max(np.abs(sources.data[:, s]))) # noqa ```
sure - if you could share here, that would be great!
im also experiencing this issue- seems like an urgent fix. Can we get it merged?
any update on this? i'm trying to build for iOS and encountering same error. here are some steps i outlined based on the resources in this thread: ```bash bash build-ios-shared.sh...
could you share you implemented VAD?
encountering the same issue