1. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  2. 599e9a0 Fixes #148 hello-oboe UI doesn't fit on Nexus One (API 16) by Don Turner · 6 years ago
  3. 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
  4. d41071b Merge pull request #161 from google/fix159-no-p by Phil Burk · 6 years ago
  5. 5f37601 oboe: better name for CONSTANT_API_P by Phil Burk · 6 years ago
  6. c174fc4 Restore previous state on error by Don Turner · 6 years ago
  7. dd35888 Adding tests and states for OpenSL ES input streams by Don Turner · 6 years ago
  8. 0412fd5 Fix stream states for OpenSL ES by Don Turner · 6 years ago
  9. 1ded8e7 oboe: remove dependencies on P constants by Phil Burk · 6 years ago
  10. 6ee9cf3 Adding local path to ANDROID_NDK by Don Turner · 6 years ago
  11. d5a82b7 Adding missing tests and stream closed default values by Don Turner · 6 years ago
  12. ba5a01b Add newline by Don Turner · 6 years ago
  13. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
  14. a556b8a Update tests for isXRunCountSupported by Don Turner · 6 years ago
  15. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  16. 94fe485 Add empty "stream closed" tests by Don Turner · 6 years ago
  17. eb236cc Fix googletest path for latest NDK by Don Turner · 6 years ago
  18. d5550ac Update samples section by Don Turner · 6 years ago
  19. 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago
  20. 7c662ba opensles: rename methods, cleanup constants by Phil Burk · 6 years ago
  21. d5a156b opensles: generate channel masks safely by OS version by Phil Burk · 6 years ago
  22. 17d8001 opensles: fix API level check for FLOAT by Phil Burk · 6 years ago
  23. 922d430 Merge pull request #142 from HobbyProjects/patch-1 by Phil Burk · 6 years ago
  24. b2797e8 Update FullGuide.md by HobbyProjects · 6 years ago
  25. eedc084 Change NDK r16 to r17 by Don Turner · 6 years ago
  26. 0ec23b4 Change required NDK version to r17b by Don Turner · 6 years ago
  27. d7476a8 oboe: optimize getSdkVersion() by Phil Burk · 6 years ago
  28. 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
  29. 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
  30. 1e4cf7c Add link to codelab by Don Turner · 6 years ago
  31. f393890 Lock MegaDrone and RhythmGame samples to portrait orientation by Don Turner · 6 years ago
  32. 54e1095 Update gradle configs to use correct terms and latest library versions by Don Turner · 6 years ago
  33. ceb1680 Merge pull request #138 from ggfan/stream-fix by Gerry · 6 years ago
  34. 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago
  35. ca7a5da Merge pull request #123 from ggfan/print-stream by Gerry · 6 years ago
  36. 958365c Merge pull request #125 from ggfan/sles-performance-mode by Phil Burk · 6 years ago
  37. 3810cd9 For OpenSL ES, bypass PERFORMANCE_MODE for android N and older platforms by gerry · 6 years ago
  38. 2d8cc37 Merge pull request #133 from google/fix131-typo by Phil Burk · 6 years ago
  39. fe60c94 audio: fix typo in AAudioStreamBuilder_setinputPreset by Phil Burk · 6 years ago
  40. 9f56e10 Merge pull request #129 from google/dturner-patch-1 by Phil Burk · 6 years ago
  41. 5560839 fix link to GettingStarted guide by Atsushi Eno · 6 years ago
  42. 25a61f2 Fix incorrect logic for OpenSL ES performance configurations by Don Turner · 6 years ago
  43. 822bba9 Add debug function convertToText<AuduiStream*>(AudioStream* ) by gerry · 6 years ago
  44. 40aa2e7 Addressing more code reviews by gerry · 6 years ago
  45. 7ba67fe Addressing code reviews for echo sample by gerry · 6 years ago
  46. 3b5b60a Adding loopback example ( echo ) sample by gerry · 6 years ago
  47. c1445f4 Merge pull request #122 from google/version12 by Phil Burk · 6 years ago
  48. 2016779 bump minor version to 12 for new P functions by Phil Burk · 6 years ago
  49. 1b4b1af Merge pull request #99 from google/sessionid by Phil Burk · 6 years ago
  50. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
  51. c68172f move setting of mSessionId set mSessionId to None for OpenSL ES by Phil Burk · 6 years ago
  52. 45e7a50 Reverting default preset to VOICE_RECOGNITION by Don Turner · 6 years ago
  53. 4009081 AudioStreamOpenSLES and subclasses need some fine grained destroy flow. though no crashes, logcat shown internal errors caused mainly because we were destroying the out mix before the attached player by yellow · 7 years ago
  54. 0b6d982 opensl input preset to UNPROCESSED, or VOICE_RECOGNITION as fallback; AS auto formatted some code by yellow · 7 years ago
  55. b06e90c Fix incorrect sample name by Don Turner · 6 years ago
  56. 279d59c Add explanation for ResultWithValue=>Result type coercion by Don Turner · 6 years ago
  57. 8d5e1a5 Fix missing return value in AudioStreamAAudio, address review comments by Don Turner · 6 years ago
  58. 7a05d68 Version bump, update README by Don Turner · 6 years ago
  59. c021a77 Addressing feedback from philburk@ on ResultWithValue by Don Turner · 6 years ago
  60. fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
  61. 902e42a Moving docs and images into subfolder by Don Turner · 6 years ago
  62. d307077 Merge pull request #111 from ggfan/gradlew-fix by Phil Burk · 6 years ago
  63. cd4d7dc Minor change: add execution access right to samples/gradlew by gerry · 6 years ago
  64. 88a26ff Fix incorrect onAudioReady method signature by Don Turner · 6 years ago
  65. 0064cb1 Merge pull request #107 from ggfan/ci by Don Turner · 6 years ago
  66. 5201099 Merge branch 'master' into ci by Don Turner · 6 years ago
  67. 1abf88e Expose header directory to users via CMakeLists.txt by gerry · 6 years ago
  68. 5254904 Merge pull request #105 from ggfan/get-frames-per-burst-const by Phil Burk · 6 years ago
  69. c351bd0 Adding travis ci to the repo by gfan · 6 years ago
  70. 85f994c Bump gradle version by Don Turner · 6 years ago
  71. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  72. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 7 years ago
  73. d2c1eb8 add const modifier to oboe::AudioStream::getFramesPerBurst() by gerry · 6 years ago
  74. a5f1e73 Removing redundant destructor by Don Turner · 6 years ago
  75. 8e0338d Remove debug logging by Don Turner · 6 years ago
  76. 55e6499 AudioEngine holds pointer to an ISynth. Exact Synth type determined at runtime by Don Turner · 6 years ago
  77. 495af0e Refactoring Synth to template class and addressing other review points by Don Turner · 6 years ago
  78. f0d94f1 Fixing links and screenshot by Don Turner · 6 years ago
  79. c700fc8 Adding MegaDrone sample (from AES talk) by Don Turner · 6 years ago
  80. 7256bb2 Updated links and text by Don Turner · 6 years ago
  81. 4b8e25c Add links to projects using Oboe by Don Turner · 6 years ago
  82. c30bbe6 Add new P functions, setUsage() etc by Phil Burk · 7 years ago
  83. 602fc7c Merge pull request #96 from google/processed by Phil Burk · 7 years ago
  84. 982d4fc change framesRead to framesProcessed by Phil Burk · 7 years ago
  85. 1f042c0 Merge pull request #89 from google/framesread by Phil Burk · 7 years ago
  86. b09eb33 Add getFramesProcessedByServer. Minor cleanup. by Phil Burk · 7 years ago
  87. 06bcb9a Added link to Rhythm Game codelab by Don Turner · 7 years ago
  88. 10118b4 Merge pull request #93 from google/oneword by Phil Burk · 7 years ago
  89. 3edbf05 oboe: change "subsequent" to "created" by Phil Burk · 7 years ago
  90. d4a31b2 Merge pull request #74 from google/nodevid by Phil Burk · 7 years ago
  91. c2281dc Remove caveat about unimplemented input streams. by Phil Burk · 7 years ago
  92. f2a7053 Implement getFramesRead for OpenSL ES OUTPUT by Phil Burk · 7 years ago
  93. c619d88 Remove erroneous result check by Don Turner · 7 years ago
  94. 254dc86 Initialize class members to nullptr by Don Turner · 7 years ago
  95. 35d4543 Initialize mAssetManager to nullptr by Don Turner · 7 years ago
  96. 262a584 Merge pull request #84 from google/calclatency by Phil Burk · 7 years ago
  97. fe407d4 oboe: better latency comments by Phil Burk · 7 years ago
  98. c07dc62 oboe: add calculateLatencyMillis() by Phil Burk · 7 years ago
  99. fdc4357 Change include path of constants file by Don Turner · 7 years ago
  100. bbdefad Some tidy up for I/O 2018 codelab by Don Turner · 7 years ago