MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / sendAudioLoadedMessage

Method sendAudioLoadedMessage

src/engine/AudioCache.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void AudioCache::sendAudioLoadedMessage(std::shared_ptr<AudioData const> audio, char const * path)
195{
196 log::info("Loaded (%dkHz) : %s", audio->sampleRate/1000, path);
197}
198
199std::shared_ptr<AudioData const> AudioCache::LoadFromFile(const std::filesystem::path & path)
200{

Callers

nothing calls this directly

Calls 1

infoFunction · 0.85

Tested by

no test coverage detected