dsp.rs icon indicating copy to clipboard operation
dsp.rs copied to clipboard

Source node should return information if it has finished reading all data

Open klangner opened this issue 2 years ago • 0 comments

Some source can have infinite number of samples, same like files are finite. It would be good to know when all data was read and there are no more samples. This can be fixed with SourceNode::write_buffer Returning boolean value indicating if source finished generating its data (wrapped as result)

klangner avatar Nov 02 '21 12:11 klangner