Ruido: An R Package for Profiling Background Noise and Calculating Soundscape Saturation

Icon of Ruido

Ruido is an R package that aims to provide a simple and accessible framework for calculating less common soundscape metrics that describes noise dynamics. It provides accessible tools for calculating less common, but ecologically meaningful soundscape metrics, helping researchers move beyond standard and classic indices.

The package implements methods to estimate:

These metrics can be used to explore acoustic complexity, biotic activity, and environmental disturbance, making Ruido useful for ecological monitoring, bioacoustic surveys, or experimental soundscape studies.

Installation

CRAN Download:

install.packages("Ruido")
library(Ruido)

Github Download:

devtools::install_github("Arthurigorr/Ruido")
library(Ruido)