Open jwijffels opened 1 month ago
Linked to
https://github.com/bnosac/audio.whisper/issues/64
https://github.com/bnosac/audio.whisper/issues/67
https://github.com/bnosac/audio.whisper/issues/61
[x] to_timestamp: compile common.cpp
[x] timestamp_to_sample: compile common.cpp
[x] replace_all: not needed, removed
[x] whisper_params: changed to the newest version with new params new params:
audio_ctx = 0
grammar
grammar_rule
grammar_penalty=100
grammar_parsed
temperature=0
temperature_inc=0.2
suppress_regex (regex to suppress tokens)
dtw: "" dynamic time warping
[x] estimate_diarization_speaker: ok, kept as is
[x] whisper_print_progress_callback: ok, keep the old behaviour, nothing changed
[x] whisper_print_segment_callback: ok, keep the old behaviour, nothing changed
[x] WhisperModel: ok, kept as is
[x] whisper_load_model: ok, kept as is
[x] whisper_encode: handled changes internally (but not in the whisper_encode API yet)
suppress_regex (regex to suppress tokens) Left out changes regarding grammar
grammar_parsed Not yet included dynamic time warping (dtw)
[x] whisper_print_benchmark: ok, kept as is
[x] whisper_language_info: ok, moved to rcpp_whisper_utils.cpp
Looks ok already, still need to handle all the changes to Makevars
Linked to
https://github.com/bnosac/audio.whisper/issues/64
https://github.com/bnosac/audio.whisper/issues/67
https://github.com/bnosac/audio.whisper/issues/61
[x] to_timestamp: compile common.cpp
[x] timestamp_to_sample: compile common.cpp
[x] replace_all: not needed, removed
[x] whisper_params: changed to the newest version with new params new params:
audio_ctx = 0
grammar
grammar_rule
grammar_penalty=100
grammar_parsed
temperature=0
temperature_inc=0.2
suppress_regex (regex to suppress tokens)
dtw: "" dynamic time warping
[x] estimate_diarization_speaker: ok, kept as is
[x] whisper_print_progress_callback: ok, keep the old behaviour, nothing changed
[x] whisper_print_segment_callback: ok, keep the old behaviour, nothing changed
[x] WhisperModel: ok, kept as is
[x] whisper_load_model: ok, kept as is
[x] whisper_encode: handled changes internally (but not in the whisper_encode API yet)
audio_ctx = 0
temperature=0
temperature_inc=0.2
suppress_regex (regex to suppress tokens) Left out changes regarding grammar
grammar
grammar_rule
grammar_penalty=100
grammar_parsed Not yet included dynamic time warping (dtw)
[x] whisper_print_benchmark: ok, kept as is
[x] whisper_language_info: ok, moved to rcpp_whisper_utils.cpp
Looks ok already, still need to handle all the changes to Makevars