whisper.cpp/bindings/ruby/tests
KITAITI Makoto 3a27b2b91b
ruby : Add no_speech_thold (#2641)
* Remove Whisper::Model.[]

* Fix Whisper::Model::URI#request

* Make Whisper::Context#initialize accept pre-converted model name

* Use downloading pre-converted model feature for testing

* Update README

* Remove unnecessary task

* Move whisper/model.rb -> whisper/model/uri.rb

* Update document comment of Whisper::Context#initialize

* Don't show download progress when not tty

* Pass String to raise

* Use cache model file if download fails

* Add test for auto download

* Specify required Ruby version

* Fix a typo

* Remove unnecessary flags

* Initialize Whisper::Params#diarize explicitely

* Remove redundant code from README for simplicity

* Add Whisper::Params#no_speech_thold attribute

* Add test for Whisper::Params#no_speech_thold
2024-12-18 11:00:50 +02:00
..
jfk_reader ruby : Sync whisper.cpp and model download feature (#2617) 2024-12-09 13:17:50 +02:00
helper.rb ruby : Add no_speech_thold (#2641) 2024-12-18 11:00:50 +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 : Add no_speech_thold (#2641) 2024-12-18 11:00:50 +02:00
test_package.rb ruby : extend API (#2551) 2024-11-13 21:52:56 +02:00
test_params.rb ruby : Add no_speech_thold (#2641) 2024-12-18 11:00:50 +02:00
test_segment.rb ruby : Add no_speech_thold (#2641) 2024-12-18 11:00:50 +02:00
test_whisper.rb ruby : Add no_speech_thold (#2641) 2024-12-18 11:00:50 +02:00