We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1661e44 commit a771107Copy full SHA for a771107
include/lsp-plug.in/dsp-units/shared/AudioStream.h
@@ -213,12 +213,12 @@ namespace lsp
213
status_t read(size_t channel, float *dst, size_t samples);
214
215
/**
216
- * Read contents of specific channel
+ * Write contents of the specific channel
217
* Should be called between begin() and end() calls
218
*
219
* @param channel number of channel
220
- * @param dst destination buffer to store data
221
- * @param samples number of samples to read
+ * @param src source buffer to take data
+ * @param samples number of samples to write
222
* @return status of operation
223
*/
224
status_t write(size_t channel, const float *src, size_t samples);
0 commit comments