summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sound_asset_writer.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound_asset_writer.cc b/src/sound_asset_writer.cc
index aaa35116..ecc7f395 100644
--- a/src/sound_asset_writer.cc
+++ b/src/sound_asset_writer.cc
@@ -161,6 +161,9 @@ SoundAssetWriter::start ()
}
+/** @param data Pointer an array of float pointers, one for each channel.
+ * @param frames Number of frames i.e. number of floats that are given for each channel.
+ */
void
SoundAssetWriter::write (float const * const * data, int frames)
{