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

Method supports

src/framework/audio/rnnoise.cpp:1217–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215 }
1216
1217 bool supports(int64_t frames) const noexcept {
1218 return frames > 0 && frames <= capacity_frames_;
1219 }
1220
1221 int64_t capacity_frames() const noexcept {
1222 return capacity_frames_;

Callers 2

infer_featuresMethod · 0.45
process_mono_48kMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected