1. 83ceba1 OboeTester: add resampler test by Phil Burk · 5 years ago
  2. 7a644e4 Merge branch 'resampler' of https://github.com/google/oboe into resampler by Phil Burk · 5 years ago
  3. dd3971d oboe: first draft of resampler by Phil Burk · 5 years ago
  4. 2effdb1 Merge pull request #509 from google/refactor-time-function by atneya-nair · 5 years ago
  5. 6fbcd64 Refactor to use std::chrono by Don Turner · 5 years ago
  6. 4544f26 Merge pull request #507 from google/fix-rhythmgame by atneya-nair · 5 years ago
  7. f2c914a Fix stereo output. Fixes #505 by Don Turner · 5 years ago
  8. 514a8ca Merge pull request #506 from google/nonoise by Phil Burk · 5 years ago
  9. 89fa4a1 Add C++14 requirement by Don Turner · 5 years ago
  10. 36cb4b8 Stronger guidance on closing streams by Don Turner · 5 years ago
  11. 03dfd4f Add Android Studio version requirement by Don Turner · 5 years ago
  12. 9a5d8b3 Update unit tests documentation by Don Turner · 5 years ago
  13. 2ef9ad0 OboeTester: set noise amplitude to zero by Phil Burk · 5 years ago
  14. f33c84a Merge pull request #497 from google/moveflow by Phil Burk · 5 years ago
  15. 84e7e65 oboe: move flowgraph from OboeTester to inside Oboe by Phil Burk · 5 years ago
  16. 39e9bc6 Merge pull request #487 from google/issue-486 by Phil Burk · 5 years ago
  17. f78df13 #486 Style and minor fixes to prev. commit by Atneya Nair · 5 years ago
  18. bde3bd8 486 - added state description to Stream Dump by Atneya Nair · 5 years ago
  19. 79b4fbe Merge pull request #481 from google/autogl by Phil Burk · 5 years ago
  20. e87667d Oboetester: improve auto glitch test by Phil Burk · 5 years ago
  21. c9ee002 Add note about API 23 emulator being broken by Don Turner · 5 years ago
  22. 00e03d1 Merge pull request #467 from google/wakelocks by Phil Burk · 5 years ago
  23. 19ee908 OboeTester: add screen wake locks by Phil Burk · 5 years ago
  24. f52d717 Merge pull request #466 from google/saveglitch by Phil Burk · 5 years ago
  25. 81ca474 OboeTester: share WAVE from glitch test by Phil Burk · 5 years ago
  26. a7d15d2 Remove tabs by Don Turner · 5 years ago
  27. a87d5f1 Added comments for kVersionText variable by Don Turner · 5 years ago
  28. 9fc3f7a Add version string by Don Turner · 5 years ago
  29. 9f3a33f OboeTester: save WAVE from glitch test by Phil Burk · 5 years ago
  30. c278091 Merge pull request #457 from google/fix425 by Phil Burk · 5 years ago
  31. 1167044 Merge pull request #456 from google/philburk-patch-1 by Phil Burk · 5 years ago
  32. 360345b say stream cannot be used after close by Phil Burk · 5 years ago
  33. 3f40cdd tests: use constexpr by Phil Burk · 5 years ago
  34. fb5bd96 Merge pull request #461 from google/gradlewrapper by Phil Burk · 5 years ago
  35. a5eaac3 OboeTester: add gradle wrapper by Phil Burk · 5 years ago
  36. e9e4378 Merge pull request #458 from google/writewav by Phil Burk · 5 years ago
  37. f4c4f4e Merge pull request #455 from google/fixwaittest by Phil Burk · 5 years ago
  38. 5ed290d Addressing feedback by Don Turner · 5 years ago
  39. a966c1b Update FAQ.md by Don Turner · 5 years ago
  40. 92ba5ad Add "Why didn't I get a low latency audio stream?" by Don Turner · 5 years ago
  41. 327361c OboeTester: add WaveFileWriter for recorder by Phil Burk · 5 years ago
  42. 83952fa tests: sleep between close and open by Phil Burk · 5 years ago
  43. 93c28c5 Explain impact of registering an error callback. by Phil Burk · 5 years ago
  44. e972a1e Reorder includes by Don Turner · 5 years ago
  45. c92bf2d Add <atomic> and <mutex> to AudioStream includes by Don Turner · 5 years ago
  46. aa3b31a oboe tests: fix race for Stopping state by Phil Burk · 5 years ago
  47. 14bcd96 oboe: fix intermittent test fails in waitForStateChange by Phil Burk · 5 years ago
  48. 843dd63 Merge pull request #452 from google/autoglitch by Phil Burk · 5 years ago
  49. 168b550 OboeTester: add duration to AutoGlitch by Phil Burk · 5 years ago
  50. 9f674b0 Added stereo recording bug in Oreo by Don Turner · 5 years ago
  51. 6e827c8 OboeTester: better logging for AutoGlitch by Phil Burk · 5 years ago
  52. 614bb51 OboeTester: change timing for AutoGlitch by Phil Burk · 5 years ago
  53. aad3876 OboeTester: add automatic glitch test by Phil Burk · 5 years ago
  54. b7f5271 Merge pull request #451 from gkasten/master by Phil Burk · 5 years ago
  55. 91dec2d Fix build errors by Glenn Kasten · 5 years ago
  56. 92b3e9c Merge pull request #446 from google/bump1_2 by Phil Burk · 5 years ago
  57. e16f371 oboe: bump version to 1.2.0 by Phil Burk · 5 years ago
  58. 61a8c6d Merge pull request #445 from google/testwait by Phil Burk · 5 years ago
  59. 0a605fc oboe: update autodocs for waitForStateChange by Phil Burk · 5 years ago
  60. 2269972 oboe: make OpenSLES waitForStateChange match AAudio by Phil Burk · 5 years ago
  61. a1a7483 oboe: rename durationNanos to sleepTimeNanos by Phil Burk · 5 years ago
  62. 9513175 oboe tests: test new waitForStateChange behavior by Phil Burk · 5 years ago
  63. 77a72de Merge pull request #444 from google/returnstop by Phil Burk · 5 years ago
  64. 6f1d5c1 OboeTester: fix "callback returns STOP" box by Phil Burk · 5 years ago
  65. 4c196fb Merge pull request #427 from google/noaaudio by Phil Burk · 5 years ago
  66. 6641541 Merge pull request #443 from google/morewait by Phil Burk · 5 years ago
  67. 3c59bd9 oboe tests: fix tests related to waitForStateChange by Phil Burk · 5 years ago
  68. 4b55c5d oboe: more work on waitForStateChange() by Phil Burk · 5 years ago
  69. c4f0a41 Merge pull request #442 from google/revert-438-revert-426-waitstate by Phil Burk · 5 years ago
  70. 1ae0d17 Revert "Revert "Lock waitForStateChange()"" by Phil Burk · 5 years ago
  71. 385eea4 oboe: replace SAMSG with ERRMSG by Phil Burk · 5 years ago
  72. 75c2543 Merge pull request #440 from google/testbuild by Phil Burk · 5 years ago
  73. 4457e9a oboe: trigger travis build by Phil Burk · 5 years ago
  74. 99afca5 Merge pull request #439 from google/noassets by Phil Burk · 5 years ago
  75. d1e943a tests: gitignore assets generated by the test by Phil Burk · 5 years ago
  76. 5a472c1 Merge pull request #438 from google/revert-426-waitstate by Phil Burk · 5 years ago
  77. 29b0ad8 Revert "Lock waitForStateChange()" by Phil Burk · 5 years ago
  78. edbe201 Merge pull request #426 from google/waitstate by Phil Burk · 5 years ago
  79. 81925b3 oboe: waitForStateChange can timeout on zero by Phil Burk · 5 years ago
  80. 6a7b566 Create README.md by Phil Burk · 5 years ago
  81. 1cf9b1a Merge pull request #437 from google/doubleopen by Phil Burk · 5 years ago
  82. 0d18b17 OboeTester: fix double open in RT LATENCY test by Phil Burk · 5 years ago
  83. 0cd831f Merge pull request #436 from google/bumptestv by Phil Burk · 5 years ago
  84. cfdeccf Merge pull request #435 from google/upfreq by Phil Burk · 5 years ago
  85. 73705d8 OboeTester: increase frequency of sine waves by Phil Burk · 5 years ago
  86. 612cfd8 OboeTester: bump test version to 1.3.03 by Phil Burk · 5 years ago
  87. ff8cf62 Merge pull request #434 from google/sizefader by Phil Burk · 5 years ago
  88. ef9ad52 OboeTester: remove some dead code by Phil Burk · 5 years ago
  89. 21de29d OboeTester: use unordered_map to track streams by handle by Phil Burk · 5 years ago
  90. 550b3a5 OboeTester: add BufferSize fader to glitch test by Phil Burk · 5 years ago
  91. c3453a1 Add roadmap by Don Turner · 5 years ago
  92. 799468e Adding `getState` to list of methods which are not thread-safe by Don Turner · 5 years ago
  93. f9d2605 Fixes #317 also add comment about CMake path by Don Turner · 5 years ago
  94. 10619f6 oboe: use OBOE_NO_INCLUDE_AAUDIO to skip AAudio.h by Phil Burk · 5 years ago
  95. ecdc4c8 OboeTester: remove dependency on AAudio.h by Phil Burk · 5 years ago
  96. 4e7259a oboe: eliminate need for AAudio.h by Phil Burk · 5 years ago
  97. 1e14506 oboe: cleanup getState in OpenSL ES by Phil Burk · 5 years ago
  98. 171a25c oboe: refactor waitForStateChange for OpenSL ES by Phil Burk · 5 years ago
  99. be13441 oboe: lock waitForStateChange for AAudio by Phil Burk · 5 years ago
  100. 25c8715 tests: fix cmake and testrunner by Phil Burk · 5 years ago