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

Method family

src/models/roformer/session.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 runtime::AudioBuffer out = mixture;
45#ifdef _OPENMP
46 #pragma omp parallel for if(out.samples.size() >= 1 << 16)
47#endif
48 for (int64_t i = 0; i < static_cast<int64_t>(out.samples.size()); ++i) {
49 out.samples[static_cast<size_t>(i)] -= vocals.samples[static_cast<size_t>(i)];
50 }
51 return out;

Callers

nothing calls this directly

Calls 1

family_nameFunction · 0.85

Tested by

no test coverage detected