Structs§
- FREQS
- Static array of all frequencies for keys 0-127.
Functions§
- are_
arc_ vecs_ equal - Checks if two
Arc<T>
vecs are equal based onArc::ptr_eq
. - db_
to_ amp - Converts a dB value to 0-1 amplitude.
- prepapre_
cache_ vec - Take any f32 vec, set its length and fill it with the default value.
- sum_
simd - Sum the values of
source
to the values oftarget
, writing totarget
.