| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| oboe-1.8.0.aar | 2023-10-12 | 3.0 MB | |
| 1.8.0 source code.tar.gz | 2023-10-12 | 6.3 MB | |
| 1.8.0 source code.zip | 2023-10-12 | 6.9 MB | |
| README.md | 2023-10-12 | 1.4 kB | |
| Totals: 4 Items | 16.1 MB | 2 | |
API changes
- Deprecated
AudioStreamBuilder.setCallback. Please usesetDataCallbackandsetErrorCallback - Added
getHardwareChannelCount,getHardwareSampleRate, andgetHardwareFormatto audio streams. They are supported in AAudio in API 34+. (#1744) - Added privacy sensitive mode APIs. They are supported in AAudio in API 30+. (#1751)
- Added
releaseto audio streams. They are supported in AAudio in API 30+. (#1755) - Added IEC61937 support. They are supported in AAudio in API 34+. (#1758)
- Added allow capture policy APIs. They are supported in AAudio in API 29+. (#1768)
- Added APIs to declare spatialization behavior. They are supported in AAudio in API 32+. (#1776)
- Added ADPF support in Oboe. (#1788)
- Added full duplex stream to Oboe. (#1920)
Bug fixes
- Fixed an issue where Oboe was waiting for more frames than could be possibly available (#1702, Fixes [#1701])
- AAudio could sometimes return a positive number as an error code. Oboe now changes these to ErrorInternal. (#1711)
- Fixed an issue where the resampler was causing sound the be muffled. (#1813, Fixes [#1673], [#1625])
- Fixed an issue where some parameters were not copied in FilterAudioStream. (#1898, Fixes [#1897])
OboeTester
- Routing crash test (#1760)
- CPU load test (#1788)
- Cold start latency test (#1887)
- Various bug fixes and improvements