| 344 | //============================================================= |
| 345 | template <class T> |
| 346 | bool AudioFile<T>::isMono() const |
| 347 | { |
| 348 | return getNumChannels() == 1; |
| 349 | } |
| 350 | |
| 351 | //============================================================= |
| 352 | template <class T> |
nothing calls this directly
no outgoing calls
no test coverage detected