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

Method frame_capacity

src/models/omnivoice/audio_tokenizer.cpp:2007–2007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2005 }
2006
2007 int64_t frame_capacity() const noexcept { return frame_capacity_; }
2008 int64_t acoustic_sample_capacity() const noexcept { return acoustic_sample_capacity_; }
2009 int64_t semantic_sample_capacity() const noexcept { return semantic_sample_capacity_; }
2010

Callers 2

decode_audio_tokensMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected