MCPcopy Create free account
hub / github.com/AIFSH/ComfyUI-WhisperX / load_audio

Method load_audio

nodes.py:179–181  ·  view source on GitHub ↗
(self, audio)

Source from the content-addressed store, hash-verified

177 FUNCTION = "load_audio"
178
179 def load_audio(self, audio):
180 audio_path = folder_paths.get_annotated_filepath(audio)
181 return (audio_path,)

Callers 1

get_srtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected