| 351 | //============================================================= |
| 352 | template <class T> |
| 353 | bool AudioFile<T>::isStereo() const |
| 354 | { |
| 355 | return getNumChannels() == 2; |
| 356 | } |
| 357 | |
| 358 | //============================================================= |
| 359 | template <class T> |
nothing calls this directly
no outgoing calls
no test coverage detected