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

◆ Impl() [1/3]

fl::audio::fft::Impl::Impl ( const Args & args)

Definition at line 1133 of file fft_impl.cpp.hpp.

1133 {
1134 mContext = fl::make_unique<Context>(args.samples, args.bands, args.fmin,
1135 args.fmax, args.sample_rate,
1136 args.mode, args.window);
1137}
fl::unique_ptr< Context > mContext
Definition fft_impl.h:51
fl::enable_if<!fl::is_array< T >::value, unique_ptr< T > >::type make_unique(Args &&... args) FL_NOEXCEPT
Definition unique_ptr.h:261
corkscrew_args args
Definition old.h:149

References args, fl::make_unique(), and mContext.

Referenced by Impl(), Impl(), operator=(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: