MCPcopy Index your code
hub / github.com/vladmandic/sdnext / AudioFrameList

Class AudioFrameList

modules/processing_diffusers.py:456–459  ·  view source on GitHub ↗

list subclass with an audio attribute. Plain lists can't hold attributes, so process_decode uses this when the pipeline output includes audio.

Source from the content-addressed store, hash-verified

454
455
456class AudioFrameList(list):
457 """list subclass with an audio attribute. Plain lists can't hold attributes,
458 so process_decode uses this when the pipeline output includes audio."""
459 audio = None
460
461
462def attach_audio(results, audio):

Callers 1

attach_audioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected