1. 1cd3320 Merge pull request #1019 from ggfan/github-989 by Gerry · 4 years, 2 months ago
  2. ff5888a address code review feedback for parameter checking by gfan · 4 years, 2 months ago
  3. e6c40ab Fixing github issue #989: add parameter validation to AudioStreamBase by gfan · 4 years, 2 months ago
  4. b781ef7 Fixed compilation error on NDK <21 by K · 4 years, 2 months ago
  5. 6d5a4f9 oboe: use proxy for callback size adapter by Phil Burk · 4 years, 3 months ago
  6. 7c3bff2 oboe: fix sample rate converter for input streams by Phil Burk · 4 years, 3 months ago
  7. 226f4d4 flowgraph: improve Oboe flowgraph by Phil Burk · 4 years, 5 months ago
  8. cb01be5 oboe: add ChannelCountConverter by Phil Burk · 4 years, 5 months ago
  9. 388b8c3 oboe: Samsung does not use MMAP for Camcorder by Phil Burk · 4 years, 5 months ago
  10. a588899 oboe: remove debug hack in QuirksManager by Phil Burk · 4 years, 5 months ago
  11. d12bb00 oboe: add Quirk for broken mono on S9 by Phil Burk · 4 years, 5 months ago
  12. 3cff973 rename to kDefaultNumBursts in LatencyTuner.h by Phil Burk · 4 years, 5 months ago
  13. eab3133 oboe: use frames for LatencyTuner settings by Phil Burk · 4 years, 5 months ago
  14. 7766f7f oboe: setInitialNumBursts() for LatencyTuner by Phil Burk · 4 years, 5 months ago
  15. 55304d7 Fix AudioStream.cpp indentation. by Phil Burk · 4 years, 6 months ago
  16. d8264be Reduce logging for a cleaner logcat by Phil Burk · 4 years, 6 months ago
  17. c79dada Always log errors and LOGI messages by Phil Burk · 4 years, 6 months ago
  18. da7f9cc oboe: shared_ptr to stream by Phil Burk · 4 years, 7 months ago
  19. df6d638 Oboe: openSharedStream uses ResultWithView by Phil Burk · 4 years, 7 months ago
  20. 68f7df0 oboe: add openSharedStream by Phil Burk · 4 years, 7 months ago
  21. 8969f1f Merge branch 'master' into quirksize by Phil Burk · 4 years, 9 months ago
  22. 754a7f2 Merge pull request #758 from google/fixtypes by Phil Burk · 4 years, 10 months ago
  23. 44116ec oboe: pass through onError*Close calls by Phil Burk · 4 years, 11 months ago
  24. b9cd55b oboe: fix type includes by Phil Burk · 4 years, 11 months ago
  25. 3be2553 Update README.md by Phil Burk · 5 years ago
  26. d3a69c4 Merge pull request #719 from google/cleansrc by Phil Burk · 5 years ago
  27. 5507c98 oboe: minimum one burst buffer for Legacy by Phil Burk · 5 years ago
  28. 236521e Oboe: Add device specific Quirks for Samsung by Phil Burk · 5 years ago
  29. 328860f oboe: renamed flowgraph classes by Phil Burk · 5 years ago
  30. 6359dca Merge pull request #683 from google/bigburst by Phil Burk · 5 years ago
  31. fcbc004 oboe: use bigger burst in OpenSL ES by Phil Burk · 5 years ago
  32. 8c26c49 Fixes #670 by Paul McLean · 5 years ago
  33. 3bcea3f Double initial stream buffer size. by Paul McLean · 5 years ago
  34. 93668c2 OboeTester: fix comment for input size by Phil Burk · 5 years ago
  35. 8da8d2f oboe: change default buffer sizes for INPUT by Phil Burk · 5 years ago
  36. e7143e0 oboe: cleanup resampler comments by Phil Burk · 5 years ago
  37. c230a49 oboe: add waitForAvailableFrames() by Phil Burk · 5 years ago
  38. a4ddbec resampler: fix some merge errors by Phil Burk · 5 years ago
  39. 9ffbcb6 Merge branch 'master' into resampler by Phil Burk · 5 years ago
  40. 252abe0 OboeTester: fix SRC quality menu by Phil Burk · 5 years ago
  41. 5927398 resampler: fix format conversion by Phil Burk · 5 years ago
  42. 41b868c resampler: misc cleanup and TODOs by Phil Burk · 5 years ago
  43. 99c0048 resampler: pass callback result by Phil Burk · 5 years ago
  44. 5663a56 resampler: turn off resampler by default by Phil Burk · 5 years ago
  45. 2da4a84 resampler: address lots of minor review comments by Phil Burk · 5 years ago
  46. f183221 Add convertToText implementations for missing types by Kai Wolf · 5 years ago
  47. 0a784e6 resampler: apply cutoff to reduce aliasing by Phil Burk · 5 years ago
  48. fc70271 resampler: simplify FilterAudioStream::read() by Phil Burk · 5 years ago
  49. beed0f3 resampler: implement read() for full duplex by Phil Burk · 5 years ago
  50. 8f47ec8 Small fixes from #352 by Thomas Guilbert · 5 years ago
  51. 561cda3 flowgraph: change onProcessFixedBlock return value by Phil Burk · 5 years ago
  52. 776b8b5 flowgraph: pass source and sink streams by Phil Burk · 5 years ago
  53. 9252733 flowgraph: optimize resampler by Phil Burk · 5 years ago
  54. 9b4e631 oboe: add PolyphaseSincResampler by Phil Burk · 5 years ago
  55. a935285 Log error if attempting to open AAudio when not recomended (#543) by Atneya Nair · 5 years ago
  56. 65e32b6 oboe: fix off-by-one in resampler filter by Phil Burk · 5 years ago
  57. 969d48e Fixing bug in AudioStreamBuilder causing leak by Atneya Nair · 5 years ago
  58. a007fb3 oboe: use factory class for Resamplers by Phil Burk · 5 years ago
  59. e82bc51 oboe: fix stereo SincResampler by Phil Burk · 5 years ago
  60. 68b6ffa oboe: add sinc based resampler by Phil Burk · 5 years ago
  61. f5b3b81 oboe: add to QuirksManager by Phil Burk · 5 years ago
  62. c812537 Deleting stream prior to opening new stream. Other documentation and refactoring changes by Atneya Nair · 5 years ago
  63. 41b121b oboe: start QuirksManager by Phil Burk · 5 years ago
  64. f172985 Add support for unique ptr AudioStreams by Atneya Nair · 5 years ago
  65. bd76d6a OboeTester: support conversion for input and for I16 by Phil Burk · 5 years ago
  66. e4a2e9c oboe: rename OboeFlowGraph to DataConversionFlowGraph by Phil Burk · 5 years ago
  67. f67a97f oboe: fix sample rate converter by Phil Burk · 5 years ago
  68. dd3971d oboe: first draft of resampler by Phil Burk · 6 years ago
  69. a7d15d2 Remove tabs by Don Turner · 6 years ago
  70. a87d5f1 Added comments for kVersionText variable by Don Turner · 6 years ago
  71. 9fc3f7a Add version string by Don Turner · 6 years ago
  72. 4b55c5d oboe: more work on waitForStateChange() by Phil Burk · 6 years ago
  73. 1ae0d17 Revert "Revert "Lock waitForStateChange()"" by Phil Burk · 6 years ago
  74. 29b0ad8 Revert "Lock waitForStateChange()" by Phil Burk · 6 years ago
  75. be13441 oboe: lock waitForStateChange for AAudio by Phil Burk · 6 years ago
  76. 8c369cf Set default buffer size to two bursts for low latency streams by Don Turner · 6 years ago
  77. 6fa2a1a Merge pull request #323 from google/stopcallback by Phil Burk · 6 years ago
  78. 7767b54 Adding -Wextra-semi to compile flags and removing extra semis by Don Turner · 6 years ago
  79. b878e2f oboe: stop stream if callback requests it by Phil Burk · 6 years ago
  80. d77ae20 Merge pull request #313 from google/bigcleanup by Phil Burk · 6 years ago
  81. 2b87992 oboe: log version number in openStream() by Phil Burk · 6 years ago
  82. 9bcf795 oboe: AAudio astream by Phil Burk · 6 years ago
  83. 89c834f Remove TODO comment after feedback from Phil by Don Turner · 6 years ago
  84. aa1719a Add low pass filter to opsPerStep. Increase step duration to 20us. by Don Turner · 6 years ago
  85. cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
  86. 83d9e5e Allow user to define maximum buffer size when using LatencyTuner by Don Turner · 6 years ago
  87. 237cee0 Fix memory leak if AudioStreamBuilder::openStream() fails. by Phil Burk · 6 years ago
  88. 4890883 Remove isPlaying method. Fixes #208 by Don Turner · 6 years ago
  89. 5490545 refactor code for updating frame counters by Phil Burk · 6 years ago
  90. fe7eae3 check usingFifo() for getFramesRead/Written() by Phil Burk · 6 years ago
  91. 2c7003b builder: add OBOE_ENABLE_AAUDIO preprocessor flag by Phil Burk · 6 years ago
  92. 66783b1 Enable logging only for debug builds by Don Turner · 6 years ago
  93. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  94. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  95. 09001f5 android/log.h is only included if OBOE_ENABLE_LOGGING=1 by Don Turner · 6 years ago
  96. b78f3ee Make wording clearer by Don Turner · 6 years ago
  97. dcb55a4 Request OpenSLES for tests, update comments by Don Turner · 6 years ago
  98. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  99. 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
  100. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago