projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479adba
)
src/fmat.h: improve documentation
author
Paul Brossier
<piem@piem.org>
Sat, 7 Dec 2013 17:32:43 +0000
(12:32 -0500)
committer
Paul Brossier
<piem@piem.org>
Sat, 7 Dec 2013 17:32:43 +0000
(12:32 -0500)
src/fmat.h
patch
|
blob
|
history
diff --git
a/src/fmat.h
b/src/fmat.h
index
9fbb198
..
b83c4c9
100644
(file)
--- a/
src/fmat.h
+++ b/
src/fmat.h
@@
-89,6
+89,7
@@
void fmat_write_sample(fmat_t *s, smpl_t data, uint_t channel, uint_t position)
\param s vector to read from
\param channel channel to read from
+ \param output ::fvec_t to output to
*/
void fmat_get_channel (fmat_t *s, uint_t channel, fvec_t *output);