Emmanuel Schmidbauer

Results 48 comments of Emmanuel Schmidbauer

![image](https://github.com/rhasspy/piper-phonemize/assets/7139998/f5900c54-92e7-44e8-86f6-bc1e80ceeb9c) 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?