1. bf94f7e Fix restart on device change by Paul McLean · 3 years, 7 months ago
  2. 417c00c oboe: change close() to close_l() for OpenSL by Phil Burk · 3 years, 7 months ago
  3. d61475c oboe: some code cleanup suggested by Chrome by Phil Burk · 3 years, 7 months ago
  4. 259ec2b oboe: fix some misc issue for Chrome by Phil Burk · 3 years, 7 months ago
  5. 9c83007 OboeTester: fix microphone report by Phil Burk · 3 years, 7 months ago
  6. 5b51fce Apply more suggestions from code review by Don by Phil Burk · 3 years, 7 months ago
  7. 2992613 Apply suggestions from code review by Don by Phil Burk · 3 years, 7 months ago
  8. 32802e3 oboe: cleanup new callbacks by Phil Burk · 3 years, 7 months ago
  9. 7b814ba oboe: add AudioStreamDataCallback and AudioStreamErrorCallback by Phil Burk · 3 years, 7 months ago
  10. f9bc95d OboeTester: clarify device report for UNPROCESSED by Phil Burk · 3 years, 7 months ago
  11. 9142a4f OboeTester: more mic info and properties by Phil Burk · 3 years, 8 months ago
  12. a54cb70 oboe: fix minor typos by Phil Burk · 3 years, 8 months ago
  13. ca0a699 oboe: remove InputPreset warning in OpenSL ES. by Phil Burk · 3 years, 7 months ago
  14. 4dc0710 HelloOboe: fix crash on exit by Phil Burk · 3 years, 7 months ago
  15. 9102c2a OboeTester: refactor trigger of ping by Phil Burk · 3 years, 7 months ago
  16. 8d9dff4 oboe: fix timeout in waitForStateChange() for OpenSL ES by Phil Burk · 3 years, 7 months ago
  17. d99a722 tests: test waitForStateChange() timeout by Phil Burk · 3 years, 7 months ago
  18. 120b61d resample, changed README to 960 frames by Phil Burk · 3 years, 7 months ago
  19. 83e283f Add a complete example for `CMakeLists.txt` when including pre-built binaries by Don Turner · 3 years, 8 months ago
  20. e7df6e2 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 am: 45b915e76e am: d93dbe279d am: bf0c0c7e5a by Haibo Huang · 3 years, 8 months ago
  21. bf0c0c7 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 am: 45b915e76e am: d93dbe279d by Haibo Huang · 3 years, 8 months ago
  22. d93dbe2 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 am: 45b915e76e by Haibo Huang · 3 years, 8 months ago
  23. 45b915e Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 by Haibo Huang · 3 years, 8 months ago
  24. f8dbe8d OboeTester: add device report and mic info by Phil Burk · 3 years, 8 months ago
  25. a004ac8 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd by Haibo Huang · 3 years, 8 months ago
  26. 52aca57 oboe: change VoicePerformance to VoiceRecognition on P by Phil Burk · 3 years, 8 months ago
  27. 9d2aa64 Adding a few new apps by Don Turner · 3 years, 8 months ago
  28. 395f3d6 add explicit cassert to resampler impl files. by jimmytobin2425 · 3 years, 8 months ago
  29. 9a20c20 Add virtual destructor for WaveFileOutput Stream by jimmytobin2425 · 3 years, 8 months ago
  30. 979dd39 tests: Don't ignore perfMode in TestStreamWaitState helper by Tom Hebb · 3 years, 9 months ago
  31. df57777 tests: Make stream open/close fatal by Tom Hebb · 3 years, 9 months ago
  32. 64d38ff tests: Remove unused helper functions by Tom Hebb · 3 years, 9 months ago
  33. 4875e5a Adding a break to a long line by Antônio Oliveira · 3 years, 9 months ago
  34. 726a99e Remove code duplication by Antônio Oliveira · 3 years, 9 months ago
  35. d4da8d2 Allows a pad to be played while it is still pressed on Drumthumper sample by Antônio Oliveira · 3 years, 9 months ago
  36. f66d162 Add virtual destructor to FlowGraphPort. by jimmytobin2425 · 3 years, 8 months ago
  37. 5617ca6 OboeTester: check for errorCallback error code by Phil Burk · 3 years, 8 months ago
  38. b07c772 Make google maven before jcenter for OboeTester by gfan · 3 years, 8 months ago
  39. bbe6d35 Minor update to MegaDrone sample for stream creation (#1023) by Gerry · 3 years, 8 months ago
  40. d20b485 Code review adjusts by Antônio Oliveira · 3 years, 9 months ago
  41. f4d2113 Applying Android Studio code linter improvements by Antônio Oliveira · 3 years, 9 months ago
  42. b02a12d fixes #1027 handling of skipped chunks during wav parse by Jorge Betancourt · 3 years, 9 months ago
  43. 8a0601f Update AutomatedTesting.md by Phil Burk · 3 years, 9 months ago
  44. 8776fff Update AutomatedTesting.md by Phil Burk · 3 years, 9 months ago
  45. 79d839c Addressed Phil's last round of comments. by Paul McLean · 3 years, 9 months ago
  46. 01d2bf7 Cleaned up README.md file. removed local "channelCount" variable. by Paul McLean · 3 years, 9 months ago
  47. f6585a6 Updated README.md to relect current behavior and have instructions by Paul McLean · 3 years, 9 months ago
  48. c6ea02c Convert samples to use shared_ptr stream creation interface (#1016) by Gerry · 3 years, 9 months ago
  49. 1cd3320 Merge pull request #1019 from ggfan/github-989 by Gerry · 3 years, 9 months ago
  50. ff5888a address code review feedback for parameter checking by gfan · 3 years, 9 months ago
  51. e6c40ab Fixing github issue #989: add parameter validation to AudioStreamBase by gfan · 3 years, 9 months ago
  52. 9194f51 [OboeTester] Put echo test layout inside ScrollView by Don Turner · 3 years, 9 months ago
  53. ee39453 oboe: force a stop() before close() by Phil Burk · 3 years, 9 months ago
  54. b781ef7 Fixed compilation error on NDK <21 by K · 3 years, 9 months ago
  55. 10bb6fa OboeTester: support OpenSLES in automated tests by Phil Burk · 3 years, 9 months ago
  56. 9ae8f54 OboeTester: fix tap-to-tone by Phil Burk · 3 years, 9 months ago
  57. 6d5a4f9 oboe: use proxy for callback size adapter by Phil Burk · 3 years, 10 months ago
  58. 0284674 oboe: cleanup various comments by Phil Burk · 4 years ago
  59. 867df1c Merge pull request #1010 from google/hello-oboe-fix by Gerry · 3 years, 9 months ago
  60. 8b7f271 Simple fix to hello-oboe related to shared_ptr by gfan · 3 years, 9 months ago
  61. 8311850 Update README.md by Phil Burk · 3 years, 9 months ago
  62. 2f61642 Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 am: c60bdcc1a2 am: 3128bb8142 am: c9056fde84 by Haibo Huang · 3 years, 9 months ago
  63. c9056fd Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 am: c60bdcc1a2 am: 3128bb8142 by Haibo Huang · 3 years, 9 months ago
  64. 3128bb8 Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 am: c60bdcc1a2 by Haibo Huang · 3 years, 9 months ago
  65. c60bdcc Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 by Haibo Huang · 3 years, 9 months ago
  66. e98ef11 Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 by Haibo Huang · 3 years, 9 months ago
  67. e7b0cde Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d by Haibo Huang · 3 years, 9 months ago
  68. c42a4de oboe: add METADATA and OWNERS files am: 321355dda7 am: b4a7005b9a am: 7fc6f7273f am: 0b2185faea am: 32f16966e8 by Phil Burk · 3 years, 9 months ago
  69. 32f1696 oboe: add METADATA and OWNERS files am: 321355dda7 am: b4a7005b9a am: 7fc6f7273f am: 0b2185faea by Phil Burk · 3 years, 9 months ago
  70. 0b2185f oboe: add METADATA and OWNERS files am: 321355dda7 am: b4a7005b9a am: 7fc6f7273f by Phil Burk · 3 years, 9 months ago
  71. 7fc6f72 oboe: add METADATA and OWNERS files am: 321355dda7 am: b4a7005b9a by Phil Burk · 3 years, 9 months ago
  72. b4a7005 oboe: add METADATA and OWNERS files am: 321355dda7 by Phil Burk · 3 years, 9 months ago
  73. 321355d oboe: add METADATA and OWNERS files by Phil Burk · 3 years, 9 months ago
  74. 386f057 OboeTester: support BT latency measurement by Phil Burk · 3 years, 9 months ago
  75. 0199e81 Android: add files needed by AOSP for external repos by Phil Burk · 3 years, 9 months ago
  76. bbf5f19 OboeTester: backport analyzer from CTS Verifier by Phil Burk · 3 years, 9 months ago
  77. 73bb292 OboeTester: print scheduler when it changes by Phil Burk · 3 years, 10 months ago
  78. 92d52ae Removed a bit of dead code. by Paul McLean · 3 years, 10 months ago
  79. e17cc4e Correctly set number of output samples on resample. by Paul McLean · 3 years, 10 months ago
  80. a6f7558 Use actual output stream to obtain playback sample rate. by Paul McLean · 3 years, 10 months ago
  81. 19143c3 Added resample on sample load to avoid the resampling penalty at play time. by Paul McLean · 3 years, 10 months ago
  82. c5dcad3 OboeTester: bump version to 1.5.26 by Phil Burk · 3 years, 10 months ago
  83. 473cc94 Update AudioStreamBuilder.h by Phil Burk · 3 years, 10 months ago
  84. 1c6682f OboeTester: fixed crash when exiting Auto Glitch Test by Phil Burk · 3 years, 10 months ago
  85. a138b9b OboeTester: pause on TEST INPUT not an error by Phil Burk · 3 years, 10 months ago
  86. 65af232 tests: test for invalid formats with OpenSL ES by Phil Burk · 3 years, 10 months ago
  87. 7c3bff2 oboe: fix sample rate converter for input streams by Phil Burk · 3 years, 10 months ago
  88. 3b22c66 test: unit tests for sample rate conversion by Phil Burk · 3 years, 10 months ago
  89. 69ae870 Use a close delay in all versions of Android by Phil Burk · 3 years, 10 months ago
  90. 2e42f5b oboe: delay before closing an AAudio stream by Phil Burk · 3 years, 10 months ago
  91. e24f5d8 Merge Oboe remote-tracking branch 'origin/upstream-master' am: 4e2383f161 am: 74c76d36b9 am: c3e90fed8f am: 9c671ed761 am: 04cfd33fa6 by Phil Burk · 3 years, 10 months ago
  92. 04cfd33 Merge Oboe remote-tracking branch 'origin/upstream-master' am: 4e2383f161 am: 74c76d36b9 am: c3e90fed8f am: 9c671ed761 by Phil Burk · 3 years, 10 months ago
  93. 9c671ed Merge Oboe remote-tracking branch 'origin/upstream-master' am: 4e2383f161 am: 74c76d36b9 am: c3e90fed8f by Phil Burk · 3 years, 10 months ago
  94. c3e90fe Merge Oboe remote-tracking branch 'origin/upstream-master' am: 4e2383f161 am: 74c76d36b9 by Phil Burk · 3 years, 10 months ago
  95. 74c76d3 Merge Oboe remote-tracking branch 'origin/upstream-master' am: 4e2383f161 by Phil Burk · 3 years, 10 months ago
  96. 4e2383f Merge Oboe remote-tracking branch 'origin/upstream-master' by Phil Burk · 3 years, 10 months ago
  97. b86b076 Adding migration guide by Don Turner · 3 years, 10 months ago
  98. 3c80d09 README - mention workarounds by Phil Burk · 3 years, 10 months ago
  99. 903ee1e Test edit by Don Turner · 3 years, 10 months ago
  100. 6135e00 moved shebang to top by Ragu Pattabi · 3 years, 10 months ago