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