From b215f88a79ad1b5707ef428a42ada758654c8077 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 29 Nov 2020 20:56:11 +0100 Subject: Add comment. --- src/sound_asset_writer.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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) { -- cgit v1.2.3