MCPcopy
hub / github.com/microsoft/VibeVoice / decode

Method decode

vibevoice/processor/vibevoice_processor.py:653–658  ·  view source on GitHub ↗

This method forwards all its arguments to VibeVoiceTextTokenizer's [`~PreTrainedTokenizer.decode`]. Please refer to the docstring of this method for more information.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

651 return self.tokenizer.batch_decode(*args, **kwargs)
652
653 def decode(self, *args, **kwargs):
654 """
655 This method forwards all its arguments to VibeVoiceTextTokenizer's [`~PreTrainedTokenizer.decode`].
656 Please refer to the docstring of this method for more information.
657 """
658 return self.tokenizer.decode(*args, **kwargs)
659
660 @property
661 def model_input_names(self):

Callers 15

load_audio_use_ffmpegFunction · 0.45
transcribeFunction · 0.45
transcribeMethod · 0.45
clip_and_encode_audioFunction · 0.45
transcribe_batchMethod · 0.45
convert_audio_to_mp3Function · 0.45
extract_audio_from_videoFunction · 0.45
convert_video_to_mp4Function · 0.45
clip_and_encode_audioFunction · 0.45
transcribe_streamingMethod · 0.45
transcribe_wrapperFunction · 0.45

Calls

no outgoing calls