Mercurial > hg > piper-cpp
view ext/sord/sord-single.c @ 271:776175b737ad
When the input domain is FrequencyDomain, the caller is expected to pass
in the frequency-domain input - which means they need the additional
values for DC and Nyquist. So check this and refuse if absent
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 17 Oct 2018 15:18:42 +0100 |
parents | cb51adadccd5 |
children |
line wrap: on
line source
// Include all Serd and Sord source files into a single file. // This is not part of the original libraries. #include "../serd/src/byte_source.c" #include "../serd/src/env.c" #include "../serd/src/node.c" #include "../serd/src/reader.c" #include "../serd/src/string.c" #include "../serd/src/uri.c" #include "../serd/src/writer.c" #include "src/sord.c" #include "src/syntax.c"