1. 373e646 oboe: add blocking read/write by Phil Burk · 6 years ago
  2. c51f2ef Version bump from 0.9 to 0.10 by Don Turner · 6 years ago
  3. b79b1d7 Merge pull request #46 from google/apiindex-rename by Don Turner · 6 years ago
  4. 87f80e8 More concise return strings for convertToText methods by Don Turner · 6 years ago
  5. aab1d25 Adding convertToText for AudioApi by Don Turner · 6 years ago
  6. e59853f Rename ApiIndex to AudioApi, move into Definitions.h by Don Turner · 6 years ago
  7. 09c96e9 Initialize mStreamCallback to nullptr. Fixes #44. by Don Turner · 6 years ago
  8. 7283080 Add convertToText(StreamState). Fixes #38 by Don Turner · 7 years ago
  9. 5417cf8 Move float scaling value into constant. Fixes #21 by Don Turner · 7 years ago
  10. 8da4668 Merge pull request #35 from google/add-disconnected-state by Don Turner · 7 years ago
  11. 8b5f1c1 Add disconnected state by Don Turner · 7 years ago
  12. 3898bea Input streams are live by Don Turner · 7 years ago
  13. 7621b5d Oboe works with NDK r15 by Don Turner · 7 years ago
  14. c6b88cd Merge pull request #29 from google/versionnumber by Don Turner · 7 years ago
  15. 49fedc2 Change Version from class to struct by Don Turner · 7 years ago
  16. 8dfb025 Use #defines for version numbers by Don Turner · 7 years ago
  17. 288946b Adding version information by Don Turner · 7 years ago
  18. 39f1871 Update the CMakeLists.txt complete example by Don Turner · 7 years ago
  19. a40baae Merge pull request #26 from google/addinput by Phil Burk · 7 years ago
  20. 9b1c2ce oboe: make chanCountToChanMask non-virtual by Phil Burk · 7 years ago
  21. 7040a9d oboe: address review comments, better singleton by Phil Burk · 7 years ago
  22. d9703b0 oboe: OPenSL ES opens moved into stream open by Phil Burk · 7 years ago
  23. 420715b oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  24. 6d95291 oboe: implement input stream by Phil Burk · 7 years ago
  25. 9a147a1 oboe: move OpenSL ES output code to its own class by Phil Burk · 7 years ago
  26. 64c55f4 oboe: OpenSL ES refactor engine by Phil Burk · 7 years ago
  27. ca64ea1 Merge pull request #23 from google/sharingmodes by Don Turner · 7 years ago
  28. 2da496d New diagrams for sharing modes by Don Turner · 7 years ago
  29. c2531b5 Minor text reordering to make it easier to diff by Don Turner · 7 years ago
  30. 7339099 Updated text and added diagram on sharing modes by Don Turner · 7 years ago
  31. 6d6fb8d Clearer instructions for adding Oboe to a project by Don Turner · 7 years ago
  32. e6c1c74 Oboe can be added to an existing project using CMake add_subdirectory by Don Turner · 7 years ago
  33. 056fe73 Changing std::make_unique to std::unique_ptr to avoid dependency on C++14 by Don Turner · 7 years ago
  34. 2e10dec Merge pull request #18 from google/namespace by Don Turner · 7 years ago
  35. 605c25c Add TODO for convertToText method to return int value in string by Don Turner · 7 years ago
  36. 5ea2530 Adding template method convertToText by Don Turner · 7 years ago
  37. d4b7f08 Revert to using raw pointer for setCallback by Don Turner · 7 years ago
  38. 338eac6 member vairable alignment by Don Turner · 7 years ago
  39. 93fad7d Minor edits to address comments by Don Turner · 7 years ago
  40. 379e8e5 Rename Stream to AudioStream by Don Turner · 7 years ago
  41. da0edda Use std::shared_ptr for callback object by Don Turner · 7 years ago
  42. e5bc9d9 Add default case to convert methods by Don Turner · 7 years ago
  43. 89c9076 More documentation fixes by Don Turner · 7 years ago
  44. 2786fb5 Documentation tidy up by Don Turner · 7 years ago
  45. 3bf32ae Use oboe namespace by Don Turner · 7 years ago
  46. cca1d41 Merge pull request #16 from google/ondisconnect by Don Turner · 7 years ago
  47. cfd1a01 oboe: automatically stop and close a stream when disconnected by Phil Burk · 7 years ago
  48. 618bda0 Merge pull request #12 from jplatipus/patch-1 by Don Turner · 7 years ago
  49. 6c1fc78 Update FifoBuffer.cpp by jplatipus · 7 years ago
  50. d9a056c Merge pull request #8 from google/noonexit by Phil Burk · 7 years ago
  51. c8e73de oboe callback: remove onExit() by Phil Burk · 7 years ago
  52. 5cf551e Merge pull request #7 from google/fixreadwrite by Phil Burk · 7 years ago
  53. 6c60236 oboe: fix dlsym for getFramesWritten/Read by Phil Burk · 7 years ago
  54. 01f0477 Merge branch 'issupported' of https://github.com/google/oboe by Don Turner · 7 years ago
  55. 6ef7e0c Adding CDep distribution by Don Turner · 7 years ago
  56. fecb83c Add OboeUtilities.h to Oboe.h so Oboe_convert* methods are available to clients by Don Turner · 7 years ago
  57. 72e3b79 Minor text update by Don Turner · 7 years ago
  58. d79d9d9 Adding screenshot to show location of CMakeLists.txt by Don Turner · 7 years ago
  59. c5a7e0a Update GettingStarted.md by Don Turner · 7 years ago
  60. 71d87ea Fix example code, make the guide clearer by Don Turner · 7 years ago
  61. 19736bf Update README.md by Don Turner · 7 years ago
  62. 19f9815 oboe: add easy way to query whether AAudio is supported by Phil Burk · 7 years ago
  63. 415ea81 Update CONTRIBUTING by Don Turner · 7 years ago
  64. 34a4d91 Adding license to build script by Don Turner · 7 years ago
  65. 1b3c473 Adding developer preview text by Don Turner · 7 years ago
  66. 695114c Merge "Adding documentation" by Don Turner · 7 years ago
  67. 0792750 Adding documentation by Don Turner · 7 years ago
  68. f43cb7c Merge "Use CMake to build liboboe.a for Android ABIs" by Don Turner · 7 years ago
  69. b4de50e Merge "oboe: add OboeLatencyTuner.cpp, cleanup" by Phil Burk · 7 years ago
  70. c2243b1 oboe: add OboeLatencyTuner.cpp, cleanup by Phil Burk · 7 years ago
  71. 219bd59 Updated README, includes install instructions by Don Turner · 7 years ago
  72. d86302e oboe: add .gitignore by Phil Burk · 7 years ago
  73. 455027e More AAudioLoader cleanups by Mikhail Naganov · 7 years ago
  74. f8a24d6 AAudioLoader: add 'stream_read' by Mikhail Naganov · 7 years ago
  75. deffe41 Fix AAudioLoader by Mikhail Naganov · 7 years ago
  76. a77a0d4 Add Don to CONTRIBUTORS by Don Turner · 7 years ago
  77. 65b4dc1 Add Oboe_convert methods, make them public by Don Turner · 7 years ago
  78. 2682fbd Use SLDataFormat_PCM on API < 21 by Don Turner · 7 years ago
  79. 1f6dcad Use CMake to build liboboe.a for Android ABIs by Don Turner · 7 years ago
  80. 015ef88 Merge "Fix path for OboeDebug.h" by Don Turner · 7 years ago
  81. ec6271f Remove redundant dummy.cpp by Don Turner · 7 years ago
  82. 6580987 Change log level from error to info if libaaudio not available by Don Turner · 7 years ago
  83. df0d916 Add OboeConvert_ResultToText by Don Turner · 7 years ago
  84. d96e05e Fix path for OboeDebug.h by Don Turner · 7 years ago
  85. 8d8bb0a oboe: remove unused include by Phil Burk · 7 years ago
  86. ca6f91a Initial commit by Don Turner · 7 years ago
  87. 281900b Initial empty repository by Ben Weiss · 7 years ago