MCPcopy Create free account
hub / github.com/FunAudioLLM/ThinkSound / decode_audio

Method decode_audio

ThinkSound/models/autoencoders.py:505–566  ·  view source on GitHub ↗

Decode latents to audio. If chunked is True, split the latents into chunks of a given maximum size chunk_size, with given overlap, both of which are measured in number of latents. A overlap of zero will cause discontinuity artefacts. Overlap should be => receptive field si

(self, latents, chunked=False, overlap=32, chunk_size=128, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

decodeMethod · 0.80

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected