Hacker News new | ask | show | jobs
Voxtral Realtime 4B Pure C Implementation (github.com)
3 points by andreabat 130 days ago
1 comments

Very interesting. The moment I saw the repo I looked for a python reference implementation and found:

https://github.com/antirez/voxtral.c/blob/main/python_simple...

Thanks a lot! Let me see if I can get it to work with pure numpy while keeping the input audio part streaming.