diff options
author | Chris Robinson <[email protected]> | 2017-04-10 09:17:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-10 09:26:06 -0700 |
commit | 6cc69c8d94744d66e68ffffb9b71f6714d86e710 (patch) | |
tree | 1fd85a1f2eb40e5383065560bb8d1a0de8df06ed /CMakeLists.txt | |
parent | 81527cdbddc52338f5fb3c8b79139bf9d9186d3a (diff) |
Add a sample converter
This is intended to do conversions for interleaved samples, and supports
changing from one DevFmtType to another as well as resampling. It does not
handle remixing channels.
The mixer is more optimized to use the resampling functions directly. However,
this should prove useful for recording with certain backends that won't do the
conversion themselves.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cb95402..ee1c9e57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -689,6 +689,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/alcConfig.c Alc/alcRing.c Alc/bs2b.c + Alc/converter.c Alc/effects/chorus.c Alc/effects/compressor.c Alc/effects/dedicated.c |