1. 8522b15 update resampler doc by Phil Burk · 4 years, 7 months ago
  2. d533462 resampler doc: use inputFramesLeft by Phil Burk · 4 years, 7 months ago
  3. ceb96cf fir typo in README by Phil Burk · 4 years, 7 months ago
  4. 1d84c73 update README for the sample rate converter by Phil Burk · 4 years, 7 months ago
  5. 4d7af17 add README for resampler by Phil Burk · 4 years, 8 months ago
  6. 8969f1f Merge branch 'master' into quirksize by Phil Burk · 4 years, 9 months ago
  7. c6dad20 opensles: show callback size after adjustment by Phil Burk · 4 years, 9 months ago
  8. fcec571 opensles: honor setFramesPerCallback() by Phil Burk · 4 years, 9 months ago
  9. 5b56aef Merge pull request #762 from google/fixbufsize by Phil Burk · 4 years, 9 months ago
  10. 754a7f2 Merge pull request #758 from google/fixtypes by Phil Burk · 4 years, 9 months ago
  11. 61149a9 opensles: scale buffer size by rate by Phil Burk · 4 years, 10 months ago
  12. 44116ec oboe: pass through onError*Close calls by Phil Burk · 4 years, 10 months ago
  13. b9cd55b oboe: fix type includes by Phil Burk · 4 years, 10 months ago
  14. 3e556ac Avoid global constant vector by K · 4 years, 10 months ago
  15. 3be2553 Update README.md by Phil Burk · 4 years, 11 months ago
  16. d3a69c4 Merge pull request #719 from google/cleansrc by Phil Burk · 4 years, 11 months ago
  17. 5507c98 oboe: minimum one burst buffer for Legacy by Phil Burk · 4 years, 11 months ago
  18. 236521e Oboe: Add device specific Quirks for Samsung by Phil Burk · 5 years ago
  19. 9a150bb oboe: bump OpenSL framesPerBurst by version by Phil Burk · 5 years ago
  20. b13cf21 oboe: log unsupported attributes, fixes #651 by Paul McLean · 5 years ago
  21. 6935f42 oboe: log unsupported attributes, fixes 651 by Paul McLean · 5 years ago
  22. baf7fbd oboe: log unsupported attributes, fixes 651 by Paul McLean · 5 years ago
  23. 80358c6 Fixes 651 by Paul McLean · 5 years ago
  24. aee9c3a Merge pull request #692 from google/flownodes by Phil Burk · 5 years ago
  25. 328860f oboe: renamed flowgraph classes by Phil Burk · 5 years ago
  26. 38c118f oboe: make sure OpenSL ES buffer capacity is OK by Phil Burk · 5 years ago
  27. 6359dca Merge pull request #683 from google/bigburst by Phil Burk · 5 years ago
  28. fcbc004 oboe: use bigger burst in OpenSL ES by Phil Burk · 5 years ago
  29. 8c26c49 Fixes #670 by Paul McLean · 5 years ago
  30. 3bcea3f Double initial stream buffer size. by Paul McLean · 5 years ago
  31. 93668c2 OboeTester: fix comment for input size by Phil Burk · 5 years ago
  32. 8da8d2f oboe: change default buffer sizes for INPUT by Phil Burk · 5 years ago
  33. 33a87df OboeTester: use VoiceRec as default by Phil Burk · 5 years ago
  34. adc5571 opensles: only enqueue first buffer if needed by Phil Burk · 5 years ago
  35. e7143e0 oboe: cleanup resampler comments by Phil Burk · 5 years ago
  36. c230a49 oboe: add waitForAvailableFrames() by Phil Burk · 5 years ago
  37. a4ddbec resampler: fix some merge errors by Phil Burk · 5 years ago
  38. 9ffbcb6 Merge branch 'master' into resampler by Phil Burk · 5 years ago
  39. 252abe0 OboeTester: fix SRC quality menu by Phil Burk · 5 years ago
  40. 5927398 resampler: fix format conversion by Phil Burk · 5 years ago
  41. 41b868c resampler: misc cleanup and TODOs by Phil Burk · 5 years ago
  42. b69847c resampler: add Fastest quality by Phil Burk · 5 years ago
  43. 99c0048 resampler: pass callback result by Phil Burk · 5 years ago
  44. 08a5e0f fifo: pass atomics to avoid cast by Phil Burk · 5 years ago
  45. 6adcdb7 resampler: minor comments by Phil Burk · 5 years ago
  46. 140d759 resampler: better bessel function by Phil Burk · 5 years ago
  47. c123b67 resampler: add HyperbolicCosineWindow by Phil Burk · 5 years ago
  48. 085ab35 Ensure that float array is initialized with type size_t by Don Turner · 5 years ago
  49. 9414702 Replace NULL with nullptr by Don Turner · 5 years ago
  50. f0c2a98 resampler: use more accurate bessel function for Kaiser window by Phil Burk · 5 years ago
  51. 5663a56 resampler: turn off resampler by default by Phil Burk · 5 years ago
  52. 2da4a84 resampler: address lots of minor review comments by Phil Burk · 5 years ago
  53. 550bf16 FIFO: move threshold up to AudioStreamBuffered by Phil Burk · 5 years ago
  54. 919cd42 fifo: address concerns about signed vs unsigned by Phil Burk · 5 years ago
  55. 870a9f5 resampler: use integer phase accumulation for all resamplers by Phil Burk · 5 years ago
  56. 821c649 resampler: fix SincResampler by Phil Burk · 5 years ago
  57. 4642de8 aaudio: add comments about limiting input capacity by Phil Burk · 5 years ago
  58. ed231f6 Merge pull request #592 from tguilbert-google/const_state by tguilbert-google · 5 years ago
  59. 99a2ba5 Make AudioStream::getState() const by Thomas Guilbert · 5 years ago
  60. e020c37 resampler: optimizer SincResampler by Phil Burk · 5 years ago
  61. bc80813 resampler: better documentation by Phil Burk · 5 years ago
  62. f183221 Add convertToText implementations for missing types by Kai Wolf · 5 years ago
  63. d153035 Merge pull request #581 from tguilbert-google/vector_buffer by tguilbert-google · 5 years ago
  64. 44a2280 Use unique_ptr by Thomas Guilbert · 5 years ago
  65. 0a784e6 resampler: apply cutoff to reduce aliasing by Phil Burk · 5 years ago
  66. 0948b4b Make mCallbackBuffer private by Thomas Guilbert · 5 years ago
  67. 9f3258a Use std::vector over uint8_t[] by Thomas Guilbert · 5 years ago
  68. 10cd299 Cleanup opensles files by Thomas Guilbert · 5 years ago
  69. ec075a4 Merge pull request #577 from tguilbert-google/small_changes by tguilbert-google · 5 years ago
  70. 96db595 Merge pull request #578 from tguilbert-google/cleanup by tguilbert-google · 5 years ago
  71. f7dbed0 revert of cassert change by Thomas Guilbert · 5 years ago
  72. 263661c Revert cassert change by Thomas Guilbert · 5 years ago
  73. ab5455f Use cassert instead of assert.h by Thomas Guilbert · 5 years ago
  74. 8b8ae34 resampler: moved resampling code into its own folder by Phil Burk · 5 years ago
  75. 941fd5e resampler: change signatures by Phil Burk · 5 years ago
  76. b7ff43f Use nullptr and <assert.h> by Thomas Guilbert · 5 years ago
  77. d4ddcef Fix branching error by Thomas Guilbert · 5 years ago
  78. ddedbb8 Collection of small fixes by Thomas Guilbert · 5 years ago
  79. 103bc75 Undo signed changes by Thomas Guilbert · 5 years ago
  80. fc70271 resampler: simplify FilterAudioStream::read() by Phil Burk · 5 years ago
  81. beed0f3 resampler: implement read() for full duplex by Phil Burk · 5 years ago
  82. 5a73fb9 Add atomic increment to FifoControllers by Thomas Guilbert · 5 years ago
  83. 8f47ec8 Small fixes from #352 by Thomas Guilbert · 5 years ago
  84. 561cda3 flowgraph: change onProcessFixedBlock return value by Phil Burk · 5 years ago
  85. 776b8b5 flowgraph: pass source and sink streams by Phil Burk · 5 years ago
  86. f263601 Mark Fifo getters as consts by Thomas Guilbert · 5 years ago
  87. 9252733 flowgraph: optimize resampler by Phil Burk · 5 years ago
  88. 6bc27a3 flowgraph: optimize stereo resampler by Phil Burk · 5 years ago
  89. cf1dbc5 flowgraph: add PolyphaseResamplerStereo by Phil Burk · 5 years ago
  90. 9b4e631 oboe: add PolyphaseSincResampler by Phil Burk · 5 years ago
  91. 8dcd2e6 Only load API 28 methods on API 28 and above. Fixes #149 by Don Turner · 5 years ago
  92. a935285 Log error if attempting to open AAudio when not recomended (#543) by Atneya Nair · 5 years ago
  93. 65e32b6 oboe: fix off-by-one in resampler filter by Phil Burk · 5 years ago
  94. 301b066 oboe: add stereo resampler by Phil Burk · 5 years ago
  95. 969d48e Fixing bug in AudioStreamBuilder causing leak by Atneya Nair · 5 years ago
  96. a007fb3 oboe: use factory class for Resamplers by Phil Burk · 5 years ago
  97. e82bc51 oboe: fix stereo SincResampler by Phil Burk · 5 years ago
  98. 68b6ffa oboe: add sinc based resampler by Phil Burk · 5 years ago
  99. a7c9677 Merge pull request #534 from google/fixonerror by Phil Burk · 5 years ago
  100. 5654c29 oboe: improve comments for onError callbacks by Phil Burk · 5 years ago