/// \brief Check if the change between \p previousState and \p newUpdate is audible.
///
/// The change between \p previousState and \p newUpdate is audible when the receiver resides inside the configured radius around the source.
/// The change between \p previousState and \p newUpdate is audible when the distance between the source and receiver is smaller than the configured distance threshold.
/// \param previousState the previous state of the scene to check against.
/// \param newUpdate the CUpdateScene to check for audibility.
/// \return true if the change between \p previousState and \p newUpdate is audible, else false.
...
...
@@ -73,9 +73,9 @@ namespace ITA
private:
///
/// \brief The reverberation radius of the filter.