1. 474b58c Merge pull request #377 from google/getposition by Phil Burk · 6 years ago
  2. f380287 Merge pull request #373 from google/aaloader by Phil Burk · 6 years ago
  3. 808480a AAudioLoader: use RTLD_NOW by Phil Burk · 6 years ago
  4. 8c369cf Set default buffer size to two bursts for low latency streams by Don Turner · 6 years ago
  5. 0d19f30 Merge pull request #376 from google/state_l by Phil Burk · 6 years ago
  6. f401682 Merge pull request #378 from google/lockflush by Phil Burk · 6 years ago
  7. f34633e oboe_opensles: lock requestFLush() by Phil Burk · 6 years ago
  8. 1eb001a oboe_opensles: prevent deadlock if callback collides with requestPause() by Phil Burk · 6 years ago
  9. 2cd69af oboe_opensles: add _l to function names called under lock by Phil Burk · 6 years ago
  10. 3b4a1ae oboe_opensles: add locks to updateServiceFrameCounter() by Phil Burk · 6 years ago
  11. 57770c8 oboe: fix openSL ES read, write by Phil Burk · 6 years ago
  12. 6606224 oboe: cleanup AAudio loader by Phil Burk · 6 years ago
  13. c35ea6f oboe: do not use error callback when no data callback by Phil Burk · 6 years ago
  14. 4e7d4c2 Log enqueueResult in OpenSL ES by Phil Burk · 6 years ago
  15. 41816f5 Fix #341. Declaration shadows a local variable [-Wshadow] by Don Turner · 6 years ago
  16. 6fa2a1a Merge pull request #323 from google/stopcallback by Phil Burk · 6 years ago
  17. 2417f01 Fix #332 Change C-style casts to static_cast by Don Turner · 6 years ago
  18. d27bfad Adding -Wshadow-field compile flag by Don Turner · 6 years ago
  19. 7767b54 Adding -Wextra-semi to compile flags and removing extra semis by Don Turner · 6 years ago
  20. 591de79 oboe: remove commented out code by Phil Burk · 6 years ago
  21. 21a2d46 oboe: only enable callback if callback requested by Phil Burk · 6 years ago
  22. c52e379 Merge pull request #328 from google/nulldlsym by Phil Burk · 6 years ago
  23. 1f33307 oboe: initialize AAudioLoader functions to nullptr by Phil Burk · 6 years ago
  24. c429558 oboe: return invalid from getTimestamp when stopped by Phil Burk · 6 years ago
  25. b878e2f oboe: stop stream if callback requests it by Phil Burk · 6 years ago
  26. 4bcc8fc Merge pull request #315 from google/openslcleanup by Phil Burk · 6 years ago
  27. 34bbf44 Merge pull request #314 from google/fifocleanup by Phil Burk · 6 years ago
  28. d77ae20 Merge pull request #313 from google/bigcleanup by Phil Burk · 6 years ago
  29. 2b87992 oboe: log version number in openStream() by Phil Burk · 6 years ago
  30. cfdd9aa oboe: cleanup OpenSL ES wrapper by Phil Burk · 6 years ago
  31. f61cea3 oboe: cleanup FIFO by Phil Burk · 6 years ago
  32. 9bcf795 oboe: AAudio astream by Phil Burk · 6 years ago
  33. 12a172e oboe: use atomics for FIFO counters by Phil Burk · 6 years ago
  34. 7888992 oboe: cleanup AAudioLoader by Phil Burk · 6 years ago
  35. 59e594e [code] fix bad copy/paste + remove empty lines by pbodilis · 6 years ago
  36. 97baa8d [code] make opensles uses the value stored in the builder's Usage in AudioOutputStreamOpenSLES by pbodilis · 6 years ago
  37. 89c834f Remove TODO comment after feedback from Phil by Don Turner · 6 years ago
  38. aa1719a Add low pass filter to opsPerStep. Increase step duration to 20us. by Don Turner · 6 years ago
  39. cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
  40. 26a3a0d opensles: fix getBufferSizeInFrames() by Phil Burk · 6 years ago
  41. 65983d6 AAudioLoader: cleanup destructor by Phil Burk · 6 years ago
  42. 83d9e5e Allow user to define maximum buffer size when using LatencyTuner by Don Turner · 6 years ago
  43. 237cee0 Fix memory leak if AudioStreamBuilder::openStream() fails. by Phil Burk · 6 years ago
  44. 1225a33 Merge pull request #234 from google/writenow by Phil Burk · 6 years ago
  45. 2b9390d cleanup comments for readNow by Phil Burk · 6 years ago
  46. b3e90b5 fix readNow buffer pointer by Phil Burk · 6 years ago
  47. 4890883 Remove isPlaying method. Fixes #208 by Don Turner · 6 years ago
  48. 0a61070 Adding simpler getTimestamp method. Fixes #209 by Don Turner · 6 years ago
  49. eab3a46 Remove AudioStream::setNativeFormat. Fixes #210 by Don Turner · 6 years ago
  50. 5490545 refactor code for updating frame counters by Phil Burk · 6 years ago
  51. fe7eae3 check usingFifo() for getFramesRead/Written() by Phil Burk · 6 years ago
  52. 6c11c60 Clear queue buffers when the stream is stopped by Don Turner · 6 years ago
  53. fc288aa Merge pull request #217 from google/capacity4096 by Phil Burk · 6 years ago
  54. 0f2c0c1 opensles: fix stall when buffer size changed by Phil Burk · 6 years ago
  55. dc5ed59 round capacity up to get a FAST input path by Phil Burk · 6 years ago
  56. 67a5fe9 Floating point recording only supported on API23+ (Marshmallow) by Don Turner · 6 years ago
  57. 7e7d8ff Set usingExtendedDataFormat to false when trying to open stream using old data format by Don Turner · 6 years ago
  58. 462d5a6 Fix #192 - Cannot open recording stream on Moto G by Don Turner · 6 years ago
  59. 7886591 Remove dead code in the fifo folder by Vincent Barthelemy · 6 years ago
  60. 6ecb6b6 opensles: check error code for input streams by Phil Burk · 6 years ago
  61. 9a6262c opensles: fix PerformanceMode setting by Phil Burk · 6 years ago
  62. 2c7003b builder: add OBOE_ENABLE_AAUDIO preprocessor flag by Phil Burk · 6 years ago
  63. 2190d51 tests: add unit tests for calling start/pause/stop twice by Phil Burk · 6 years ago
  64. 831eca3 aaudio: don't pause if stopped by Phil Burk · 6 years ago
  65. ddcd341 Fix #151 - Remove unecessary checks for API version at compile time by Don Turner · 6 years ago
  66. 2b3b16e Tidying up log levels, messages and comments by Don Turner · 6 years ago
  67. 9e66da4 Change Unavailable to Unimplemented for pause by Don Turner · 6 years ago
  68. bdb4835 Return Error::Unavailable when pausing an input stream by Don Turner · 6 years ago
  69. 65fba05 opensles: make Input pause unimplemented by Phil Burk · 6 years ago
  70. 66783b1 Enable logging only for debug builds by Don Turner · 6 years ago
  71. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  72. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  73. 09001f5 android/log.h is only included if OBOE_ENABLE_LOGGING=1 by Don Turner · 6 years ago
  74. b78f3ee Make wording clearer by Don Turner · 6 years ago
  75. dcb55a4 Request OpenSLES for tests, update comments by Don Turner · 6 years ago
  76. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  77. 6a390fd Add stdint.h to FifoControllerBase.h by Don Turner · 6 years ago
  78. 23eea11 Fix #174 - Calling waitForStateChange on closed AAudio stream should return OK by Don Turner · 6 years ago
  79. 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
  80. c174fc4 Restore previous state on error by Don Turner · 6 years ago
  81. dd35888 Adding tests and states for OpenSL ES input streams by Don Turner · 6 years ago
  82. 0412fd5 Fix stream states for OpenSL ES by Don Turner · 6 years ago
  83. d5a82b7 Adding missing tests and stream closed default values by Don Turner · 6 years ago
  84. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
  85. a556b8a Update tests for isXRunCountSupported by Don Turner · 6 years ago
  86. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  87. 7c662ba opensles: rename methods, cleanup constants by Phil Burk · 6 years ago
  88. d5a156b opensles: generate channel masks safely by OS version by Phil Burk · 6 years ago
  89. 17d8001 opensles: fix API level check for FLOAT by Phil Burk · 6 years ago
  90. d7476a8 oboe: optimize getSdkVersion() by Phil Burk · 6 years ago
  91. 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago
  92. ca7a5da Merge pull request #123 from ggfan/print-stream by Gerry · 6 years ago
  93. 958365c Merge pull request #125 from ggfan/sles-performance-mode by Phil Burk · 6 years ago
  94. 3810cd9 For OpenSL ES, bypass PERFORMANCE_MODE for android N and older platforms by gerry · 6 years ago
  95. fe60c94 audio: fix typo in AAudioStreamBuilder_setinputPreset by Phil Burk · 6 years ago
  96. 25a61f2 Fix incorrect logic for OpenSL ES performance configurations by Don Turner · 6 years ago
  97. 822bba9 Add debug function convertToText<AuduiStream*>(AudioStream* ) by gerry · 6 years ago
  98. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
  99. c68172f move setting of mSessionId set mSessionId to None for OpenSL ES by Phil Burk · 6 years ago
  100. 45e7a50 Reverting default preset to VOICE_RECOGNITION by Don Turner · 6 years ago