diff --git a/src/sfizz/Region.h b/src/sfizz/Region.h index b33eaffa..6943c1e1 100644 --- a/src/sfizz/Region.h +++ b/src/sfizz/Region.h @@ -209,9 +209,9 @@ struct Region { */ uint32_t getOffset() noexcept; /** - * @brief Get the region delay in samples + * @brief Get the region delay in seconds * - * @return uint32_t + * @return float */ float getDelay() noexcept; /**