aboutsummaryrefslogtreecommitdiffstats
path: root/common/alcomplex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few more GCC warningsChris Robinson2019-09-141-1/+1
|
* removed unnecessary loopLopuska2019-09-151-2/+0
| | | the caller in fshifter is already doing the same job by putting 0 for the imaginary part
* Cleanup common sources' includesChris Robinson2019-07-291-6/+5
|
* Use a span for the complex_fft/hilbert functionsChris Robinson2019-06-081-29/+29
|
* Avoid using old style castsFilip Gawin2019-01-081-1/+1
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Use standard complex types instead of customChris Robinson2018-11-171-0/+76