Searched defs:wav_sine (Results 1 – 7 of 7) sorted by relevance
10044 const int16_t wav_sine[] = { variable
962 const int16_t wav_sine[] = { variable
1461 const int16_t wav_sine[] = { variable
659 static INLINE float wav_sine(float t){ return ( 0.999f*sinf(twoPI*t) ) ; } in wav_sine() function