You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whisper_pcm_to_mel_phase_vocoder* functions are not used in any of the examples. It seems that they are only to be used with whisper_full_params::speed_up = truewhich is forbidden
Are they planned to be used in the future? If not, may I remove them?
I'm working on a set of optimizations for the mel spectrogram calculation and it would make my life much easier if I don't have to support them too (and rely on the fact that some of the arguments which are currently provided to log_mel_spectrogram are known at compile time).
Should whisper_full_params::speed_up also be removed?