1. df57777 tests: Make stream open/close fatal by Tom Hebb · 3 years, 9 months ago
  2. 64d38ff tests: Remove unused helper functions by Tom Hebb · 3 years, 9 months ago
  3. 4875e5a Adding a break to a long line by Antônio Oliveira · 3 years, 9 months ago
  4. 726a99e Remove code duplication by Antônio Oliveira · 3 years, 9 months ago
  5. d4da8d2 Allows a pad to be played while it is still pressed on Drumthumper sample by Antônio Oliveira · 3 years, 9 months ago
  6. f66d162 Add virtual destructor to FlowGraphPort. by jimmytobin2425 · 3 years, 9 months ago
  7. 5617ca6 OboeTester: check for errorCallback error code by Phil Burk · 3 years, 9 months ago
  8. b07c772 Make google maven before jcenter for OboeTester by gfan · 3 years, 9 months ago
  9. bbe6d35 Minor update to MegaDrone sample for stream creation (#1023) by Gerry · 3 years, 9 months ago
  10. d20b485 Code review adjusts by Antônio Oliveira · 3 years, 9 months ago
  11. f4d2113 Applying Android Studio code linter improvements by Antônio Oliveira · 3 years, 9 months ago
  12. b02a12d fixes #1027 handling of skipped chunks during wav parse by Jorge Betancourt · 3 years, 9 months ago
  13. 8a0601f Update AutomatedTesting.md by Phil Burk · 3 years, 9 months ago
  14. 8776fff Update AutomatedTesting.md by Phil Burk · 3 years, 9 months ago
  15. 79d839c Addressed Phil's last round of comments. by Paul McLean · 3 years, 9 months ago
  16. 01d2bf7 Cleaned up README.md file. removed local "channelCount" variable. by Paul McLean · 3 years, 10 months ago
  17. f6585a6 Updated README.md to relect current behavior and have instructions by Paul McLean · 3 years, 10 months ago
  18. c6ea02c Convert samples to use shared_ptr stream creation interface (#1016) by Gerry · 3 years, 9 months ago
  19. 1cd3320 Merge pull request #1019 from ggfan/github-989 by Gerry · 3 years, 9 months ago
  20. ff5888a address code review feedback for parameter checking by gfan · 3 years, 9 months ago
  21. e6c40ab Fixing github issue #989: add parameter validation to AudioStreamBase by gfan · 3 years, 10 months ago
  22. 9194f51 [OboeTester] Put echo test layout inside ScrollView by Don Turner · 3 years, 10 months ago
  23. ee39453 oboe: force a stop() before close() by Phil Burk · 3 years, 10 months ago
  24. b781ef7 Fixed compilation error on NDK <21 by K · 3 years, 10 months ago
  25. 10bb6fa OboeTester: support OpenSLES in automated tests by Phil Burk · 3 years, 10 months ago
  26. 9ae8f54 OboeTester: fix tap-to-tone by Phil Burk · 3 years, 10 months ago
  27. 6d5a4f9 oboe: use proxy for callback size adapter by Phil Burk · 3 years, 11 months ago
  28. 0284674 oboe: cleanup various comments by Phil Burk · 4 years ago
  29. 867df1c Merge pull request #1010 from google/hello-oboe-fix by Gerry · 3 years, 10 months ago
  30. 8b7f271 Simple fix to hello-oboe related to shared_ptr by gfan · 3 years, 10 months ago
  31. 8311850 Update README.md by Phil Burk · 3 years, 10 months ago
  32. 386f057 OboeTester: support BT latency measurement by Phil Burk · 3 years, 10 months ago
  33. 0199e81 Android: add files needed by AOSP for external repos by Phil Burk · 3 years, 10 months ago
  34. bbf5f19 OboeTester: backport analyzer from CTS Verifier by Phil Burk · 3 years, 10 months ago
  35. 73bb292 OboeTester: print scheduler when it changes by Phil Burk · 3 years, 10 months ago
  36. 92d52ae Removed a bit of dead code. by Paul McLean · 3 years, 10 months ago
  37. e17cc4e Correctly set number of output samples on resample. by Paul McLean · 3 years, 10 months ago
  38. a6f7558 Use actual output stream to obtain playback sample rate. by Paul McLean · 3 years, 10 months ago
  39. 19143c3 Added resample on sample load to avoid the resampling penalty at play time. by Paul McLean · 3 years, 10 months ago
  40. c5dcad3 OboeTester: bump version to 1.5.26 by Phil Burk · 3 years, 10 months ago
  41. 473cc94 Update AudioStreamBuilder.h by Phil Burk · 3 years, 10 months ago
  42. 1c6682f OboeTester: fixed crash when exiting Auto Glitch Test by Phil Burk · 3 years, 10 months ago
  43. a138b9b OboeTester: pause on TEST INPUT not an error by Phil Burk · 3 years, 10 months ago
  44. 65af232 tests: test for invalid formats with OpenSL ES by Phil Burk · 3 years, 10 months ago
  45. 7c3bff2 oboe: fix sample rate converter for input streams by Phil Burk · 3 years, 10 months ago
  46. 3b22c66 test: unit tests for sample rate conversion by Phil Burk · 3 years, 10 months ago
  47. 69ae870 Use a close delay in all versions of Android by Phil Burk · 3 years, 10 months ago
  48. 2e42f5b oboe: delay before closing an AAudio stream by Phil Burk · 4 years ago
  49. b86b076 Adding migration guide by Don Turner · 3 years, 11 months ago
  50. 3c80d09 README - mention workarounds by Phil Burk · 3 years, 11 months ago
  51. 903ee1e Test edit by Don Turner · 3 years, 11 months ago
  52. 6135e00 moved shebang to top by Ragu Pattabi · 3 years, 11 months ago
  53. 5b3bf25 Merge branch 'format_error_toast' by Paul McLean · 3 years, 11 months ago
  54. 16497c8 Merge branch 'master' into format_error_toast by Paul McLean · 3 years, 11 months ago
  55. 0f59ab1 Fixed some merge errors. by Paul McLean · 3 years, 11 months ago
  56. 6d35c0f Merge branch 'format_error_toast' of https://github.com/google/oboe into format_error_toast by Paul McLean · 4 years ago
  57. 836ca9b Error Toast when incompatible WAV resource is detected. by Paul McLean · 4 years ago
  58. 08ec969 Error Toast when incompatible WAV resource is detected. by Paul McLean · 4 years ago
  59. 067145b OboeTester: upgrade gradle to 6.1.1 by Phil Burk · 4 years ago
  60. f5920ab Bump version to 1.4.3 by Don Turner · 4 years ago
  61. 4b6f29b docs: better name for Disconnected tech note by Phil Burk · 4 years ago
  62. f6606c1 Adding placeholder for OpenSLES migration guide by Don Turner · 4 years ago
  63. 9fb9a41 docs: better list of bugs for disconnect.md by Phil Burk · 4 years ago
  64. 7288357 Update issue templates by Phil Burk · 4 years ago
  65. 146c534 device section: improved description and format by Ragu Pattabi · 4 years ago
  66. 7daf12b simplified getting properties using shell script by Ragu Pattabi · 4 years ago
  67. f7e777a Added device section for bug report template by Ragu Pattabi · 4 years ago
  68. 8517708 live-effect: use playback stream sample rate to open record stream by Vincent Barthelemy · 4 years ago
  69. 5b7fe09 hello-oboe: use locks instead of copying shared_ptr by Phil Burk · 4 years ago
  70. 9a29a98 hello-oboe: store properties, refactor native code by Phil Burk · 4 years ago
  71. bb814af ignore .logpile folder by Phil Burk · 4 years ago
  72. c26937e remove logpile garbage by Phil Burk · 4 years ago
  73. 17f6e52 Bump version to 1.4.3 by Phil Burk · 4 years ago
  74. 82f422f flowgraph: comment explaining namespace change by Phil Burk · 4 years ago
  75. 2c8f281 flowgraph: fix namespace comment by Phil Burk · 4 years ago
  76. 9425ffd oboe: use oboe::flowgraph namespace by Phil Burk · 4 years ago
  77. 1ca05ea tests: modify testFlowgraph to use new namespace by Phil Burk · 4 years ago
  78. 533626b tests: turn off -fvisibility=hidden by Phil Burk · 4 years ago
  79. 4ce0714 OboeTester: use oboe::flowgraph namespace by Phil Burk · 4 years ago
  80. 9446ed6 oboe: cleanup fifo includes by Phil Burk · 4 years ago
  81. ec09dea docs: add list of android versions by Phil Burk · 4 years ago
  82. 648bac0 Merge branch 'playstore_prep' into master by Paul McLean · 4 years ago
  83. 689c2d0 Merge remote-tracking branch 'origin/master' into playstore_prep by Paul McLean · 4 years ago
  84. b391635 flowgraph test: update read() API by Phil Burk · 4 years ago
  85. 226f4d4 flowgraph: improve Oboe flowgraph by Phil Burk · 4 years ago
  86. a358bca unit tests: fix direct AAudio test by Phil Burk · 4 years ago
  87. eac60b2 Fixed a typo by Paul McLean · 4 years ago
  88. 97ffef9 Clarify the scope of the DrumThumper app. by Paul McLean · 4 years ago
  89. 540837e Initial prep for Playstore. by Paul McLean · 4 years ago
  90. d2a8a53 unit tests: added direct AAudio test by Phil Burk · 4 years ago
  91. df53730 build: use -fvisibility=hidden by Phil Burk · 4 years ago
  92. ba76e6e Add Pocket Shruti Box by Don Turner · 4 years ago
  93. ddbd7bb Add Quieter Calm app by Don Turner · 4 years ago
  94. db94372 readme: test instructions for NDK by Phil Burk · 4 years ago
  95. 2a7b88e update cmake version in readme by Phil Burk · 4 years ago
  96. de9047d samples: update gradle by Phil Burk · 4 years ago
  97. f644b60 docs: update Disconnected.md, add Huawei by Phil Burk · 4 years ago
  98. 5e31b06 Remove flavor, just change applicationId by Don Turner · 4 years, 1 month ago
  99. bed8585 [samples/DrumThumper] Add flavor for publishing to Play Store with different application ID by Don Turner · 4 years, 1 month ago
  100. be1b60d Fix imports to avoid failing build by Don Turner · 4 years, 1 month ago