1. 187f6ac Update issue templates by Phil Burk · 5 years ago
  2. 5a73fb9 Add atomic increment to FifoControllers by Thomas Guilbert · 5 years ago
  3. 8f47ec8 Small fixes from #352 by Thomas Guilbert · 5 years ago
  4. 561cda3 flowgraph: change onProcessFixedBlock return value by Phil Burk · 5 years ago
  5. c7aae7b Merge pull request #571 from tguilbert-google/const_fifo by tguilbert-google · 5 years ago
  6. 776b8b5 flowgraph: pass source and sink streams by Phil Burk · 5 years ago
  7. f263601 Mark Fifo getters as consts by Thomas Guilbert · 5 years ago
  8. 9252733 flowgraph: optimize resampler by Phil Burk · 5 years ago
  9. 6bc27a3 flowgraph: optimize stereo resampler by Phil Burk · 5 years ago
  10. 812313b Updating FullGuide.md to address documentation issues (#556) by Atneya Nair · 5 years ago
  11. eb7df54 Merge pull request #566 from google/bugreport-template-1 by Phil Burk · 5 years ago
  12. f308044 Update issue templates by Phil Burk · 5 years ago
  13. cf1dbc5 flowgraph: add PolyphaseResamplerStereo by Phil Burk · 5 years ago
  14. e1c46f8 Add link to SO question by Don Turner · 5 years ago
  15. 1895b11 Add details about `PerformanceMode` on Android <7.1 by Don Turner · 5 years ago
  16. 1a9efd5 Fix formatting issue by Don Turner · 5 years ago
  17. 9b4e631 oboe: add PolyphaseSincResampler by Phil Burk · 5 years ago
  18. 09d7c11 Update sample code for obtaining optimal latency by Don Turner · 5 years ago
  19. 9aadb86 Code samples set stream default values. Fixes #513 by Don Turner · 5 years ago
  20. 2a49f21 Add Mini Tunes app by Don Turner · 5 years ago
  21. 04111a4 Merge pull request #563 from google/servicedll by Phil Burk · 5 years ago
  22. 5c4f100 OboeTester: load native library from service by Phil Burk · 5 years ago
  23. cd60416 Added SoundCloud to list of apps using Oboe by Don Turner · 5 years ago
  24. 8dcd2e6 Only load API 28 methods on API 28 and above. Fixes #149 by Don Turner · 5 years ago
  25. 2b8714f Update documentation by Don Turner · 5 years ago
  26. 41d01d7 Update documentation to latest stable version (1.2) by Don Turner · 5 years ago
  27. bb7c80f update OboeTester readme by Phil Burk · 5 years ago
  28. a6e7ef2 Adding InputPreset::VoicePerformance. (#555) by Atneya Nair · 5 years ago
  29. 77ea188 Updating known issues documentation. Fixes #482 (#545) by Atneya Nair · 5 years ago
  30. a935285 Log error if attempting to open AAudio when not recomended (#543) by Atneya Nair · 5 years ago
  31. a688320 Clarifies documentation around setDeviceId(). Fixes #480 (#546) by Atneya Nair · 5 years ago
  32. 82a52db Merge pull request #544 from google/issue-478 by Atneya Nair · 5 years ago
  33. 1de4d33 Deprecating old getTimestamp method. Fixes #478 by Atneya Nair · 5 years ago
  34. 65e32b6 oboe: fix off-by-one in resampler filter by Phil Burk · 5 years ago
  35. f8ab39a Merge pull request #540 from google/managed-builder-fix by Atneya Nair · 5 years ago
  36. 301b066 oboe: add stereo resampler by Phil Burk · 5 years ago
  37. 969d48e Fixing bug in AudioStreamBuilder causing leak by Atneya Nair · 5 years ago
  38. a007fb3 oboe: use factory class for Resamplers by Phil Burk · 5 years ago
  39. 42a4ce3 Move ownership of AudioEngine object into Java by Don Turner · 5 years ago
  40. 116d8e0 Changing engine to be a unique_ptr by Don Turner · 5 years ago
  41. e82bc51 oboe: fix stereo SincResampler by Phil Burk · 5 years ago
  42. 68b6ffa oboe: add sinc based resampler by Phil Burk · 5 years ago
  43. a7c9677 Merge pull request #534 from google/fixonerror by Phil Burk · 5 years ago
  44. a74fdbc Merge pull request #533 from google/issue-529_new by Atneya Nair · 5 years ago
  45. 5654c29 oboe: improve comments for onError callbacks by Phil Burk · 5 years ago
  46. f5b3b81 oboe: add to QuirksManager by Phil Burk · 5 years ago
  47. c812537 Deleting stream prior to opening new stream. Other documentation and refactoring changes by Atneya Nair · 5 years ago
  48. 41b121b oboe: start QuirksManager by Phil Burk · 5 years ago
  49. 2441eca oboe: make error callback support code protected by Phil Burk · 5 years ago
  50. cb2b340 oboe: prevent onError callback from causing an assert by Phil Burk · 5 years ago
  51. 6d3a2fe Refactoring Hello-Oboe to use ManagedStream by Atneya Nair · 5 years ago
  52. f172985 Add support for unique ptr AudioStreams by Atneya Nair · 5 years ago
  53. b36c4af Adding a Copy Constructor to AudioStreamBuilder (#528) by Atneya Nair · 5 years ago
  54. e6b9f2b oboe: control whether conversion is allowed by Phil Burk · 5 years ago
  55. bd76d6a OboeTester: support conversion for input and for I16 by Phil Burk · 5 years ago
  56. 717a453 OboeTester: fix recording of I16 by Phil Burk · 5 years ago
  57. e4a2e9c oboe: rename OboeFlowGraph to DataConversionFlowGraph by Phil Burk · 5 years ago
  58. f4172d0 Reinit. Audio Engine for MegaDrone on restart. (#523) by Atneya Nair · 5 years ago
  59. dba5be8 Refactor Live Effect to use Full Duplex Stream (#522) by Atneya Nair · 5 years ago
  60. f67a97f oboe: fix sample rate converter by Phil Burk · 5 years ago
  61. 83ceba1 OboeTester: add resampler test by Phil Burk · 5 years ago
  62. 3be5aa4 Using constants for spinner default values (#516) by atneya-nair · 5 years ago
  63. 3d30300 Merge pull request #518 from google/issue-517 by atneya-nair · 5 years ago
  64. 8bb9324 Fix indentation tabs->spaces by Don Turner · 5 years ago
  65. 0bbd699 Fix variable name to avoid -Wshadow-field error by Don Turner · 5 years ago
  66. eaced36 Updating gradle to use latest version as well as updated android gradle plugin by Atneya Nair · 5 years ago
  67. cba8702 close exclusive streams onPause(), fix Issue 448 (#511) by atneya-nair · 5 years ago
  68. ac13fc9 Fix typo in OboeTester README by Phil Burk · 5 years ago
  69. 2a15ae9 Add to OboeTester README by Phil Burk · 5 years ago
  70. 83ae2bf Adding Audio Evolution Mobile by Don Turner · 5 years ago
  71. 7a644e4 Merge branch 'resampler' of https://github.com/google/oboe into resampler by Phil Burk · 5 years ago
  72. dd3971d oboe: first draft of resampler by Phil Burk · 5 years ago
  73. 2effdb1 Merge pull request #509 from google/refactor-time-function by atneya-nair · 5 years ago
  74. 6fbcd64 Refactor to use std::chrono by Don Turner · 5 years ago
  75. 4544f26 Merge pull request #507 from google/fix-rhythmgame by atneya-nair · 5 years ago
  76. f2c914a Fix stereo output. Fixes #505 by Don Turner · 5 years ago
  77. 514a8ca Merge pull request #506 from google/nonoise by Phil Burk · 5 years ago
  78. 89fa4a1 Add C++14 requirement by Don Turner · 5 years ago
  79. 36cb4b8 Stronger guidance on closing streams by Don Turner · 5 years ago
  80. 03dfd4f Add Android Studio version requirement by Don Turner · 5 years ago
  81. 9a5d8b3 Update unit tests documentation by Don Turner · 5 years ago
  82. 2ef9ad0 OboeTester: set noise amplitude to zero by Phil Burk · 5 years ago
  83. f33c84a Merge pull request #497 from google/moveflow by Phil Burk · 5 years ago
  84. 84e7e65 oboe: move flowgraph from OboeTester to inside Oboe by Phil Burk · 5 years ago
  85. 39e9bc6 Merge pull request #487 from google/issue-486 by Phil Burk · 5 years ago
  86. f78df13 #486 Style and minor fixes to prev. commit by Atneya Nair · 5 years ago
  87. bde3bd8 486 - added state description to Stream Dump by Atneya Nair · 5 years ago
  88. 79b4fbe Merge pull request #481 from google/autogl by Phil Burk · 5 years ago
  89. e87667d Oboetester: improve auto glitch test by Phil Burk · 5 years ago
  90. c9ee002 Add note about API 23 emulator being broken by Don Turner · 5 years ago
  91. 00e03d1 Merge pull request #467 from google/wakelocks by Phil Burk · 5 years ago
  92. 19ee908 OboeTester: add screen wake locks by Phil Burk · 5 years ago
  93. f52d717 Merge pull request #466 from google/saveglitch by Phil Burk · 5 years ago
  94. 81ca474 OboeTester: share WAVE from glitch test by Phil Burk · 5 years ago
  95. a7d15d2 Remove tabs by Don Turner · 5 years ago
  96. a87d5f1 Added comments for kVersionText variable by Don Turner · 5 years ago
  97. 9fc3f7a Add version string by Don Turner · 5 years ago
  98. 9f3a33f OboeTester: save WAVE from glitch test by Phil Burk · 5 years ago
  99. c278091 Merge pull request #457 from google/fix425 by Phil Burk · 5 years ago
  100. 1167044 Merge pull request #456 from google/philburk-patch-1 by Phil Burk · 5 years ago