| 26 | std::vector<float> data; |
| 27 | |
| 28 | AudioThreadInput() : |
| 29 | frequency(0), inputRate(0), sampleRate(0), channels(0), peak(0), type(0), is_squelch_active(false) { |
| 30 | |
| 31 | } |
| 32 | |
| 33 | |
| 34 | explicit AudioThreadInput(AudioThreadInput *copyFrom) { |
nothing calls this directly
no outgoing calls
no test coverage detected