whisper.cpp/bindings/ruby/ext
KITAITI Makoto e5e900dd00
ruby : handle build options on installation (#3206)
* Don't pass empty string to cmake command

* Refactor Dependencies

* Use found cmake path for options

* Maintain extsources.rb

* List dependent files by directory separator agnostic way

* Prepend whitespace before '='

* Handle build options on install

* Remove useless test

* Retrieve gem file name and version from spec file

* Bump version to 1.3.3

* Update date

* Add install option examples

* [skip ci]Remove unused module
2025-05-30 01:32:49 +09:00
..
sources ruby: use CMake in build process (#3043) 2025-04-14 18:18:27 +09:00
.gitignore ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02: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 : handle build options on installation (#3206) 2025-05-30 01:32:49 +09:00
ruby_whisper_context.c ruby : add VAD support, migration to Ruby's newer API (#3197) 2025-05-28 20:05:12 +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 VAD support, migration to Ruby's newer API (#3197) 2025-05-28 20:05:12 +09:00
ruby_whisper_params.c whisper : remove whisper_load_backends function (#3196) 2025-05-29 08:03:17 +02:00
ruby_whisper_segment.c ruby : add VAD support, migration to Ruby's newer API (#3197) 2025-05-28 20:05:12 +09:00
ruby_whisper_transcribe.cpp ruby : add VAD support, migration to Ruby's newer API (#3197) 2025-05-28 20:05:12 +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 VAD support, migration to Ruby's newer API (#3197) 2025-05-28 20:05:12 +09:00
ruby_whisper.h ruby : add VAD support, migration to Ruby's newer API (#3197) 2025-05-28 20:05:12 +09:00