- e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
- 599e9a0 Fixes #148 hello-oboe UI doesn't fit on Nexus One (API 16) by Don Turner · 6 years ago
- 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
- d41071b Merge pull request #161 from google/fix159-no-p by Phil Burk · 6 years ago
- 5f37601 oboe: better name for CONSTANT_API_P by Phil Burk · 6 years ago
- c174fc4 Restore previous state on error by Don Turner · 6 years ago
- dd35888 Adding tests and states for OpenSL ES input streams by Don Turner · 6 years ago
- 0412fd5 Fix stream states for OpenSL ES by Don Turner · 6 years ago
- 1ded8e7 oboe: remove dependencies on P constants by Phil Burk · 6 years ago
- 6ee9cf3 Adding local path to ANDROID_NDK by Don Turner · 6 years ago
- d5a82b7 Adding missing tests and stream closed default values by Don Turner · 6 years ago
- ba5a01b Add newline by Don Turner · 6 years ago
- f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
- a556b8a Update tests for isXRunCountSupported by Don Turner · 6 years ago
- ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
- 94fe485 Add empty "stream closed" tests by Don Turner · 6 years ago
- eb236cc Fix googletest path for latest NDK by Don Turner · 6 years ago
- d5550ac Update samples section by Don Turner · 6 years ago
- 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago
- 7c662ba opensles: rename methods, cleanup constants by Phil Burk · 6 years ago
- d5a156b opensles: generate channel masks safely by OS version by Phil Burk · 6 years ago
- 17d8001 opensles: fix API level check for FLOAT by Phil Burk · 6 years ago
- 922d430 Merge pull request #142 from HobbyProjects/patch-1 by Phil Burk · 6 years ago
- b2797e8 Update FullGuide.md by HobbyProjects · 6 years ago
- eedc084 Change NDK r16 to r17 by Don Turner · 6 years ago
- 0ec23b4 Change required NDK version to r17b by Don Turner · 6 years ago
- d7476a8 oboe: optimize getSdkVersion() by Phil Burk · 6 years ago
- 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
- 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
- 1e4cf7c Add link to codelab by Don Turner · 6 years ago
- f393890 Lock MegaDrone and RhythmGame samples to portrait orientation by Don Turner · 6 years ago
- 54e1095 Update gradle configs to use correct terms and latest library versions by Don Turner · 6 years ago
- ceb1680 Merge pull request #138 from ggfan/stream-fix by Gerry · 6 years ago
- 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago
- ca7a5da Merge pull request #123 from ggfan/print-stream by Gerry · 6 years ago
- 958365c Merge pull request #125 from ggfan/sles-performance-mode by Phil Burk · 6 years ago
- 3810cd9 For OpenSL ES, bypass PERFORMANCE_MODE for android N and older platforms by gerry · 6 years ago
- 2d8cc37 Merge pull request #133 from google/fix131-typo by Phil Burk · 6 years ago
- fe60c94 audio: fix typo in AAudioStreamBuilder_setinputPreset by Phil Burk · 6 years ago
- 9f56e10 Merge pull request #129 from google/dturner-patch-1 by Phil Burk · 6 years ago
- 5560839 fix link to GettingStarted guide by Atsushi Eno · 6 years ago
- 25a61f2 Fix incorrect logic for OpenSL ES performance configurations by Don Turner · 6 years ago
- 822bba9 Add debug function convertToText<AuduiStream*>(AudioStream* ) by gerry · 6 years ago
- 40aa2e7 Addressing more code reviews by gerry · 6 years ago
- 7ba67fe Addressing code reviews for echo sample by gerry · 6 years ago
- 3b5b60a Adding loopback example ( echo ) sample by gerry · 6 years ago
- c1445f4 Merge pull request #122 from google/version12 by Phil Burk · 6 years ago
- 2016779 bump minor version to 12 for new P functions by Phil Burk · 6 years ago
- 1b4b1af Merge pull request #99 from google/sessionid by Phil Burk · 6 years ago
- f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
- c68172f move setting of mSessionId set mSessionId to None for OpenSL ES by Phil Burk · 6 years ago
- 45e7a50 Reverting default preset to VOICE_RECOGNITION by Don Turner · 6 years ago
- 4009081 AudioStreamOpenSLES and subclasses need some fine grained destroy flow. though no crashes, logcat shown internal errors caused mainly because we were destroying the out mix before the attached player by yellow · 7 years ago
- 0b6d982 opensl input preset to UNPROCESSED, or VOICE_RECOGNITION as fallback; AS auto formatted some code by yellow · 7 years ago
- b06e90c Fix incorrect sample name by Don Turner · 6 years ago
- 279d59c Add explanation for ResultWithValue=>Result type coercion by Don Turner · 6 years ago
- 8d5e1a5 Fix missing return value in AudioStreamAAudio, address review comments by Don Turner · 6 years ago
- 7a05d68 Version bump, update README by Don Turner · 6 years ago
- c021a77 Addressing feedback from philburk@ on ResultWithValue by Don Turner · 6 years ago
- fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
- 902e42a Moving docs and images into subfolder by Don Turner · 6 years ago
- d307077 Merge pull request #111 from ggfan/gradlew-fix by Phil Burk · 6 years ago
- cd4d7dc Minor change: add execution access right to samples/gradlew by gerry · 6 years ago
- 88a26ff Fix incorrect onAudioReady method signature by Don Turner · 6 years ago
- 0064cb1 Merge pull request #107 from ggfan/ci by Don Turner · 6 years ago
- 5201099 Merge branch 'master' into ci by Don Turner · 6 years ago
- 1abf88e Expose header directory to users via CMakeLists.txt by gerry · 6 years ago
- 5254904 Merge pull request #105 from ggfan/get-frames-per-burst-const by Phil Burk · 6 years ago
- c351bd0 Adding travis ci to the repo by gfan · 6 years ago
- 85f994c Bump gradle version by Don Turner · 6 years ago
- b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
- 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 7 years ago
- d2c1eb8 add const modifier to oboe::AudioStream::getFramesPerBurst() by gerry · 6 years ago
- a5f1e73 Removing redundant destructor by Don Turner · 6 years ago
- 8e0338d Remove debug logging by Don Turner · 6 years ago
- 55e6499 AudioEngine holds pointer to an ISynth. Exact Synth type determined at runtime by Don Turner · 6 years ago
- 495af0e Refactoring Synth to template class and addressing other review points by Don Turner · 6 years ago
- f0d94f1 Fixing links and screenshot by Don Turner · 6 years ago
- c700fc8 Adding MegaDrone sample (from AES talk) by Don Turner · 6 years ago
- 7256bb2 Updated links and text by Don Turner · 6 years ago
- 4b8e25c Add links to projects using Oboe by Don Turner · 6 years ago
- c30bbe6 Add new P functions, setUsage() etc by Phil Burk · 7 years ago
- 602fc7c Merge pull request #96 from google/processed by Phil Burk · 7 years ago
- 982d4fc change framesRead to framesProcessed by Phil Burk · 7 years ago
- 1f042c0 Merge pull request #89 from google/framesread by Phil Burk · 7 years ago
- b09eb33 Add getFramesProcessedByServer. Minor cleanup. by Phil Burk · 7 years ago
- 06bcb9a Added link to Rhythm Game codelab by Don Turner · 7 years ago
- 10118b4 Merge pull request #93 from google/oneword by Phil Burk · 7 years ago
- 3edbf05 oboe: change "subsequent" to "created" by Phil Burk · 7 years ago
- d4a31b2 Merge pull request #74 from google/nodevid by Phil Burk · 7 years ago
- c2281dc Remove caveat about unimplemented input streams. by Phil Burk · 7 years ago
- f2a7053 Implement getFramesRead for OpenSL ES OUTPUT by Phil Burk · 7 years ago
- c619d88 Remove erroneous result check by Don Turner · 7 years ago
- 254dc86 Initialize class members to nullptr by Don Turner · 7 years ago
- 35d4543 Initialize mAssetManager to nullptr by Don Turner · 7 years ago
- 262a584 Merge pull request #84 from google/calclatency by Phil Burk · 7 years ago
- fe407d4 oboe: better latency comments by Phil Burk · 7 years ago
- c07dc62 oboe: add calculateLatencyMillis() by Phil Burk · 7 years ago
- fdc4357 Change include path of constants file by Don Turner · 7 years ago
- bbdefad Some tidy up for I/O 2018 codelab by Don Turner · 7 years ago