| 375 | //============================================================= |
| 376 | template <class T> |
| 377 | double AudioFile<T>::getLengthInSeconds() const |
| 378 | { |
| 379 | return static_cast<double> (getNumSamplesPerChannel()) / static_cast<double> (sampleRate); |
| 380 | } |
| 381 | |
| 382 | //============================================================= |
| 383 | template <class T> |
no outgoing calls