MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / EncodedAudioFrame

Method EncodedAudioFrame

src/audio/EncodedAudioFrame.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace globed {
6
7EncodedAudioFrame::EncodedAudioFrame() : m_capacity(VOICE_MAX_FRAMES_IN_AUDIO_FRAME) {}
8
9EncodedAudioFrame::EncodedAudioFrame(size_t capacity) : m_capacity(capacity) {}
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected