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