Module helpers

Source

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 on Arc::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 of target, writing to target.