whisper.cpp/bindings
KITAITI Makoto d9b7613b34
ruby : VAD separately from ASR (#3518)
* Add Whisper::VAD::Context

* Add test for Whisper::VAD::Context

* Add Whisper::VAD::Segment

* Add Whisper::VAD::Segments

* Add Whisper::VAD::Context#detect

* Define Whisper::VAD::Segments#each

* Define Whisper::VAD::Segment#start_time and #end_time

* Define Whisper::VAD::Segment#deconstruct_keys

* Add tests for Whisper::VAD family

* Add signatures for VAD family

* Add document on VAD in README

* Define Whisper::VAD::Segments#length

* Add test for Whisper::VAD::Segments#length

* Add signature of Segments#length

* Make vad_segments responsible to initialize VAD::Segments

* Remove meaningless argument check

* Check NULL of segments member

* Add tests for Whisper::VAD::Segments

* Initialize Whisper::VAD::Segment on .allocate

* Add tests for Whisper::VAD::Segment

* Check NULL of context member

* Add test for Whisper::VAD::Context.allocate
2025-11-13 10:15:26 +09:00
..
go whisper : add support for --carry-initial-prompt (#3395) 2025-10-10 19:51:15 +03:00
java whisper : add support for --carry-initial-prompt (#3395) 2025-10-10 19:51:15 +03:00
javascript release : v1.8.2 2025-10-15 10:29:42 +03:00
ruby ruby : VAD separately from ASR (#3518) 2025-11-13 10:15:26 +09:00
CMakeLists.txt Node.js package (#260) 2022-12-12 20:17:27 +02:00