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