Geordie J

Results 57 comments of Geordie J

The short answer is there is no functionality built in to do this. The streaming example is just calling `whisper_full` and `whisper_full_get_segment_text` repeatedly and printing the result of the latter....

FWIW I'm not entirely convinced that waiting is required or is the full answer here. I waited for multiple hours converting the `medium` model and it didn't finish, but if...

I just spent the afternoon painstakingly porting this code to Swift and then came across the same bug :( I will try to debug this but I'm not sure it'll...

@serdarde thanks for posting this, we would have been looking a lot longer for the course of missing attributions otherwise

Hi @schef, The plugin functionality is provided by the 3rd party framework Musescore is built on, called QT, which supports a version of JavaScript called qml for its plugins. It's...

I recently did a lot of work getting some models running on the ANE. What really helped my workflow was to convert a tiny version of the model with a...

FWIW Apple Silicon CPUs also support FP16 so that adds some more potential consumers here