1
0
Fork 0
This commit is contained in:
Kelley van Evert 2023-06-30 16:37:19 +02:00 committed by Robbert van der Helm
parent b31bafdc4b
commit 8848b13c67

View file

@ -259,7 +259,7 @@ pub trait Plugin: Default + Send + 'static {
pub enum ProcessStatus {
/// Something went wrong while processing audio.
Error(&'static str),
/// The plugin has finished processing audio. When the input is silent, the most may suspend the
/// The plugin has finished processing audio. When the input is silent, the host may suspend the
/// plugin to save resources as it sees fit.
Normal,
/// The plugin has a (reverb) tail with a specific length in samples.