FastLED 3.9.15
Loading...
Searching...
No Matches

◆ assign()

template<typename It>
void fl::AudioSampleImpl::assign ( It begin,
It end )
inline

Definition at line 104 of file audio.h.

104 {
105 mSignedPcm.assign(begin, end);
106 // calculate zero crossings
108 }
void initZeroCrossings()
Definition audio.h:129
VectorPCM mSignedPcm
Definition audio.h:143

References initZeroCrossings(), and mSignedPcm.

+ Here is the call graph for this function: