///////////////////////////////////////////////////////
| 69 | |
| 70 | //////////////////////////////////////////////////////////// |
| 71 | InputSoundFile::InputSoundFile(const std::filesystem::path& filename) |
| 72 | { |
| 73 | if (!openFromFile(filename)) |
| 74 | throw Exception("Failed to open input sound file"); |
| 75 | } |
| 76 | |
| 77 | |
| 78 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected