1. 56f5191 Update samples by Don Turner · 3 years, 7 months ago
  2. 016449e oboe: bump version to 1.5.0 by Phil Burk · 3 years, 7 months ago
  3. 888826d oboe: return correct InputPreset when modified by Phil Burk · 3 years, 7 months ago
  4. 7bc2eab Add *FramesPerDataCallback and deprecate *FramesPerCallback methods by Don Turner · 3 years, 7 months ago
  5. 5e7e719 Mark ab/6881855 as merged am: 084b807483 am: 058bb8031c by Xin Li · 3 years, 7 months ago
  6. 058bb80 Mark ab/6881855 as merged am: 084b807483 by Xin Li · 3 years, 7 months ago
  7. 18a06cb clarify disconnect bug releases by Phil Burk · 3 years, 7 months ago
  8. 5bfe7be Add note on disconnect bug by Phil Burk · 3 years, 7 months ago
  9. 084b807 Mark ab/6881855 as merged by Xin Li · 3 years, 7 months ago
  10. e4def0e add link to public bug in Android history by Phil Burk · 3 years, 7 months ago
  11. 38be22b Update docs/AndroidAudioHistory.md by Phil Burk · 3 years, 7 months ago
  12. 4cdcec2 Add RQ1A disconnect bug to AndroidAudioHistory.md by Phil Burk · 3 years, 7 months ago
  13. 9a62b97 OboeTester: add more parameters to auto-latency test by Phil Burk · 3 years, 7 months ago
  14. 3e93fa0 Update AutomatedTesting.md by Phil Burk · 3 years, 7 months ago
  15. 52e2163 oboe: prevent race condition in OpenSL close() by Phil Burk · 3 years, 7 months ago
  16. db0f680 Handle openStream() failure. by Paul McLean · 3 years, 7 months ago
  17. 73934cc Fix restart on device change by Paul McLean · 3 years, 7 months ago
  18. 18e06ad Fix restart on device change by Paul McLean · 3 years, 7 months ago
  19. bf94f7e Fix restart on device change by Paul McLean · 3 years, 7 months ago
  20. 417c00c oboe: change close() to close_l() for OpenSL by Phil Burk · 3 years, 7 months ago
  21. d61475c oboe: some code cleanup suggested by Chrome by Phil Burk · 3 years, 7 months ago
  22. 259ec2b oboe: fix some misc issue for Chrome by Phil Burk · 3 years, 7 months ago
  23. 9c83007 OboeTester: fix microphone report by Phil Burk · 3 years, 7 months ago
  24. 5b51fce Apply more suggestions from code review by Don by Phil Burk · 3 years, 7 months ago
  25. 2992613 Apply suggestions from code review by Don by Phil Burk · 3 years, 7 months ago
  26. 32802e3 oboe: cleanup new callbacks by Phil Burk · 3 years, 7 months ago
  27. 7b814ba oboe: add AudioStreamDataCallback and AudioStreamErrorCallback by Phil Burk · 3 years, 7 months ago
  28. f9bc95d OboeTester: clarify device report for UNPROCESSED by Phil Burk · 3 years, 7 months ago
  29. 9142a4f OboeTester: more mic info and properties by Phil Burk · 3 years, 8 months ago
  30. a54cb70 oboe: fix minor typos by Phil Burk · 3 years, 8 months ago
  31. ca0a699 oboe: remove InputPreset warning in OpenSL ES. by Phil Burk · 3 years, 7 months ago
  32. 4dc0710 HelloOboe: fix crash on exit by Phil Burk · 3 years, 7 months ago
  33. 425503c Merge SP1A.201105.002 Change-Id: Idc4af14e9fa62c5c7ef66a5a7bdcf3c04b581c9c by Scott Lobdell · 3 years, 7 months ago
  34. 9102c2a OboeTester: refactor trigger of ping by Phil Burk · 3 years, 7 months ago
  35. 8d9dff4 oboe: fix timeout in waitForStateChange() for OpenSL ES by Phil Burk · 3 years, 7 months ago
  36. d99a722 tests: test waitForStateChange() timeout by Phil Burk · 3 years, 7 months ago
  37. 120b61d resample, changed README to 960 frames by Phil Burk · 3 years, 7 months ago
  38. 08a78df Snap for 6943286 from e7df6e246df1efa70c0818ab655b02ac4c62904b to sc-release by android-build-team Robot · 3 years, 8 months ago
  39. 83e283f Add a complete example for `CMakeLists.txt` when including pre-built binaries by Don Turner · 3 years, 8 months ago
  40. e7df6e2 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 am: 45b915e76e am: d93dbe279d am: bf0c0c7e5a by Haibo Huang · 3 years, 8 months ago
  41. bf0c0c7 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 am: 45b915e76e am: d93dbe279d by Haibo Huang · 3 years, 8 months ago
  42. d93dbe2 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 am: 45b915e76e by Haibo Huang · 3 years, 8 months ago
  43. 45b915e Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd am: a004ac8a65 by Haibo Huang · 3 years, 8 months ago
  44. f8dbe8d OboeTester: add device report and mic info by Phil Burk · 3 years, 8 months ago
  45. a004ac8 Upgrade oboe to 52aca5741e256f2a51594ec818d1991de05cbfcd by Haibo Huang · 3 years, 8 months ago
  46. 52aca57 oboe: change VoicePerformance to VoiceRecognition on P by Phil Burk · 3 years, 8 months ago
  47. 9d2aa64 Adding a few new apps by Don Turner · 3 years, 8 months ago
  48. 395f3d6 add explicit cassert to resampler impl files. by jimmytobin2425 · 3 years, 8 months ago
  49. 9a20c20 Add virtual destructor for WaveFileOutput Stream by jimmytobin2425 · 3 years, 8 months ago
  50. 979dd39 tests: Don't ignore perfMode in TestStreamWaitState helper by Tom Hebb · 3 years, 9 months ago
  51. df57777 tests: Make stream open/close fatal by Tom Hebb · 3 years, 9 months ago
  52. 64d38ff tests: Remove unused helper functions by Tom Hebb · 3 years, 9 months ago
  53. 4875e5a Adding a break to a long line by Antônio Oliveira · 3 years, 8 months ago
  54. 726a99e Remove code duplication by Antônio Oliveira · 3 years, 8 months ago
  55. d4da8d2 Allows a pad to be played while it is still pressed on Drumthumper sample by Antônio Oliveira · 3 years, 9 months ago
  56. f66d162 Add virtual destructor to FlowGraphPort. by jimmytobin2425 · 3 years, 8 months ago
  57. 5617ca6 OboeTester: check for errorCallback error code by Phil Burk · 3 years, 8 months ago
  58. b07c772 Make google maven before jcenter for OboeTester by gfan · 3 years, 8 months ago
  59. bbe6d35 Minor update to MegaDrone sample for stream creation (#1023) by Gerry · 3 years, 8 months ago
  60. d20b485 Code review adjusts by Antônio Oliveira · 3 years, 8 months ago
  61. f4d2113 Applying Android Studio code linter improvements by Antônio Oliveira · 3 years, 9 months ago
  62. b02a12d fixes #1027 handling of skipped chunks during wav parse by Jorge Betancourt · 3 years, 9 months ago
  63. 8a0601f Update AutomatedTesting.md by Phil Burk · 3 years, 9 months ago
  64. 8776fff Update AutomatedTesting.md by Phil Burk · 3 years, 9 months ago
  65. 79d839c Addressed Phil's last round of comments. by Paul McLean · 3 years, 9 months ago
  66. 01d2bf7 Cleaned up README.md file. removed local "channelCount" variable. by Paul McLean · 3 years, 9 months ago
  67. f6585a6 Updated README.md to relect current behavior and have instructions by Paul McLean · 3 years, 9 months ago
  68. c6ea02c Convert samples to use shared_ptr stream creation interface (#1016) by Gerry · 3 years, 9 months ago
  69. 1cd3320 Merge pull request #1019 from ggfan/github-989 by Gerry · 3 years, 9 months ago
  70. ff5888a address code review feedback for parameter checking by gfan · 3 years, 9 months ago
  71. e6c40ab Fixing github issue #989: add parameter validation to AudioStreamBase by gfan · 3 years, 9 months ago
  72. 9194f51 [OboeTester] Put echo test layout inside ScrollView by Don Turner · 3 years, 9 months ago
  73. ee39453 oboe: force a stop() before close() by Phil Burk · 3 years, 9 months ago
  74. 01c128f Merge SP1A.200921.001 Change-Id: Icb2b4e4febad44461bb25e17029f59fc9bd2e365 by Justin DeMartino · 3 years, 9 months ago
  75. b781ef7 Fixed compilation error on NDK <21 by K · 3 years, 9 months ago
  76. 10bb6fa OboeTester: support OpenSLES in automated tests by Phil Burk · 3 years, 9 months ago
  77. 9ae8f54 OboeTester: fix tap-to-tone by Phil Burk · 3 years, 9 months ago
  78. 6d5a4f9 oboe: use proxy for callback size adapter by Phil Burk · 3 years, 10 months ago
  79. 0284674 oboe: cleanup various comments by Phil Burk · 4 years ago
  80. 867df1c Merge pull request #1010 from google/hello-oboe-fix by Gerry · 3 years, 9 months ago
  81. 8b7f271 Simple fix to hello-oboe related to shared_ptr by gfan · 3 years, 9 months ago
  82. 8311850 Update README.md by Phil Burk · 3 years, 9 months ago
  83. c8e4ebc Snap for 6829063 from 2f616426948b4796ca22cc3e376f9ab7095240f1 to sc-release by android-build-team Robot · 3 years, 9 months ago
  84. 2f61642 Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 am: c60bdcc1a2 am: 3128bb8142 am: c9056fde84 by Haibo Huang · 3 years, 9 months ago
  85. c9056fd Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 am: c60bdcc1a2 am: 3128bb8142 by Haibo Huang · 3 years, 9 months ago
  86. 3128bb8 Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 am: c60bdcc1a2 by Haibo Huang · 3 years, 9 months ago
  87. c60bdcc Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 am: e98ef114b1 by Haibo Huang · 3 years, 9 months ago
  88. e98ef11 Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d am: e7b0cde384 by Haibo Huang · 3 years, 9 months ago
  89. e7b0cde Upgrade oboe to 386f057966b9640a25b63e7ac552d30d66b4e49d by Haibo Huang · 3 years, 9 months ago
  90. ebfb4de Snap for 6823668 from c42a4dedd68df390ac0c18dcdac208812f33f406 to sc-release by android-build-team Robot · 3 years, 9 months ago
  91. 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
  92. 32f1696 oboe: add METADATA and OWNERS files am: 321355dda7 am: b4a7005b9a am: 7fc6f7273f am: 0b2185faea by Phil Burk · 3 years, 9 months ago
  93. 0b2185f oboe: add METADATA and OWNERS files am: 321355dda7 am: b4a7005b9a am: 7fc6f7273f by Phil Burk · 3 years, 9 months ago
  94. 7fc6f72 oboe: add METADATA and OWNERS files am: 321355dda7 am: b4a7005b9a by Phil Burk · 3 years, 9 months ago
  95. b4a7005 oboe: add METADATA and OWNERS files am: 321355dda7 by Phil Burk · 3 years, 9 months ago
  96. 321355d oboe: add METADATA and OWNERS files by Phil Burk · 3 years, 9 months ago
  97. 386f057 OboeTester: support BT latency measurement by Phil Burk · 3 years, 9 months ago
  98. 0199e81 Android: add files needed by AOSP for external repos by Phil Burk · 3 years, 9 months ago
  99. bbf5f19 OboeTester: backport analyzer from CTS Verifier by Phil Burk · 3 years, 9 months ago
  100. 73bb292 OboeTester: print scheduler when it changes by Phil Burk · 3 years, 9 months ago