| 458 | //============================================================= |
| 459 | template <class T> |
| 460 | void AudioFile<T>::setBitDepth (int numBitsPerSample) |
| 461 | { |
| 462 | bitDepth = numBitsPerSample; |
| 463 | } |
| 464 | |
| 465 | //============================================================= |
| 466 | template <class T> |
no outgoing calls