MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / OnRawAudioData

Method OnRawAudioData

src/render/plugin_interface/gr_stream_plugin.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void GrStreamPlugin::OnRawAudioData(const std::shared_ptr<Data>& data, int samples, int channels, int bits) {
33
34 }
35
36 void GrStreamPlugin::OnSplitRawAudioData(const std::shared_ptr<Data>& left_ch_data,
37 const std::shared_ptr<Data>& right_ch_data,

Callers 1

InitAudioCaptureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected