mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
Add buffer_t<float> type alias.
This commit is contained in:
parent
5e917ebb2c
commit
b9f124850b
@ -31,5 +31,6 @@ using buffer_c8_t = buffer_t<complex8_t>;
|
||||
using buffer_c16_t = buffer_t<complex16_t>;
|
||||
using buffer_s16_t = buffer_t<int16_t>;
|
||||
using buffer_c32_t = buffer_t<complex32_t>;
|
||||
using buffer_f32_t = buffer_t<float>;
|
||||
|
||||
#endif/*__DSP_TYPES_H__*/
|
||||
|
Loading…
Reference in New Issue
Block a user