whisper.cpp/bindings/ruby/ext
KITAITI Makoto 799eacdde4
ruby : Add parallel transcription support (#3222)
* Fix indentation of code sample in document comment

* Make Whisper::Context#transcribe able to run non-parallel

* Add test for Whisper::Context#transcribe with parallel option

* Follow signature API change of Context#transcribe

* Remove useless variable assignment

* Move simple usage up in README

* Add need help section in README

* Add document on Context#transcribe's parallel option in README

* Update date

* Fix signature of Context.new

* Make Context#subscribe accept n_processors option

* Make test follow #transcribe's change

* Make RBS follow #transcribe's change

* Add document for #transcribe's n_processors option

* Rename test directory so that Rake tasks' default setting is used
2025-06-04 14:50:18 +09:00
..
sources ruby: use CMake in build process (#3043) 2025-04-14 18:18:27 +09:00
.gitignore ruby : add Core ML support (#3214) 2025-06-01 18:16:02 +09:00
dependencies.rb ruby : handle build options on installation (#3206) 2025-05-30 01:32:49 +09:00
extconf.rb ruby : handle build options on installation (#3206) 2025-05-30 01:32:49 +09:00
options.rb ruby : add Core ML support (#3214) 2025-06-01 18:16:02 +09:00
ruby_whisper_context.c ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
ruby_whisper_error.c ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02:00
ruby_whisper_model.c ruby : add Core ML support (#3214) 2025-06-01 18:16:02 +09:00
ruby_whisper_params.c ruby : add Core ML support (#3214) 2025-06-01 18:16:02 +09:00
ruby_whisper_segment.c ruby : add Core ML support (#3214) 2025-06-01 18:16:02 +09:00
ruby_whisper_transcribe.cpp ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
ruby_whisper_vad_params.c ruby : handle build options on installation (#3206) 2025-05-30 01:32:49 +09:00
ruby_whisper.c ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
ruby_whisper.h ruby : add VAD support, migration to Ruby's newer API (#3197) 2025-05-28 20:05:12 +09:00