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

Method OnSplitRawAudioData

src/render/plugin_interface/gr_stream_plugin.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void GrStreamPlugin::OnSplitRawAudioData(const std::shared_ptr<Data>& left_ch_data,
37 const std::shared_ptr<Data>& right_ch_data,
38 int samples, int channels, int bits) {
39
40 }
41
42 void GrStreamPlugin::OnSplitFFTAudioData(const std::vector<double>& left_fft, const std::vector<double>& right_fft) {
43

Callers 1

InitAudioCaptureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected