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