-
Notifications
You must be signed in to change notification settings - Fork 615
OboeTesterWithASAN
Phil Burk edited this page Dec 13, 2022
·
1 revision
You can build OboeTester with the Address Sanitizer enabled. It will be a bit bigger and run a bit slower. On the other hand, it will tell you if memory is corrupted, for example by over-indexing an array.
See Pull Request #1662 for a sample build.
- Apps Using Oboe or AAudio
- Tech Notes
- Buffer Size, Capacity and Bursts
- Glitches and Latency
- How to Avoid Crashes
- Bluetooth Audio
- Using Audio Effects with Oboe
- Disconnected Streams
- Assert in releaseBuffer()
- Crash during callback after routing
- Using ADPF for High‐Quality Audio Performance
- Using FullDuplexStream for Synchronized IO
- Using Offload Playback for Power‐Saving
- OboeTester Instructions
- Quirks and Bugs
- Developer Notes