Re-exportsยง
pub use crate::decibel::REFERENCE_SOUND_INTENSITY_W_PER_M2;pub use crate::decibel::REFERENCE_SOUND_PRESSURE_AIR_PA;pub use crate::decibel::amplitude_ratio_to_db;pub use crate::decibel::db_to_amplitude_ratio;pub use crate::decibel::db_to_power_ratio;pub use crate::decibel::power_ratio_to_db;pub use crate::decibel::sound_intensity_level_db;pub use crate::decibel::sound_pressure_level_db;pub use crate::frequency::FrequencyHz;pub use crate::frequency::angular_frequency_rad_per_s;pub use crate::frequency::period_seconds;pub use crate::intensity::SoundIntensityWPerM2;pub use crate::intensity::intensity_from_sil_db;pub use crate::pressure::SoundPressurePa;pub use crate::pressure::pressure_from_spl_db;pub use crate::speed::SPEED_OF_SOUND_AIR_20C_MPS;pub use crate::speed::sound_speed_air_mps;pub use crate::wavelength::WavelengthMeters;pub use crate::wavelength::frequency_from_wavelength_hz;pub use crate::wavelength::wavelength_meters;