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