MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / conv1d_output_frames

Function conv1d_output_frames

src/models/vevo2/components.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82 if (remaining != 1) {
83 throw std::runtime_error("Vevo2 Coco downsample_rate must be a positive power of two");
84 }
85 if (frames <= 0) {
86 throw std::runtime_error("Vevo2 Coco tokenizer produced non-positive output frame count");
87 }
88 return frames;

Callers 1

coco_output_framesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected