mirror of
https://github.com/ggerganov/whisper.cpp
synced 2026-04-02 21:15:26 +02:00
* Fix a typo * Don't allocate output string unless needed * Add methods to output SRT and WebVTT * Add tests for output methods * Make constants for output private * Add signatures for output methods * Add document on output methods * Fix method name: Segment#speaker_next_turn? -> #speacker_turn_next? * Add Whisper::Segment#descotruct_keys * Add test for Whisper::Context#descotruct_keys * Add signature of Whisper::Segment#deconstruct_keys * Use parentheses to suppress warning * Update date |
||
|---|---|---|
| .. | ||
| sources | ||
| .gitignore | ||
| dependencies.rb | ||
| extconf.rb | ||
| options.rb | ||
| ruby_whisper_context.c | ||
| ruby_whisper_error.c | ||
| ruby_whisper_model.c | ||
| ruby_whisper_params.c | ||
| ruby_whisper_segment.c | ||
| ruby_whisper_transcribe.cpp | ||
| ruby_whisper_vad_params.c | ||
| ruby_whisper.c | ||
| ruby_whisper.h | ||