Vassil "Vasco" Kolarov

Results 4 comments of Vassil "Vasco" Kolarov

Yes, I am. Just, use 'X' and 'O' for colors, otherwise, the game board doesn't update the colors after the move (a bug!). Also, there could be a stale active...

Streaming example fails building on Mac M1: > = note: ld: in whisper-rs/examples/stream/target/aarch64-apple-darwin/debug/deps/libwhisper_rs_sys-0761e4d5b7e4f6f1.rlib(ggml.c.o), archive member 'ggml.c.o' with length 361272 is not mach-o or llvm bitcode file 'whisper-rs/examples/stream/target/aarch64-apple-darwin/debug/deps/libwhisper_rs_sys-0761e4d5b7e4f6f1.rlib' for architecture arm64...

Thank @bruskajp! I managed to compile the streaming example on Apple M1. What I did was: cloned the original repo, checked out the PR#26 branch (feature/RealTimeSTT), using the GitHub CLI...