1. 7c19352 oboe: cleaned up ErrorOrValue by Phil Burk · 6 years ago
  2. 4cf25f1 oboe: add ErrorOrValue dual return by Phil Burk · 6 years ago
  3. 8b57536 Update README.md by Don Turner · 6 years ago
  4. b079674 Updating link to samples again by Don Turner · 6 years ago
  5. 80da84f Updating link to samples by Don Turner · 6 years ago
  6. e3e55e6 Moving samples from high-performance repo to here by Don Turner · 6 years ago
  7. 2925aa7 Merge pull request #71 from google/openslerr by Phil Burk · 6 years ago
  8. 0cb67a6 oboe: cleanup OpenSL ES input by Phil Burk · 6 years ago
  9. dac7687 Merge pull request #70 from google/getstream by Phil Burk · 6 years ago
  10. 6a33b5b Merge pull request #64 from google/querysdk by Phil Burk · 6 years ago
  11. a22f301 oboe: add debug method for getting AAudioStream by Phil Burk · 6 years ago
  12. c668c41 oboe querysdk: make a distinction between supported and recommended by Phil Burk · 6 years ago
  13. f3c46fb oboe: add general purpose getSdkVersion() query by Phil Burk · 6 years ago
  14. 44c6b6e Merge pull request #55 from google/readwrite by Phil Burk · 6 years ago
  15. 477e01c Oboe: remove some logs, misc cleanup by Phil Burk · 6 years ago
  16. 218fc4b Moving build script and CDep config to cdep branch by Don Turner · 6 years ago
  17. 2e446b1 Updating to latest build script by Don Turner · 6 years ago
  18. ee53861 Merge branch 'readwrite' of https://github.com/google/oboe into readwrite by Phil Burk · 6 years ago
  19. bc0643f Merge branch 'master' into readwrite by Phil Burk · 6 years ago
  20. f9fc01d oboe: remove getNextReadTime by Phil Burk · 6 years ago
  21. a5d6637 oboe: more blocking read/write by Phil Burk · 6 years ago
  22. 34217a7 oboe: add blocking read/write by Phil Burk · 6 years ago
  23. 362abd9 oboe: remove getNextReadTime by Phil Burk · 6 years ago
  24. 5fa5b88 oboe: more blocking read/write by Phil Burk · 6 years ago
  25. 373e646 oboe: add blocking read/write by Phil Burk · 6 years ago
  26. 025a990 AAudio now used on API 27 rather than 26 by Don Turner · 6 years ago
  27. a2b8690 Merge pull request #51 from google/fix-issue-40 by Don Turner · 6 years ago
  28. d35c572 Do not use AAudio unless running on Android 8.1 or higher by Mikhail Naganov · 6 years ago
  29. 8de6af0 Merge pull request #50 from google/unittests by Don Turner · 6 years ago
  30. fda6701 Adding unit tests and testing script by Don Turner · 6 years ago
  31. c51f2ef Version bump from 0.9 to 0.10 by Don Turner · 6 years ago
  32. b79b1d7 Merge pull request #46 from google/apiindex-rename by Don Turner · 6 years ago
  33. 87f80e8 More concise return strings for convertToText methods by Don Turner · 6 years ago
  34. aab1d25 Adding convertToText for AudioApi by Don Turner · 6 years ago
  35. e59853f Rename ApiIndex to AudioApi, move into Definitions.h by Don Turner · 6 years ago
  36. 09c96e9 Initialize mStreamCallback to nullptr. Fixes #44. by Don Turner · 6 years ago
  37. 7283080 Add convertToText(StreamState). Fixes #38 by Don Turner · 7 years ago
  38. 5417cf8 Move float scaling value into constant. Fixes #21 by Don Turner · 7 years ago
  39. 8da4668 Merge pull request #35 from google/add-disconnected-state by Don Turner · 7 years ago
  40. 8b5f1c1 Add disconnected state by Don Turner · 7 years ago
  41. 3898bea Input streams are live by Don Turner · 7 years ago
  42. 7621b5d Oboe works with NDK r15 by Don Turner · 7 years ago
  43. c6b88cd Merge pull request #29 from google/versionnumber by Don Turner · 7 years ago
  44. 49fedc2 Change Version from class to struct by Don Turner · 7 years ago
  45. 8dfb025 Use #defines for version numbers by Don Turner · 7 years ago
  46. 288946b Adding version information by Don Turner · 7 years ago
  47. 39f1871 Update the CMakeLists.txt complete example by Don Turner · 7 years ago
  48. a40baae Merge pull request #26 from google/addinput by Phil Burk · 7 years ago
  49. 9b1c2ce oboe: make chanCountToChanMask non-virtual by Phil Burk · 7 years ago
  50. 7040a9d oboe: address review comments, better singleton by Phil Burk · 7 years ago
  51. d9703b0 oboe: OPenSL ES opens moved into stream open by Phil Burk · 7 years ago
  52. 420715b oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  53. 6d95291 oboe: implement input stream by Phil Burk · 7 years ago
  54. 9a147a1 oboe: move OpenSL ES output code to its own class by Phil Burk · 7 years ago
  55. 64c55f4 oboe: OpenSL ES refactor engine by Phil Burk · 7 years ago
  56. ca64ea1 Merge pull request #23 from google/sharingmodes by Don Turner · 7 years ago
  57. 2da496d New diagrams for sharing modes by Don Turner · 7 years ago
  58. c2531b5 Minor text reordering to make it easier to diff by Don Turner · 7 years ago
  59. 7339099 Updated text and added diagram on sharing modes by Don Turner · 7 years ago
  60. 6d6fb8d Clearer instructions for adding Oboe to a project by Don Turner · 7 years ago
  61. e6c1c74 Oboe can be added to an existing project using CMake add_subdirectory by Don Turner · 7 years ago
  62. 056fe73 Changing std::make_unique to std::unique_ptr to avoid dependency on C++14 by Don Turner · 7 years ago
  63. 2e10dec Merge pull request #18 from google/namespace by Don Turner · 7 years ago
  64. 605c25c Add TODO for convertToText method to return int value in string by Don Turner · 7 years ago
  65. 5ea2530 Adding template method convertToText by Don Turner · 7 years ago
  66. d4b7f08 Revert to using raw pointer for setCallback by Don Turner · 7 years ago
  67. 338eac6 member vairable alignment by Don Turner · 7 years ago
  68. 93fad7d Minor edits to address comments by Don Turner · 7 years ago
  69. 379e8e5 Rename Stream to AudioStream by Don Turner · 7 years ago
  70. da0edda Use std::shared_ptr for callback object by Don Turner · 7 years ago
  71. e5bc9d9 Add default case to convert methods by Don Turner · 7 years ago
  72. 89c9076 More documentation fixes by Don Turner · 7 years ago
  73. 2786fb5 Documentation tidy up by Don Turner · 7 years ago
  74. 3bf32ae Use oboe namespace by Don Turner · 7 years ago
  75. cca1d41 Merge pull request #16 from google/ondisconnect by Don Turner · 7 years ago
  76. cfd1a01 oboe: automatically stop and close a stream when disconnected by Phil Burk · 7 years ago
  77. 618bda0 Merge pull request #12 from jplatipus/patch-1 by Don Turner · 7 years ago
  78. 6c1fc78 Update FifoBuffer.cpp by jplatipus · 7 years ago
  79. d9a056c Merge pull request #8 from google/noonexit by Phil Burk · 7 years ago
  80. c8e73de oboe callback: remove onExit() by Phil Burk · 7 years ago
  81. 5cf551e Merge pull request #7 from google/fixreadwrite by Phil Burk · 7 years ago
  82. 6c60236 oboe: fix dlsym for getFramesWritten/Read by Phil Burk · 7 years ago
  83. 01f0477 Merge branch 'issupported' of https://github.com/google/oboe by Don Turner · 7 years ago
  84. 6ef7e0c Adding CDep distribution by Don Turner · 7 years ago
  85. fecb83c Add OboeUtilities.h to Oboe.h so Oboe_convert* methods are available to clients by Don Turner · 7 years ago
  86. 72e3b79 Minor text update by Don Turner · 7 years ago
  87. d79d9d9 Adding screenshot to show location of CMakeLists.txt by Don Turner · 7 years ago
  88. c5a7e0a Update GettingStarted.md by Don Turner · 7 years ago
  89. 71d87ea Fix example code, make the guide clearer by Don Turner · 7 years ago
  90. 19736bf Update README.md by Don Turner · 7 years ago
  91. 19f9815 oboe: add easy way to query whether AAudio is supported by Phil Burk · 7 years ago
  92. 415ea81 Update CONTRIBUTING by Don Turner · 7 years ago
  93. 34a4d91 Adding license to build script by Don Turner · 7 years ago
  94. 1b3c473 Adding developer preview text by Don Turner · 7 years ago
  95. 695114c Merge "Adding documentation" by Don Turner · 7 years ago
  96. 0792750 Adding documentation by Don Turner · 7 years ago
  97. f43cb7c Merge "Use CMake to build liboboe.a for Android ABIs" by Don Turner · 7 years ago
  98. b4de50e Merge "oboe: add OboeLatencyTuner.cpp, cleanup" by Phil Burk · 7 years ago
  99. c2243b1 oboe: add OboeLatencyTuner.cpp, cleanup by Phil Burk · 7 years ago
  100. 219bd59 Updated README, includes install instructions by Don Turner · 7 years ago