1. ee39453 oboe: force a stop() before close() by Phil Burk · 4 years, 1 month ago
  2. 0284674 oboe: cleanup various comments by Phil Burk · 4 years, 3 months ago
  3. 69ae870 Use a close delay in all versions of Android by Phil Burk · 4 years, 1 month ago
  4. 2e42f5b oboe: delay before closing an AAudio stream by Phil Burk · 4 years, 2 months ago
  5. 1f62387 oboe: warn user of permission errors by Phil Burk · 4 years, 4 months ago
  6. d8264be Reduce logging for a cleaner logcat by Phil Burk · 4 years, 4 months ago
  7. 68f7df0 oboe: add openSharedStream by Phil Burk · 4 years, 6 months ago
  8. 236521e Oboe: Add device specific Quirks for Samsung by Phil Burk · 5 years ago
  9. b13cf21 oboe: log unsupported attributes, fixes #651 by Paul McLean · 5 years ago
  10. 6935f42 oboe: log unsupported attributes, fixes 651 by Paul McLean · 5 years ago
  11. a4ddbec resampler: fix some merge errors by Phil Burk · 5 years ago
  12. 9ffbcb6 Merge branch 'master' into resampler by Phil Burk · 5 years ago
  13. 4642de8 aaudio: add comments about limiting input capacity by Phil Burk · 5 years ago
  14. 99a2ba5 Make AudioStream::getState() const by Thomas Guilbert · 5 years ago
  15. ab5455f Use cassert instead of assert.h by Thomas Guilbert · 5 years ago
  16. 8dcd2e6 Only load API 28 methods on API 28 and above. Fixes #149 by Don Turner · 5 years ago
  17. 5654c29 oboe: improve comments for onError callbacks by Phil Burk · 5 years ago
  18. 2441eca oboe: make error callback support code protected by Phil Burk · 5 years ago
  19. cb2b340 oboe: prevent onError callback from causing an assert by Phil Burk · 5 years ago
  20. dd3971d oboe: first draft of resampler by Phil Burk · 5 years ago
  21. 14bcd96 oboe: fix intermittent test fails in waitForStateChange by Phil Burk · 5 years ago
  22. a1a7483 oboe: rename durationNanos to sleepTimeNanos by Phil Burk · 6 years ago
  23. 4c196fb Merge pull request #427 from google/noaaudio by Phil Burk · 6 years ago
  24. 4b55c5d oboe: more work on waitForStateChange() by Phil Burk · 6 years ago
  25. 1ae0d17 Revert "Revert "Lock waitForStateChange()"" by Phil Burk · 6 years ago
  26. 385eea4 oboe: replace SAMSG with ERRMSG by Phil Burk · 6 years ago
  27. 4457e9a oboe: trigger travis build by Phil Burk · 6 years ago
  28. 29b0ad8 Revert "Lock waitForStateChange()" by Phil Burk · 6 years ago
  29. 81925b3 oboe: waitForStateChange can timeout on zero by Phil Burk · 6 years ago
  30. 10619f6 oboe: use OBOE_NO_INCLUDE_AAUDIO to skip AAudio.h by Phil Burk · 6 years ago
  31. 4e7259a oboe: eliminate need for AAudio.h by Phil Burk · 6 years ago
  32. be13441 oboe: lock waitForStateChange for AAudio by Phil Burk · 6 years ago
  33. 808480a AAudioLoader: use RTLD_NOW by Phil Burk · 6 years ago
  34. 6606224 oboe: cleanup AAudio loader by Phil Burk · 6 years ago
  35. c35ea6f oboe: do not use error callback when no data callback by Phil Burk · 6 years ago
  36. 6fa2a1a Merge pull request #323 from google/stopcallback by Phil Burk · 6 years ago
  37. 21a2d46 oboe: only enable callback if callback requested by Phil Burk · 6 years ago
  38. c52e379 Merge pull request #328 from google/nulldlsym by Phil Burk · 6 years ago
  39. 1f33307 oboe: initialize AAudioLoader functions to nullptr by Phil Burk · 6 years ago
  40. c429558 oboe: return invalid from getTimestamp when stopped by Phil Burk · 6 years ago
  41. b878e2f oboe: stop stream if callback requests it by Phil Burk · 6 years ago
  42. 9bcf795 oboe: AAudio astream by Phil Burk · 6 years ago
  43. 7888992 oboe: cleanup AAudioLoader by Phil Burk · 6 years ago
  44. 65983d6 AAudioLoader: cleanup destructor by Phil Burk · 6 years ago
  45. 0a61070 Adding simpler getTimestamp method. Fixes #209 by Don Turner · 6 years ago
  46. eab3a46 Remove AudioStream::setNativeFormat. Fixes #210 by Don Turner · 6 years ago
  47. 5490545 refactor code for updating frame counters by Phil Burk · 6 years ago
  48. fe7eae3 check usingFifo() for getFramesRead/Written() by Phil Burk · 6 years ago
  49. dc5ed59 round capacity up to get a FAST input path by Phil Burk · 6 years ago
  50. 2190d51 tests: add unit tests for calling start/pause/stop twice by Phil Burk · 6 years ago
  51. 831eca3 aaudio: don't pause if stopped by Phil Burk · 6 years ago
  52. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  53. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  54. 23eea11 Fix #174 - Calling waitForStateChange on closed AAudio stream should return OK by Don Turner · 6 years ago
  55. d5a82b7 Adding missing tests and stream closed default values by Don Turner · 6 years ago
  56. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  57. fe60c94 audio: fix typo in AAudioStreamBuilder_setinputPreset by Phil Burk · 6 years ago
  58. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
  59. c68172f move setting of mSessionId set mSessionId to None for OpenSL ES by Phil Burk · 6 years ago
  60. 8d5e1a5 Fix missing return value in AudioStreamAAudio, address review comments by Don Turner · 6 years ago
  61. c021a77 Addressing feedback from philburk@ on ResultWithValue by Don Turner · 6 years ago
  62. fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
  63. 5254904 Merge pull request #105 from ggfan/get-frames-per-burst-const by Phil Burk · 6 years ago
  64. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  65. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 6 years ago
  66. d2c1eb8 add const modifier to oboe::AudioStream::getFramesPerBurst() by gerry · 6 years ago
  67. c30bbe6 Add new P functions, setUsage() etc by Phil Burk · 6 years ago
  68. fe407d4 oboe: better latency comments by Phil Burk · 6 years ago
  69. c07dc62 oboe: add calculateLatencyMillis() by Phil Burk · 6 years ago
  70. 7c19352 oboe: cleaned up ErrorOrValue by Phil Burk · 7 years ago
  71. 4cf25f1 oboe: add ErrorOrValue dual return by Phil Burk · 7 years ago
  72. dac7687 Merge pull request #70 from google/getstream by Phil Burk · 7 years ago
  73. a22f301 oboe: add debug method for getting AAudioStream by Phil Burk · 7 years ago
  74. c668c41 oboe querysdk: make a distinction between supported and recommended by Phil Burk · 7 years ago
  75. f3c46fb oboe: add general purpose getSdkVersion() query by Phil Burk · 7 years ago
  76. f9fc01d oboe: remove getNextReadTime by Phil Burk · 7 years ago
  77. a5d6637 oboe: more blocking read/write by Phil Burk · 7 years ago
  78. 34217a7 oboe: add blocking read/write by Phil Burk · 7 years ago
  79. d35c572 Do not use AAudio unless running on Android 8.1 or higher by Mikhail Naganov · 7 years ago
  80. 379e8e5 Rename Stream to AudioStream by Don Turner · 7 years ago
  81. 3bf32ae Use oboe namespace by Don Turner · 7 years ago
  82. cfd1a01 oboe: automatically stop and close a stream when disconnected by Phil Burk · 7 years ago
  83. 6c60236 oboe: fix dlsym for getFramesWritten/Read by Phil Burk · 7 years ago
  84. 19f9815 oboe: add easy way to query whether AAudio is supported by Phil Burk · 7 years ago
  85. c2243b1 oboe: add OboeLatencyTuner.cpp, cleanup by Phil Burk · 7 years ago
  86. 455027e More AAudioLoader cleanups by Mikhail Naganov · 7 years ago
  87. f8a24d6 AAudioLoader: add 'stream_read' by Mikhail Naganov · 7 years ago
  88. deffe41 Fix AAudioLoader by Mikhail Naganov · 7 years ago
  89. 65b4dc1 Add Oboe_convert methods, make them public by Don Turner · 7 years ago
  90. 6580987 Change log level from error to info if libaaudio not available by Don Turner · 7 years ago
  91. ca6f91a Initial commit by Don Turner · 7 years ago