whisper.cpp/bindings/ruby/ext
Kitaiti Makoto 31909b814c Remove redundant structs 2026-06-17 10:30:57 +09:00
..
sources
.gitignore
dependencies.rb ruby : transcribe without GVL, accept more MemoryViews, Windows support, fix memory size report, improve document (#3775) 2026-05-07 06:28:18 +02:00
dependencies_for_windows.rb ruby : transcribe without GVL, accept more MemoryViews, Windows support, fix memory size report, improve document (#3775) 2026-05-07 06:28:18 +02:00
extconf.rb parakeet : add support for NVIDIA Parakeet (#3735) 2026-06-16 20:44:10 +02:00
options.rb ruby : transcribe without GVL, accept more MemoryViews, Windows support, fix memory size report, improve document (#3775) 2026-05-07 06:28:18 +02:00
options_for_windows.rb ruby : transcribe without GVL, accept more MemoryViews, Windows support, fix memory size report, improve document (#3775) 2026-05-07 06:28:18 +02:00
ruby_whisper.c Use log settable for Whisper 2026-06-17 10:30:57 +09:00
ruby_whisper.h Remove redundant structs 2026-06-17 10:30:57 +09:00
ruby_whisper_context.c Remove redundant structs 2026-06-17 10:30:57 +09:00
ruby_whisper_context_params.c ruby : add `Whisper::Context::Params`, fix token memory management (#3647) 2026-02-04 20:33:09 +09:00
ruby_whisper_error.c
ruby_whisper_log_queue.c Address deadlock 2026-06-17 10:30:57 +09:00
ruby_whisper_log_settable.h Refactor log settable module 2026-06-17 10:30:57 +09:00
ruby_whisper_model.c ruby : add `VAD::Context#segments_from_samples`, allow Pathname, etc. (#3633) 2026-01-30 22:59:36 +09:00
ruby_whisper_parakeet.c Refactor log settable module 2026-06-17 10:30:57 +09:00
ruby_whisper_parakeet_context.c Remove redundant structs 2026-06-17 10:30:57 +09:00
ruby_whisper_parakeet_context_params.c Add Parakeet::Context::Params 2026-06-17 10:30:57 +09:00
ruby_whisper_parakeet_model.c Fix order of declaration in ruby_whisper_parakeet_model_get_xxx 2026-06-17 10:30:57 +09:00
ruby_whisper_parakeet_params.c Remove params from Parakeet::Params which are moved from whisper_parakeet_full_params 2026-06-17 10:30:57 +09:00
ruby_whisper_parakeet_segment.c Implement some hooks of Parakeet::Params 2026-06-17 10:30:57 +09:00
ruby_whisper_parakeet_token.c Alloc token data in factory instead of alloc func 2026-06-17 10:30:57 +09:00
ruby_whisper_parakeet_transcribe.cpp Remove redundant structs 2026-06-17 10:30:57 +09:00
ruby_whisper_params.c Refactor to make abort callback use the same way to parakeet's way 2026-06-17 10:30:57 +09:00
ruby_whisper_segment.c Implement hooks for Parakeet 2026-06-17 10:30:57 +09:00
ruby_whisper_token.c ruby : add `Whisper::Context::Params`, fix token memory management (#3647) 2026-02-04 20:33:09 +09:00
ruby_whisper_transcribe.cpp Remove redundant structs 2026-06-17 10:30:57 +09:00
ruby_whisper_vad_context.c ruby : add `VAD::Context#segments_from_samples`, allow Pathname, etc. (#3633) 2026-01-30 22:59:36 +09:00
ruby_whisper_vad_context_detect.cpp ruby : add `VAD::Context#segments_from_samples`, allow Pathname, etc. (#3633) 2026-01-30 22:59:36 +09:00
ruby_whisper_vad_params.c ruby : add `VAD::Context#segments_from_samples`, allow Pathname, etc. (#3633) 2026-01-30 22:59:36 +09:00
ruby_whisper_vad_segment.c ruby : add `VAD::Context#segments_from_samples`, allow Pathname, etc. (#3633) 2026-01-30 22:59:36 +09:00
ruby_whisper_vad_segments.c ruby : add `VAD::Context#segments_from_samples`, allow Pathname, etc. (#3633) 2026-01-30 22:59:36 +09:00