diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-29 20:56:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-29 20:56:11 +0100 |
| commit | b215f88a79ad1b5707ef428a42ada758654c8077 (patch) | |
| tree | 87a40a3d94811ee9d381e8e058868b31b4f9fd12 /src | |
| parent | c9865a38f41e9bbf93498729b13087353c5d5d8a (diff) | |
Add comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sound_asset_writer.cc | 3 |
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) { |
