diff options
author | Chris Robinson <[email protected]> | 2019-03-24 22:43:43 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-24 22:43:43 -0700 |
commit | 78aeca10c9913a9bf0a42cc86cf641006031b6ba (patch) | |
tree | 074e817097e2687baceb4966e0ca3e36d8691acd /utils/makemhr/loaddef.h | |
parent | 6edfa6e6e0260910576e073288633cdbd3094503 (diff) |
Add a command-line option to force mono input with makemhr
Diffstat (limited to 'utils/makemhr/loaddef.h')
-rw-r--r-- | utils/makemhr/loaddef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makemhr/loaddef.h b/utils/makemhr/loaddef.h index 18868967..24d75a65 100644 --- a/utils/makemhr/loaddef.h +++ b/utils/makemhr/loaddef.h @@ -24,7 +24,7 @@ struct TokenReaderT { }; void TrSetup(FILE *fp, const char *filename, TokenReaderT *tr); -int ProcessMetrics(TokenReaderT *tr, const uint fftSize, const uint truncSize, HrirDataT *hData); +int ProcessMetrics(TokenReaderT *tr, const uint fftSize, const uint truncSize, const ChannelModeT chanMode, HrirDataT *hData); int ProcessSources(TokenReaderT *tr, HrirDataT *hData); #endif /* LOADDEF_H */ |