We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b34bab commit c8ec46fCopy full SHA for c8ec46f
AudioFile.h
@@ -47,8 +47,14 @@ class AudioFile
47
AudioFile();
48
49
//=============================================================
50
+ /** Loads an audio file from a given file path.
51
+ * @Returns true if the file was successfully loaded
52
+ */
53
bool load (std::string filePath);
54
55
+ /** Saves an audio file to a given file path.
56
+ * @Returns true if the file was successfully saved
57
58
bool save (std::string filePath);
59
60
0 commit comments