whisper.cpp/bindings/ruby/tests
KITAITI Makoto c84b83c370
ruby : Fix of C++ header guard name, model URI support, type signature and more (#2683)
* Add test to make Whisper::Context.new accept URI string

* Add test to make Whisper::Context.new accept URI

* Make Whisper::Context.new accept URI string and URI

* Update README

Revert "Fix argument of rb_undefine_finalizer"

* Fix typos

* Add type signature file

* Assign literarl to const variable

* Load Whisper::Model::URI from Init_whisper

* Simplify .gitignore

* Don't load whisper.so from whisper/model/uri.rb

* Use each_with_object instead of each

* Add Development section to README

* Rename header guard to conform to C++ naming convention
2024-12-30 14:26:35 +02:00
..
jfk_reader ruby : Sync whisper.cpp and model download feature (#2617) 2024-12-09 13:17:50 +02:00
helper.rb ruby : bug fix on callbacks and no_speech_prob (#2656) 2024-12-21 21:52:06 +02:00
test_callback.rb ruby : Add no_speech_thold (#2641) 2024-12-18 11:00:50 +02:00
test_error.rb ruby : Add low-level methods to transcribe (#2585) 2024-11-28 10:33:07 +02:00
test_model.rb ruby : Fix of C++ header guard name, model URI support, type signature and more (#2683) 2024-12-30 14:26:35 +02:00
test_package.rb ruby : bug fix on callbacks and no_speech_prob (#2656) 2024-12-21 21:52:06 +02:00
test_params.rb whisper : rename suppress_non_speech_tokens to suppress_nst (#2653) 2024-12-21 12:54:35 +02:00
test_segment.rb ruby : bug fix on callbacks and no_speech_prob (#2656) 2024-12-21 21:52:06 +02:00
test_whisper.rb ruby : bug fix on callbacks and no_speech_prob (#2656) 2024-12-21 21:52:06 +02:00