aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-12-08Flowgraph: Add I8_24 (#1943)Robert Wu
2023-05-20Add setPerformanceHintEnabled(), Dynamic CPU Load test (#1788)Phil Burk
2022-12-20Flowgraph: Add Limiter (#1680)Robert Wu
2022-08-10Add OboeExtensions (#1602)Robert Wu
2022-04-15Flowgraph: Sync with internal flowgraph (#1524)Robert Wu
2021-04-30Add support for 24 and 32-bit sample formats (#1255)Phil Burk
2021-03-08oboe: fix possible race on close (#1200)Phil Burk
2020-06-17oboe: add ChannelCountConverterPhil Burk
2020-06-17oboe: add Quirk for broken mono on S9Phil Burk
2020-06-01Always log errors and LOGI messagesPhil Burk
2019-11-04oboe: renamed flowgraph classesPhil Burk
2019-08-29Merge branch 'master' into resamplerPhil Burk
2019-08-06Remove quotesDon Turner
2019-08-06Add comments and change install path to include ABIDon Turner
2019-08-06Remove non essential changesDon Turner
2019-08-06Fix missing CMake install targetsKai Wolf
2019-08-02resampler: use integer phase accumulation for all resamplersPhil Burk
2019-07-16resampler: moved resampling code into its own folderPhil Burk
2019-07-12resampler: implement read() for full duplexPhil Burk
2019-07-10flowgraph: optimize resamplerPhil Burk
2019-07-01flowgraph: add PolyphaseResamplerStereoPhil Burk
2019-06-29oboe: add PolyphaseSincResamplerPhil Burk
2019-06-06oboe: add stereo resamplerPhil Burk
2019-06-04oboe: add sinc based resamplerPhil Burk
2019-06-03oboe: start QuirksManagerPhil Burk
2019-06-01OboeTester: support conversion for input and for I16Phil Burk
2019-05-31oboe: rename OboeFlowGraph to DataConversionFlowGraphPhil Burk
2019-05-22Fix indentation tabs->spacesDon Turner
2019-05-17oboe: first draft of resamplerPhil Burk
2019-05-13oboe: move flowgraph from OboeTester to inside OboePhil Burk
2019-04-23Add version stringDon Turner
2019-03-19CMakeLists.txt: make it possible to build shared libraryAtsushi Eno
2018-12-31Adding -Wshadow-field compile flagDon Turner
2018-12-31Adding -Wshadow compile flagDon Turner
2018-12-31Adding -Wextra-semi to compile flags and removing extra semisDon Turner
2018-12-05Add LoadStabilizer classDon Turner
2018-08-07Make OBOE_ENABLE_LOGGING publicDon Turner
2018-08-01Enable logging only for debug buildsDon Turner
2018-07-31addressing code review requests for -Ofast flagggfan
2018-07-30addressing code reviews for -Ofast additiongfan
2018-07-30Added OBOE_ENABLE_LOGGING to guard against logging per github issue 175ggfan
2018-07-30Adding -Ofast for sample build.gfan
2018-07-27Convert c-type cast to C++ castgfan
2018-06-13Expose header directory to users via CMakeLists.txtgerry
2017-12-15oboe: address review comments, better singletonPhil Burk
2017-12-04Oboe can be added to an existing project using CMake add_subdirectoryDon Turner
2017-12-01Revert to using raw pointer for setCallbackDon Turner
2017-11-29Rename Stream to AudioStreamDon Turner
2017-11-27Documentation tidy upDon Turner
2017-11-27Use oboe namespaceDon Turner