-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This aids in rethrowing exceptions from callers wanting to: - void NyquistIO::Load(AudioData * data, const std::vector<uint8_t> & buffer) - void NyquistIO::Load(AudioData * data, const std::string & extension, const std::vector<uint8_t> & buffer) where std::exceptions are not raised by the catch on: https://github.com/phniix/libnyquist/blob/97d71768ef1fda423368bed87c090afbcfd1df81/src/Common.cpp#L135
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters