1. 4a42e11 tests: use $ENV{HOME} instead of hard coded name by Phil Burk · 6 years ago
  2. 48f794e closeStream now checks for null to avoid segfaults by Don Turner · 6 years ago
  3. fc65df0 Add note about refreshing C++ project by Don Turner · 6 years ago
  4. ecde3e7 Note about adding C++ to existing project by Don Turner · 6 years ago
  5. c5a27b2 Fix #170 - Add getExclusiveCores to MegaDrone sample by Don Turner · 6 years ago
  6. 2ee898a Make OBOE_ENABLE_LOGGING public by Don Turner · 6 years ago
  7. ddcd341 Fix #151 - Remove unecessary checks for API version at compile time by Don Turner · 6 years ago
  8. 2b3b16e Tidying up log levels, messages and comments by Don Turner · 6 years ago
  9. 9e66da4 Change Unavailable to Unimplemented for pause by Don Turner · 6 years ago
  10. bdb4835 Return Error::Unavailable when pausing an input stream by Don Turner · 6 years ago
  11. 65fba05 opensles: make Input pause unimplemented by Phil Burk · 6 years ago
  12. 66783b1 Enable logging only for debug builds by Don Turner · 6 years ago
  13. 0094c76 Merge pull request #178 from ggfan/add-optimization-flag by Gerry · 6 years ago
  14. c6ffd52 addressing code review requests for -Ofast flag by ggfan · 6 years ago
  15. 9fd786a addressing code reviews for -Ofast addition by gfan · 6 years ago
  16. 32c6743 Added OBOE_ENABLE_LOGGING to guard against logging per github issue 175 by ggfan · 6 years ago
  17. 2778e88 Adding -Ofast for sample build. by gfan · 6 years ago
  18. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  19. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  20. 09001f5 android/log.h is only included if OBOE_ENABLE_LOGGING=1 by Don Turner · 6 years ago
  21. 8b75ba1 Update tests so that audio API can be specfied when opening stream by Don Turner · 6 years ago
  22. b78f3ee Make wording clearer by Don Turner · 6 years ago
  23. 82831c5 Add section on optaining low latency streams on API <26 by Don Turner · 6 years ago
  24. 09282b5 Add newline by Don Turner · 6 years ago
  25. dcb55a4 Request OpenSLES for tests, update comments by Don Turner · 6 years ago
  26. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  27. 6a390fd Add stdint.h to FifoControllerBase.h by Don Turner · 6 years ago
  28. 23eea11 Fix #174 - Calling waitForStateChange on closed AAudio stream should return OK by Don Turner · 6 years ago
  29. 599e9a0 Fixes #148 hello-oboe UI doesn't fit on Nexus One (API 16) by Don Turner · 6 years ago
  30. 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
  31. d41071b Merge pull request #161 from google/fix159-no-p by Phil Burk · 6 years ago
  32. 5f37601 oboe: better name for CONSTANT_API_P by Phil Burk · 6 years ago
  33. c174fc4 Restore previous state on error by Don Turner · 6 years ago
  34. dd35888 Adding tests and states for OpenSL ES input streams by Don Turner · 6 years ago
  35. 0412fd5 Fix stream states for OpenSL ES by Don Turner · 6 years ago
  36. 1ded8e7 oboe: remove dependencies on P constants by Phil Burk · 6 years ago
  37. 6ee9cf3 Adding local path to ANDROID_NDK by Don Turner · 6 years ago
  38. d5a82b7 Adding missing tests and stream closed default values by Don Turner · 6 years ago
  39. ba5a01b Add newline by Don Turner · 6 years ago
  40. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
  41. a556b8a Update tests for isXRunCountSupported by Don Turner · 6 years ago
  42. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  43. 94fe485 Add empty "stream closed" tests by Don Turner · 6 years ago
  44. eb236cc Fix googletest path for latest NDK by Don Turner · 6 years ago
  45. d5550ac Update samples section by Don Turner · 6 years ago
  46. 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago
  47. 7c662ba opensles: rename methods, cleanup constants by Phil Burk · 6 years ago
  48. d5a156b opensles: generate channel masks safely by OS version by Phil Burk · 6 years ago
  49. 17d8001 opensles: fix API level check for FLOAT by Phil Burk · 6 years ago
  50. 922d430 Merge pull request #142 from HobbyProjects/patch-1 by Phil Burk · 6 years ago
  51. b2797e8 Update FullGuide.md by HobbyProjects · 6 years ago
  52. eedc084 Change NDK r16 to r17 by Don Turner · 6 years ago
  53. 0ec23b4 Change required NDK version to r17b by Don Turner · 6 years ago
  54. d7476a8 oboe: optimize getSdkVersion() by Phil Burk · 6 years ago
  55. 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
  56. 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
  57. 1e4cf7c Add link to codelab by Don Turner · 6 years ago
  58. f393890 Lock MegaDrone and RhythmGame samples to portrait orientation by Don Turner · 6 years ago
  59. 54e1095 Update gradle configs to use correct terms and latest library versions by Don Turner · 6 years ago
  60. ceb1680 Merge pull request #138 from ggfan/stream-fix by Gerry · 6 years ago
  61. 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago
  62. ca7a5da Merge pull request #123 from ggfan/print-stream by Gerry · 6 years ago
  63. 958365c Merge pull request #125 from ggfan/sles-performance-mode by Phil Burk · 6 years ago
  64. 3810cd9 For OpenSL ES, bypass PERFORMANCE_MODE for android N and older platforms by gerry · 6 years ago
  65. 2d8cc37 Merge pull request #133 from google/fix131-typo by Phil Burk · 6 years ago
  66. fe60c94 audio: fix typo in AAudioStreamBuilder_setinputPreset by Phil Burk · 6 years ago
  67. 9f56e10 Merge pull request #129 from google/dturner-patch-1 by Phil Burk · 6 years ago
  68. 5560839 fix link to GettingStarted guide by Atsushi Eno · 6 years ago
  69. 25a61f2 Fix incorrect logic for OpenSL ES performance configurations by Don Turner · 6 years ago
  70. 822bba9 Add debug function convertToText<AuduiStream*>(AudioStream* ) by gerry · 6 years ago
  71. 40aa2e7 Addressing more code reviews by gerry · 6 years ago
  72. 7ba67fe Addressing code reviews for echo sample by gerry · 6 years ago
  73. 3b5b60a Adding loopback example ( echo ) sample by gerry · 6 years ago
  74. c1445f4 Merge pull request #122 from google/version12 by Phil Burk · 6 years ago
  75. 2016779 bump minor version to 12 for new P functions by Phil Burk · 6 years ago
  76. 1b4b1af Merge pull request #99 from google/sessionid by Phil Burk · 6 years ago
  77. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
  78. c68172f move setting of mSessionId set mSessionId to None for OpenSL ES by Phil Burk · 6 years ago
  79. 45e7a50 Reverting default preset to VOICE_RECOGNITION by Don Turner · 6 years ago
  80. 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 · 6 years ago
  81. 0b6d982 opensl input preset to UNPROCESSED, or VOICE_RECOGNITION as fallback; AS auto formatted some code by yellow · 6 years ago
  82. b06e90c Fix incorrect sample name by Don Turner · 6 years ago
  83. 279d59c Add explanation for ResultWithValue=>Result type coercion by Don Turner · 6 years ago
  84. 8d5e1a5 Fix missing return value in AudioStreamAAudio, address review comments by Don Turner · 6 years ago
  85. 7a05d68 Version bump, update README by Don Turner · 6 years ago
  86. c021a77 Addressing feedback from philburk@ on ResultWithValue by Don Turner · 6 years ago
  87. fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
  88. 902e42a Moving docs and images into subfolder by Don Turner · 6 years ago
  89. d307077 Merge pull request #111 from ggfan/gradlew-fix by Phil Burk · 6 years ago
  90. cd4d7dc Minor change: add execution access right to samples/gradlew by gerry · 6 years ago
  91. 88a26ff Fix incorrect onAudioReady method signature by Don Turner · 6 years ago
  92. 0064cb1 Merge pull request #107 from ggfan/ci by Don Turner · 6 years ago
  93. 5201099 Merge branch 'master' into ci by Don Turner · 6 years ago
  94. 1abf88e Expose header directory to users via CMakeLists.txt by gerry · 6 years ago
  95. 5254904 Merge pull request #105 from ggfan/get-frames-per-burst-const by Phil Burk · 6 years ago
  96. c351bd0 Adding travis ci to the repo by gfan · 6 years ago
  97. 85f994c Bump gradle version by Don Turner · 6 years ago
  98. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  99. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 6 years ago
  100. d2c1eb8 add const modifier to oboe::AudioStream::getFramesPerBurst() by gerry · 6 years ago