| 48 | } |
| 49 | |
| 50 | AudioFileProcessor::~AudioFileProcessor() { |
| 51 | if (m_format) |
| 52 | delete m_format; |
| 53 | } |
| 54 | |
| 55 | bool AudioFileProcessor::setOutputFormat(const std::string& format, |
| 56 | const std::string& outDir, |
nothing calls this directly
no outgoing calls
no test coverage detected