| 19 | } |
| 20 | |
| 21 | void WAVWriter::setSampleRate(int sampleRate) { |
| 22 | info.setSampleRate(sampleRate); |
| 23 | } |
| 24 | |
| 25 | void WAVWriter::setChannels(int channels) { |
| 26 | info.setNumChannels(channels); |
nothing calls this directly
no outgoing calls
no test coverage detected