1. adc5571 opensles: only enqueue first buffer if needed by Phil Burk · 5 years ago
  2. c230a49 oboe: add waitForAvailableFrames() by Phil Burk · 5 years ago
  3. a4ddbec resampler: fix some merge errors by Phil Burk · 5 years ago
  4. 9ffbcb6 Merge branch 'master' into resampler by Phil Burk · 5 years ago
  5. 252abe0 OboeTester: fix SRC quality menu by Phil Burk · 5 years ago
  6. 5927398 resampler: fix format conversion by Phil Burk · 5 years ago
  7. 41b868c resampler: misc cleanup and TODOs by Phil Burk · 5 years ago
  8. b69847c resampler: add Fastest quality by Phil Burk · 5 years ago
  9. 99c0048 resampler: pass callback result by Phil Burk · 5 years ago
  10. 08a5e0f fifo: pass atomics to avoid cast by Phil Burk · 5 years ago
  11. 6adcdb7 resampler: minor comments by Phil Burk · 5 years ago
  12. 140d759 resampler: better bessel function by Phil Burk · 5 years ago
  13. c123b67 resampler: add HyperbolicCosineWindow by Phil Burk · 5 years ago
  14. 085ab35 Ensure that float array is initialized with type size_t by Don Turner · 5 years ago
  15. 9414702 Replace NULL with nullptr by Don Turner · 5 years ago
  16. f0c2a98 resampler: use more accurate bessel function for Kaiser window by Phil Burk · 5 years ago
  17. 5663a56 resampler: turn off resampler by default by Phil Burk · 5 years ago
  18. 2da4a84 resampler: address lots of minor review comments by Phil Burk · 5 years ago
  19. 550bf16 FIFO: move threshold up to AudioStreamBuffered by Phil Burk · 5 years ago
  20. 919cd42 fifo: address concerns about signed vs unsigned by Phil Burk · 5 years ago
  21. 870a9f5 resampler: use integer phase accumulation for all resamplers by Phil Burk · 5 years ago
  22. 821c649 resampler: fix SincResampler by Phil Burk · 5 years ago
  23. 4642de8 aaudio: add comments about limiting input capacity by Phil Burk · 5 years ago
  24. ed231f6 Merge pull request #592 from tguilbert-google/const_state by tguilbert-google · 5 years ago
  25. 99a2ba5 Make AudioStream::getState() const by Thomas Guilbert · 5 years ago
  26. e020c37 resampler: optimizer SincResampler by Phil Burk · 5 years ago
  27. bc80813 resampler: better documentation by Phil Burk · 5 years ago
  28. f183221 Add convertToText implementations for missing types by Kai Wolf · 5 years ago
  29. d153035 Merge pull request #581 from tguilbert-google/vector_buffer by tguilbert-google · 5 years ago
  30. 44a2280 Use unique_ptr by Thomas Guilbert · 5 years ago
  31. 0a784e6 resampler: apply cutoff to reduce aliasing by Phil Burk · 5 years ago
  32. 0948b4b Make mCallbackBuffer private by Thomas Guilbert · 5 years ago
  33. 9f3258a Use std::vector over uint8_t[] by Thomas Guilbert · 5 years ago
  34. 10cd299 Cleanup opensles files by Thomas Guilbert · 5 years ago
  35. ec075a4 Merge pull request #577 from tguilbert-google/small_changes by tguilbert-google · 5 years ago
  36. 96db595 Merge pull request #578 from tguilbert-google/cleanup by tguilbert-google · 5 years ago
  37. f7dbed0 revert of cassert change by Thomas Guilbert · 5 years ago
  38. 263661c Revert cassert change by Thomas Guilbert · 5 years ago
  39. ab5455f Use cassert instead of assert.h by Thomas Guilbert · 5 years ago
  40. 8b8ae34 resampler: moved resampling code into its own folder by Phil Burk · 5 years ago
  41. 941fd5e resampler: change signatures by Phil Burk · 5 years ago
  42. b7ff43f Use nullptr and <assert.h> by Thomas Guilbert · 5 years ago
  43. d4ddcef Fix branching error by Thomas Guilbert · 5 years ago
  44. ddedbb8 Collection of small fixes by Thomas Guilbert · 5 years ago
  45. 103bc75 Undo signed changes by Thomas Guilbert · 5 years ago
  46. fc70271 resampler: simplify FilterAudioStream::read() by Phil Burk · 5 years ago
  47. beed0f3 resampler: implement read() for full duplex by Phil Burk · 5 years ago
  48. 5a73fb9 Add atomic increment to FifoControllers by Thomas Guilbert · 5 years ago
  49. 8f47ec8 Small fixes from #352 by Thomas Guilbert · 5 years ago
  50. 561cda3 flowgraph: change onProcessFixedBlock return value by Phil Burk · 5 years ago
  51. 776b8b5 flowgraph: pass source and sink streams by Phil Burk · 5 years ago
  52. f263601 Mark Fifo getters as consts by Thomas Guilbert · 5 years ago
  53. 9252733 flowgraph: optimize resampler by Phil Burk · 5 years ago
  54. 6bc27a3 flowgraph: optimize stereo resampler by Phil Burk · 5 years ago
  55. cf1dbc5 flowgraph: add PolyphaseResamplerStereo by Phil Burk · 5 years ago
  56. 9b4e631 oboe: add PolyphaseSincResampler by Phil Burk · 5 years ago
  57. 8dcd2e6 Only load API 28 methods on API 28 and above. Fixes #149 by Don Turner · 5 years ago
  58. a935285 Log error if attempting to open AAudio when not recomended (#543) by Atneya Nair · 5 years ago
  59. 65e32b6 oboe: fix off-by-one in resampler filter by Phil Burk · 5 years ago
  60. 301b066 oboe: add stereo resampler by Phil Burk · 5 years ago
  61. 969d48e Fixing bug in AudioStreamBuilder causing leak by Atneya Nair · 5 years ago
  62. a007fb3 oboe: use factory class for Resamplers by Phil Burk · 5 years ago
  63. e82bc51 oboe: fix stereo SincResampler by Phil Burk · 5 years ago
  64. 68b6ffa oboe: add sinc based resampler by Phil Burk · 5 years ago
  65. a7c9677 Merge pull request #534 from google/fixonerror by Phil Burk · 5 years ago
  66. 5654c29 oboe: improve comments for onError callbacks by Phil Burk · 5 years ago
  67. f5b3b81 oboe: add to QuirksManager by Phil Burk · 5 years ago
  68. c812537 Deleting stream prior to opening new stream. Other documentation and refactoring changes by Atneya Nair · 5 years ago
  69. 41b121b oboe: start QuirksManager by Phil Burk · 5 years ago
  70. 2441eca oboe: make error callback support code protected by Phil Burk · 5 years ago
  71. cb2b340 oboe: prevent onError callback from causing an assert by Phil Burk · 5 years ago
  72. f172985 Add support for unique ptr AudioStreams by Atneya Nair · 5 years ago
  73. bd76d6a OboeTester: support conversion for input and for I16 by Phil Burk · 5 years ago
  74. e4a2e9c oboe: rename OboeFlowGraph to DataConversionFlowGraph by Phil Burk · 5 years ago
  75. f67a97f oboe: fix sample rate converter by Phil Burk · 5 years ago
  76. 0bbd699 Fix variable name to avoid -Wshadow-field error by Don Turner · 5 years ago
  77. dd3971d oboe: first draft of resampler by Phil Burk · 5 years ago
  78. 84e7e65 oboe: move flowgraph from OboeTester to inside Oboe by Phil Burk · 5 years ago
  79. a7d15d2 Remove tabs by Don Turner · 5 years ago
  80. a87d5f1 Added comments for kVersionText variable by Don Turner · 5 years ago
  81. 9fc3f7a Add version string by Don Turner · 5 years ago
  82. 14bcd96 oboe: fix intermittent test fails in waitForStateChange by Phil Burk · 5 years ago
  83. 2269972 oboe: make OpenSLES waitForStateChange match AAudio by Phil Burk · 5 years ago
  84. a1a7483 oboe: rename durationNanos to sleepTimeNanos by Phil Burk · 5 years ago
  85. 4c196fb Merge pull request #427 from google/noaaudio by Phil Burk · 5 years ago
  86. 4b55c5d oboe: more work on waitForStateChange() by Phil Burk · 5 years ago
  87. 1ae0d17 Revert "Revert "Lock waitForStateChange()"" by Phil Burk · 5 years ago
  88. 385eea4 oboe: replace SAMSG with ERRMSG by Phil Burk · 5 years ago
  89. 4457e9a oboe: trigger travis build by Phil Burk · 5 years ago
  90. 29b0ad8 Revert "Lock waitForStateChange()" by Phil Burk · 5 years ago
  91. 81925b3 oboe: waitForStateChange can timeout on zero by Phil Burk · 5 years ago
  92. 10619f6 oboe: use OBOE_NO_INCLUDE_AAUDIO to skip AAudio.h by Phil Burk · 5 years ago
  93. 4e7259a oboe: eliminate need for AAudio.h by Phil Burk · 5 years ago
  94. 1e14506 oboe: cleanup getState in OpenSL ES by Phil Burk · 5 years ago
  95. 171a25c oboe: refactor waitForStateChange for OpenSL ES by Phil Burk · 5 years ago
  96. be13441 oboe: lock waitForStateChange for AAudio by Phil Burk · 5 years ago
  97. 474b58c Merge pull request #377 from google/getposition by Phil Burk · 5 years ago
  98. f380287 Merge pull request #373 from google/aaloader by Phil Burk · 5 years ago
  99. 808480a AAudioLoader: use RTLD_NOW by Phil Burk · 5 years ago
  100. 8c369cf Set default buffer size to two bursts for low latency streams by Don Turner · 6 years ago