| 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 |