whisper.cpp/bindings/ruby/test
KITAITI Makoto 6114e69213
ruby : add Whisper::Token, fix model URI (#3575)
* Define and use macro to get context safely

* Add test to check SEGV

* Move installation guid after usage

* [skip ci]Change doc slightly

* [skip ci]Fix a typo in README

* [skip ci]Add carry_initial_prompt option in README

* Define GetVADSegments and use it

* Use GetContext

* Fix download URI of small.en-tdrz

* Fix URI of CoreML models corresponding to quantized models

* Cache computed string

* Remove unused argument

* Add Whisper::Token

* Add document comments

* Rename function: rb_whisper_token_s_new -> ruby_whisper_token_s_init

* Fix size of token

* Insert _get into function names

* Add Whisper::Token#text

* Add test for Whisper::Token#text

* Declare static if possible

* Change method names

* Add Whisper::Token#deconstruct_keys

* Add tests for Whisper::Token#deconstruct_keys

* Add signatures for Whisper::Token

* Complete signature

* [skip ci]Add n_tokens to document of Segment
2025-12-24 16:52:16 +09:00
..
jfk_reader ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
helper.rb ruby : specify Apple frameworks explicitly on build (#3270) 2025-06-23 06:34:05 +02:00
test_callback.rb ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
test_error.rb ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
test_model.rb ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
test_package.rb ruby : add Whisper::VERSION (#3292) 2025-06-27 04:41:26 +02:00
test_params.rb vad : Silero VAD v6.2.0 (#3524) 2025-11-17 22:26:17 +09:00
test_segment.rb ruby : tiny bug fix (#3490) 2025-10-29 03:50:44 +09:00
test_token.rb ruby : add Whisper::Token, fix model URI (#3575) 2025-12-24 16:52:16 +09:00
test_vad.rb vad : Silero VAD v6.2.0 (#3524) 2025-11-17 22:26:17 +09:00
test_vad_context.rb vad : Silero VAD v6.2.0 (#3524) 2025-11-17 22:26:17 +09:00
test_vad_params.rb ruby : Add parallel transcription support (#3222) 2025-06-04 14:50:18 +09:00
test_vad_segment.rb ruby : VAD separately from ASR (#3518) 2025-11-13 10:15:26 +09:00
test_vad_segments.rb ruby : VAD separately from ASR (#3518) 2025-11-13 10:15:26 +09:00
test_whisper.rb ruby : add Whisper::Token, fix model URI (#3575) 2025-12-24 16:52:16 +09:00