1. 0f2c0c1 opensles: fix stall when buffer size changed by Phil Burk · 6 years ago
  2. dc5ed59 round capacity up to get a FAST input path by Phil Burk · 6 years ago
  3. 8330e85 Updating docs in line with Phil's feedback by Don Turner · 6 years ago
  4. 13bea2e Updating doxygen site by Don Turner · 6 years ago
  5. 970a91f Fixing comment for getUnderlyingStream by Don Turner · 6 years ago
  6. 1a0b366 Adding docs to all public objects by Don Turner · 6 years ago
  7. 35fac38 remove "this" by Phil Burk · 6 years ago
  8. 6dd9d9e Link to Issue requesting Oboe apps by Phil Burk · 6 years ago
  9. 6f3d6cd Use SHORT_NAMES to see if this solves Jekyll build error by Don Turner · 6 years ago
  10. a180fac Disabling jekyll by Don Turner · 6 years ago
  11. 9930c2c Another attempt at publishing doxygen docs by Don Turner · 6 years ago
  12. 0150483 Removing api folder by Don Turner · 6 years ago
  13. 7039be6 Adding index markdown file by Don Turner · 6 years ago
  14. 8d15cb6 Adding first draft of class documentation by Don Turner · 6 years ago
  15. c4c44db Adding test index file for Github Pages by Don Turner · 6 years ago
  16. 14e452a Set theme jekyll-theme-cayman by Don Turner · 6 years ago
  17. 917030d Fix links by Don Turner · 6 years ago
  18. 1af1fb2 Update link to code samples by Don Turner · 6 years ago
  19. 8d5940d Removed note about default formats by Don Turner · 6 years ago
  20. 63fef12 Adding Android headers by Don Turner · 6 years ago
  21. 67a5fe9 Floating point recording only supported on API23+ (Marshmallow) by Don Turner · 6 years ago
  22. 7e7d8ff Set usingExtendedDataFormat to false when trying to open stream using old data format by Don Turner · 6 years ago
  23. 462d5a6 Fix #192 - Cannot open recording stream on Moto G by Don Turner · 6 years ago
  24. a76ed67 Merge pull request #202 from vbarthel-fr/remove-dead-code by Phil Burk · 6 years ago
  25. 7886591 Remove dead code in the fifo folder by Vincent Barthelemy · 6 years ago
  26. 52a5eba Merge pull request #198 from google/queryperf by Phil Burk · 6 years ago
  27. bb63afa Add guidance on what you should and shouldn't do inside the audio callback by Don Turner · 6 years ago
  28. 6ecb6b6 opensles: check error code for input streams by Phil Burk · 6 years ago
  29. 9a6262c opensles: fix PerformanceMode setting by Phil Burk · 6 years ago
  30. 837a9b3 Merge pull request #196 from google/disable_aaudio by Phil Burk · 6 years ago
  31. 2c7003b builder: add OBOE_ENABLE_AAUDIO preprocessor flag by Phil Burk · 6 years ago
  32. d3299ac Merge pull request #191 from google/fix65-states by Phil Burk · 6 years ago
  33. fb095ea Merge branch 'fix65-states' of https://github.com/google/oboe into fix65-states by Phil Burk · 6 years ago
  34. 2190d51 tests: add unit tests for calling start/pause/stop twice by Phil Burk · 6 years ago
  35. 831eca3 aaudio: don't pause if stopped by Phil Burk · 6 years ago
  36. 1df602c add "adb root" for input testing by Phil Burk · 6 years ago
  37. 094ef8a Merge pull request #195 from google/testhome by Phil Burk · 6 years ago
  38. 4a42e11 tests: use $ENV{HOME} instead of hard coded name by Phil Burk · 6 years ago
  39. d0a1cfc Adding instructions for testing by Don Turner · 6 years ago
  40. 48f794e closeStream now checks for null to avoid segfaults by Don Turner · 6 years ago
  41. 3555c48 aaudio: don't pause if stopped by Phil Burk · 6 years ago
  42. fc65df0 Add note about refreshing C++ project by Don Turner · 6 years ago
  43. ecde3e7 Note about adding C++ to existing project by Don Turner · 6 years ago
  44. c5a27b2 Fix #170 - Add getExclusiveCores to MegaDrone sample by Don Turner · 6 years ago
  45. 2ee898a Make OBOE_ENABLE_LOGGING public by Don Turner · 6 years ago
  46. ddcd341 Fix #151 - Remove unecessary checks for API version at compile time by Don Turner · 6 years ago
  47. 2b3b16e Tidying up log levels, messages and comments by Don Turner · 6 years ago
  48. 9e66da4 Change Unavailable to Unimplemented for pause by Don Turner · 6 years ago
  49. bdb4835 Return Error::Unavailable when pausing an input stream by Don Turner · 6 years ago
  50. 65fba05 opensles: make Input pause unimplemented by Phil Burk · 6 years ago
  51. 66783b1 Enable logging only for debug builds by Don Turner · 6 years ago
  52. 0094c76 Merge pull request #178 from ggfan/add-optimization-flag by Gerry · 6 years ago
  53. c6ffd52 addressing code review requests for -Ofast flag by ggfan · 6 years ago
  54. 9fd786a addressing code reviews for -Ofast addition by gfan · 6 years ago
  55. 32c6743 Added OBOE_ENABLE_LOGGING to guard against logging per github issue 175 by ggfan · 6 years ago
  56. 2778e88 Adding -Ofast for sample build. by gfan · 6 years ago
  57. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  58. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  59. 09001f5 android/log.h is only included if OBOE_ENABLE_LOGGING=1 by Don Turner · 6 years ago
  60. 8b75ba1 Update tests so that audio API can be specfied when opening stream by Don Turner · 6 years ago
  61. b78f3ee Make wording clearer by Don Turner · 6 years ago
  62. 82831c5 Add section on optaining low latency streams on API <26 by Don Turner · 6 years ago
  63. 09282b5 Add newline by Don Turner · 6 years ago
  64. dcb55a4 Request OpenSLES for tests, update comments by Don Turner · 6 years ago
  65. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  66. 6a390fd Add stdint.h to FifoControllerBase.h by Don Turner · 6 years ago
  67. 23eea11 Fix #174 - Calling waitForStateChange on closed AAudio stream should return OK by Don Turner · 6 years ago
  68. 599e9a0 Fixes #148 hello-oboe UI doesn't fit on Nexus One (API 16) by Don Turner · 6 years ago
  69. 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
  70. d41071b Merge pull request #161 from google/fix159-no-p by Phil Burk · 6 years ago
  71. 5f37601 oboe: better name for CONSTANT_API_P by Phil Burk · 6 years ago
  72. c174fc4 Restore previous state on error by Don Turner · 6 years ago
  73. dd35888 Adding tests and states for OpenSL ES input streams by Don Turner · 6 years ago
  74. 0412fd5 Fix stream states for OpenSL ES by Don Turner · 6 years ago
  75. 1ded8e7 oboe: remove dependencies on P constants by Phil Burk · 6 years ago
  76. 6ee9cf3 Adding local path to ANDROID_NDK by Don Turner · 6 years ago
  77. d5a82b7 Adding missing tests and stream closed default values by Don Turner · 6 years ago
  78. ba5a01b Add newline by Don Turner · 6 years ago
  79. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
  80. a556b8a Update tests for isXRunCountSupported by Don Turner · 6 years ago
  81. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  82. 94fe485 Add empty "stream closed" tests by Don Turner · 6 years ago
  83. eb236cc Fix googletest path for latest NDK by Don Turner · 6 years ago
  84. d5550ac Update samples section by Don Turner · 6 years ago
  85. 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago
  86. 7c662ba opensles: rename methods, cleanup constants by Phil Burk · 6 years ago
  87. d5a156b opensles: generate channel masks safely by OS version by Phil Burk · 6 years ago
  88. 17d8001 opensles: fix API level check for FLOAT by Phil Burk · 6 years ago
  89. 922d430 Merge pull request #142 from HobbyProjects/patch-1 by Phil Burk · 6 years ago
  90. b2797e8 Update FullGuide.md by HobbyProjects · 6 years ago
  91. eedc084 Change NDK r16 to r17 by Don Turner · 6 years ago
  92. 0ec23b4 Change required NDK version to r17b by Don Turner · 6 years ago
  93. d7476a8 oboe: optimize getSdkVersion() by Phil Burk · 6 years ago
  94. 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
  95. 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
  96. 1e4cf7c Add link to codelab by Don Turner · 6 years ago
  97. f393890 Lock MegaDrone and RhythmGame samples to portrait orientation by Don Turner · 6 years ago
  98. 54e1095 Update gradle configs to use correct terms and latest library versions by Don Turner · 6 years ago
  99. ceb1680 Merge pull request #138 from ggfan/stream-fix by Gerry · 6 years ago
  100. 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago