Chris Robinson
|
4b95d310ae
|
Remove the SZFMT macro
C++11 mandates the %zu/d formatter
|
2019-04-11 16:01:11 -07:00 |
|
Chris Robinson
|
e0f635b20d
|
Move some ambisonic-related macros to a separate header
|
2018-12-15 03:30:47 -08:00 |
|
Chris Robinson
|
0dd13a9dfe
|
Make the AmbDec speaker and matrix arrays dynamic
|
2018-12-15 02:56:19 -08:00 |
|
Chris Robinson
|
0d73b13f59
|
Add more casts for MSVC
|
2018-12-12 21:58:41 -08:00 |
|
Chris Robinson
|
b779ebb512
|
Fix some MSVC conversion warnings
|
2018-12-12 21:18:31 -08:00 |
|
Chris Robinson
|
5848dab92d
|
Make AmbDecConf::load noexcept
To ease the ovewrhead of destructors that call C (non-noexcept) functions.
|
2018-11-11 20:40:37 -08:00 |
|
Chris Robinson
|
2f42f74418
|
Ensure ambdec parsing stops at unexpected EOF
|
2018-11-10 19:38:52 -08:00 |
|
Chris Robinson
|
d76e9800da
|
Use a more appropriate type for the result of tellg
|
2018-11-06 18:55:00 -08:00 |
|
Chris Robinson
|
9fa31fcd07
|
Avoid moving istringstreams
Doesn't work with GCC 4.x. Hopefully swapping does.
|
2018-11-04 19:11:07 -08:00 |
|
Chris Robinson
|
4dafb7dab1
|
Use C++ to read and parse ambdec files
|
2018-11-04 15:24:24 -08:00 |
|
Chris Robinson
|
96819237d6
|
Convert ambdec.c to C++
|
2018-11-03 19:51:23 -07:00 |
|