mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Add buffer_t<float> type alias.
This commit is contained in:
parent
5e917ebb2c
commit
b9f124850b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue