MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / IsAudioSupported

Method IsAudioSupported

NetStream/source/utils.cpp:493–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493bool utils::IsAudioSupported(uint32_t ch, uint32_t srate)
494{
495 if (ch > 2 || srate > 48000)
496 {
497 return false;
498 }
499
500 return true;
501}
502
503bool utils::IsLocalPath(const char *path)
504{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected