Skip to content

Commit c8ec46f

Browse files
Adam StarkAdam Stark
authored andcommitted
Commenting…
1 parent 8b34bab commit c8ec46f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AudioFile.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,14 @@ class AudioFile
4747
AudioFile();
4848

4949
//=============================================================
50+
/** Loads an audio file from a given file path.
51+
* @Returns true if the file was successfully loaded
52+
*/
5053
bool load (std::string filePath);
5154

55+
/** Saves an audio file to a given file path.
56+
* @Returns true if the file was successfully saved
57+
*/
5258
bool save (std::string filePath);
5359

5460
//=============================================================

0 commit comments

Comments
 (0)