Versions in this module Expand all Collapse all v0 v0.3.0 May 1, 2026 v0.2.13 Jul 20, 2025 v0.2.12 Dec 23, 2024 v0.2.11 Aug 31, 2024 v0.2.10 May 13, 2024 v0.2.9 Jan 22, 2024 v0.2.8 Jan 8, 2024 v0.2.7 Feb 26, 2023 v0.2.6 Dec 28, 2022 v0.2.5 Nov 19, 2022 v0.2.4 Nov 12, 2022 v0.2.3 Nov 12, 2022 v0.2.2 Nov 12, 2022 v0.2.1 Feb 17, 2022 v0.2.0 Feb 6, 2022 v0.1.1 Jan 22, 2022 v0.1.0 Jan 22, 2022 Changes in this version + var SUnits = []SUnit + type DB float64 + func (l DB) String() string + func (l DB) ToSUnit() (s int, unit SUnit, add DB) + type DBRange struct + From DB + To DB + func (r DBRange) Contains(value DB) bool + func (r DBRange) Normalized() DBRange + func (r DBRange) String() string + func (r DBRange) Width() DB + type Frequency float64 + func (f Frequency) String() string + type FrequencyRange struct + From Frequency + To Frequency + func (r *FrequencyRange) Shift(Δ Frequency) + func (r FrequencyRange) Center() Frequency + func (r FrequencyRange) Contains(f Frequency) bool + func (r FrequencyRange) Expanded(Δ Frequency) FrequencyRange + func (r FrequencyRange) String() string + func (r FrequencyRange) Width() Frequency + type SUnit DB + const S0 + const S1 + const S2 + const S3 + const S4 + const S5 + const S6 + const S7 + const S8 + const S9 + func (u SUnit) String() string