aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-15Prevent deprecation warning for shared openStream() call (#1950)Phil Burk
2023-12-12Update Version.hPhil Burk
2023-11-20Update AudioStreamCallback.h, numFrames <= framesPerBurstPhil Burk
2023-11-20Improve docs for setBufferSizeInFramesPhil Burk
2023-10-12Update Oboe to version 1.8.0upstream/1.8.0Robert Wu
2023-10-12Add Full Duplex Stream to Oboe library (#1920)Robert Wu
2023-08-16Update Oboe to v1.7.5Phil Burk
2023-07-25Add comments on whether channel masks are input or output or both (#1873)Robert Wu
2023-06-03Update Version.h to 1.7.4 for resampler fixPhil Burk
2023-05-20Update Version.h to 1.7.3Phil Burk
2023-05-20Add setPerformanceHintEnabled(), Dynamic CPU Load test (#1788)Phil Burk
2023-04-25Add spatialization functions to Oboe (#1776)Robert Wu
2023-04-25Add allowed capture policy to Oboe for Android Q+ (#1768)Robert Wu
2023-04-06Add IEC61937 for API 34 (#1758)Robert Wu
2023-03-24Add privacy sensitive mode for API 30+ (#1751)Robert Wu
2023-03-24Add support for AAudioStream_release (#1755)Robert Wu
2023-03-17Add hardware stream functions for API 34 (#1744)Robert Wu
2023-03-01Clean up tech notes (#1714)Robert Wu
2023-02-21Coerce positive error from open() to negative code (#1711)Phil Burk
2023-02-03oboe: clip waitForAvailableFrames (#1702)Phil Burk
2023-01-25Fix incorrect param in setDataCallback (#1697)Robert Wu
2023-01-18Deprecate AudioStreamBuilder.setCallback (#1696)Robert Wu
2022-12-14Bump version to 1.7.0 to match Maven release (#1681)upstream/1.7.0Phil Burk
2022-11-23Update Definitions.h (#1655)Robert Wu
2022-09-28Match setChannelConversionAllowed comment to code (#1633)Robert Wu
2022-09-21oboe: use shared_ptr for callbacks (#1626)Phil Burk
2022-08-29opensles: implement capacity using buffer queue length (#1601)Phil Burk
2022-08-10Add OboeExtensions (#1602)Robert Wu
2022-08-06Add API to set sleep time before close. (#1593)Phil Burk
2022-08-03add riscv definition (#1586)Robert Wu
2022-07-20Rename instances of master with main (#1575)Robert Wu
2022-06-14Add channel mask support for API 32. (#1548)jiabin
2022-05-13opensles: use dlsym() to link (#1531)Phil Burk
2022-04-02docs: clarify setDeviceId() behavior (#1523)Phil Burk
2022-03-03Recommend not calling getTimestamp() from callback (#1499)Phil Burk
2021-11-08Bump Oboe version to 1.6.2 (#1437)Phil Burk
2021-11-01Add more info for setFramesPerDataCallback (#1426)Robert Wu
2021-10-15correct spellingNiklas Dahlheimer
2021-10-15Mention limitations of AudioStreamErrorCallback in documentationNiklas Dahlheimer
2021-10-13Move FifoBuffer header in public directory (#1410)A2va
2021-07-23Update package name header (#1355)Robert Wu
2021-07-22Bump version to 1.6.1Don Turner
2021-07-21oboe: improve DataCallbackResult::Stop handling (#1351)Phil Burk
2021-07-14Add setPackageName and setAttributionTag to the Oboe builder (#1332)Robert Wu
2021-06-29Fix CalculateLatencyInMillisReturnsClosedIfSupported test (#1319)Robert Wu
2021-05-17oboe: bump to version 1.6.0upstream/1.6.0Phil Burk
2021-05-17oboe: bump version to 1.5.2Phil Burk
2021-04-30Add support for 24 and 32-bit sample formats (#1255)Phil Burk
2021-04-21Merge branch '1.5-stable'Don Turner
2021-04-21Update docs to match codeDon Turner