Skip to content

Commit a771107

Browse files
committed
Fixed comment
1 parent 1661e44 commit a771107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/lsp-plug.in/dsp-units/shared/AudioStream.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ namespace lsp
213213
status_t read(size_t channel, float *dst, size_t samples);
214214

215215
/**
216-
* Read contents of specific channel
216+
* Write contents of the specific channel
217217
* Should be called between begin() and end() calls
218218
*
219219
* @param channel number of channel
220-
* @param dst destination buffer to store data
221-
* @param samples number of samples to read
220+
* @param src source buffer to take data
221+
* @param samples number of samples to write
222222
* @return status of operation
223223
*/
224224
status_t write(size_t channel, const float *src, size_t samples);

0 commit comments

Comments
 (0)