1. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 6 years ago
  2. a5f1e73 Removing redundant destructor by Don Turner · 6 years ago
  3. 8e0338d Remove debug logging by Don Turner · 6 years ago
  4. 55e6499 AudioEngine holds pointer to an ISynth. Exact Synth type determined at runtime by Don Turner · 6 years ago
  5. 495af0e Refactoring Synth to template class and addressing other review points by Don Turner · 6 years ago
  6. f0d94f1 Fixing links and screenshot by Don Turner · 6 years ago
  7. c700fc8 Adding MegaDrone sample (from AES talk) by Don Turner · 6 years ago
  8. 7256bb2 Updated links and text by Don Turner · 6 years ago
  9. 4b8e25c Add links to projects using Oboe by Don Turner · 6 years ago
  10. 602fc7c Merge pull request #96 from google/processed by Phil Burk · 6 years ago
  11. 982d4fc change framesRead to framesProcessed by Phil Burk · 6 years ago
  12. 1f042c0 Merge pull request #89 from google/framesread by Phil Burk · 6 years ago
  13. b09eb33 Add getFramesProcessedByServer. Minor cleanup. by Phil Burk · 6 years ago
  14. 06bcb9a Added link to Rhythm Game codelab by Don Turner · 6 years ago
  15. 10118b4 Merge pull request #93 from google/oneword by Phil Burk · 6 years ago
  16. 3edbf05 oboe: change "subsequent" to "created" by Phil Burk · 6 years ago
  17. d4a31b2 Merge pull request #74 from google/nodevid by Phil Burk · 6 years ago
  18. c2281dc Remove caveat about unimplemented input streams. by Phil Burk · 6 years ago
  19. f2a7053 Implement getFramesRead for OpenSL ES OUTPUT by Phil Burk · 6 years ago
  20. c619d88 Remove erroneous result check by Don Turner · 6 years ago
  21. 254dc86 Initialize class members to nullptr by Don Turner · 6 years ago
  22. 35d4543 Initialize mAssetManager to nullptr by Don Turner · 6 years ago
  23. 262a584 Merge pull request #84 from google/calclatency by Phil Burk · 6 years ago
  24. fe407d4 oboe: better latency comments by Phil Burk · 6 years ago
  25. c07dc62 oboe: add calculateLatencyMillis() by Phil Burk · 6 years ago
  26. fdc4357 Change include path of constants file by Don Turner · 6 years ago
  27. bbdefad Some tidy up for I/O 2018 codelab by Don Turner · 6 years ago
  28. 4df8b4c Explain what each of the UI options does by Don Turner · 6 years ago
  29. 5070d2a Up to date screenshot which shows API and channel count selection by Don Turner · 6 years ago
  30. 9f7ec16 Merge pull request #73 from google/condfloat by Phil Burk · 6 years ago
  31. 7e69661 Fixing variable names by Don Turner · 6 years ago
  32. dc101a3 Solving concurrency problem by Don Turner · 6 years ago
  33. 16f7a7f Adding concurrency test by Don Turner · 6 years ago
  34. f7923ae Addressing review comments by Don Turner · 6 years ago
  35. 0db81a4 Updating various READMEs by Don Turner · 6 years ago
  36. 1fc7b79 Ignore build and .idea folders by Don Turner · 6 years ago
  37. 0964356 Use runtime query getSdkVersion() for OpenSL ES by Phil Burk · 6 years ago
  38. 7c19352 oboe: cleaned up ErrorOrValue by Phil Burk · 6 years ago
  39. 4cf25f1 oboe: add ErrorOrValue dual return by Phil Burk · 6 years ago
  40. 8b57536 Update README.md by Don Turner · 6 years ago
  41. b079674 Updating link to samples again by Don Turner · 6 years ago
  42. 80da84f Updating link to samples by Don Turner · 6 years ago
  43. e3e55e6 Moving samples from high-performance repo to here by Don Turner · 6 years ago
  44. 699e3aa Set deviceId to kUnspecified for OpenSL ES. by Phil Burk · 6 years ago
  45. 2925aa7 Merge pull request #71 from google/openslerr by Phil Burk · 6 years ago
  46. 0cb67a6 oboe: cleanup OpenSL ES input by Phil Burk · 6 years ago
  47. dac7687 Merge pull request #70 from google/getstream by Phil Burk · 6 years ago
  48. 6a33b5b Merge pull request #64 from google/querysdk by Phil Burk · 6 years ago
  49. a22f301 oboe: add debug method for getting AAudioStream by Phil Burk · 6 years ago
  50. c668c41 oboe querysdk: make a distinction between supported and recommended by Phil Burk · 6 years ago
  51. f3c46fb oboe: add general purpose getSdkVersion() query by Phil Burk · 6 years ago
  52. 44c6b6e Merge pull request #55 from google/readwrite by Phil Burk · 6 years ago
  53. 477e01c Oboe: remove some logs, misc cleanup by Phil Burk · 6 years ago
  54. 218fc4b Moving build script and CDep config to cdep branch by Don Turner · 6 years ago
  55. 2e446b1 Updating to latest build script by Don Turner · 6 years ago
  56. ee53861 Merge branch 'readwrite' of https://github.com/google/oboe into readwrite by Phil Burk · 6 years ago
  57. bc0643f Merge branch 'master' into readwrite by Phil Burk · 6 years ago
  58. f9fc01d oboe: remove getNextReadTime by Phil Burk · 6 years ago
  59. a5d6637 oboe: more blocking read/write by Phil Burk · 6 years ago
  60. 34217a7 oboe: add blocking read/write by Phil Burk · 6 years ago
  61. 362abd9 oboe: remove getNextReadTime by Phil Burk · 6 years ago
  62. 5fa5b88 oboe: more blocking read/write by Phil Burk · 6 years ago
  63. 373e646 oboe: add blocking read/write by Phil Burk · 6 years ago
  64. 025a990 AAudio now used on API 27 rather than 26 by Don Turner · 6 years ago
  65. a2b8690 Merge pull request #51 from google/fix-issue-40 by Don Turner · 6 years ago
  66. d35c572 Do not use AAudio unless running on Android 8.1 or higher by Mikhail Naganov · 6 years ago
  67. 8de6af0 Merge pull request #50 from google/unittests by Don Turner · 6 years ago
  68. fda6701 Adding unit tests and testing script by Don Turner · 6 years ago
  69. c51f2ef Version bump from 0.9 to 0.10 by Don Turner · 6 years ago
  70. b79b1d7 Merge pull request #46 from google/apiindex-rename by Don Turner · 6 years ago
  71. 87f80e8 More concise return strings for convertToText methods by Don Turner · 6 years ago
  72. aab1d25 Adding convertToText for AudioApi by Don Turner · 6 years ago
  73. e59853f Rename ApiIndex to AudioApi, move into Definitions.h by Don Turner · 6 years ago
  74. 09c96e9 Initialize mStreamCallback to nullptr. Fixes #44. by Don Turner · 6 years ago
  75. 7283080 Add convertToText(StreamState). Fixes #38 by Don Turner · 6 years ago
  76. 5417cf8 Move float scaling value into constant. Fixes #21 by Don Turner · 6 years ago
  77. 8da4668 Merge pull request #35 from google/add-disconnected-state by Don Turner · 6 years ago
  78. 8b5f1c1 Add disconnected state by Don Turner · 6 years ago
  79. 3898bea Input streams are live by Don Turner · 7 years ago
  80. 7621b5d Oboe works with NDK r15 by Don Turner · 7 years ago
  81. c6b88cd Merge pull request #29 from google/versionnumber by Don Turner · 7 years ago
  82. 49fedc2 Change Version from class to struct by Don Turner · 7 years ago
  83. 8dfb025 Use #defines for version numbers by Don Turner · 7 years ago
  84. 288946b Adding version information by Don Turner · 7 years ago
  85. 39f1871 Update the CMakeLists.txt complete example by Don Turner · 7 years ago
  86. a40baae Merge pull request #26 from google/addinput by Phil Burk · 7 years ago
  87. 9b1c2ce oboe: make chanCountToChanMask non-virtual by Phil Burk · 7 years ago
  88. 7040a9d oboe: address review comments, better singleton by Phil Burk · 7 years ago
  89. d9703b0 oboe: OPenSL ES opens moved into stream open by Phil Burk · 7 years ago
  90. 420715b oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  91. 6d95291 oboe: implement input stream by Phil Burk · 7 years ago
  92. 9a147a1 oboe: move OpenSL ES output code to its own class by Phil Burk · 7 years ago
  93. 64c55f4 oboe: OpenSL ES refactor engine by Phil Burk · 7 years ago
  94. ca64ea1 Merge pull request #23 from google/sharingmodes by Don Turner · 7 years ago
  95. 2da496d New diagrams for sharing modes by Don Turner · 7 years ago
  96. c2531b5 Minor text reordering to make it easier to diff by Don Turner · 7 years ago
  97. 7339099 Updated text and added diagram on sharing modes by Don Turner · 7 years ago
  98. 6d6fb8d Clearer instructions for adding Oboe to a project by Don Turner · 7 years ago
  99. e6c1c74 Oboe can be added to an existing project using CMake add_subdirectory by Don Turner · 7 years ago
  100. 056fe73 Changing std::make_unique to std::unique_ptr to avoid dependency on C++14 by Don Turner · 7 years ago