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

Function add_bct

src/models/pocket_tts/mimi_decoder.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131 return output;
132}
133
134std::vector<float> slice_bct(
135 const std::vector<float> & values,
136 int64_t channels,
137 int64_t frames,
138 int64_t start_frame,
139 int64_t slice_frames) {
140 if (slice_frames <= 0) {
141 return {};

Callers 1

decodeMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected