1. ddcd341 Fix #151 - Remove unecessary checks for API version at compile time by Don Turner · 6 years ago
  2. 2b3b16e Tidying up log levels, messages and comments by Don Turner · 6 years ago
  3. 9e66da4 Change Unavailable to Unimplemented for pause by Don Turner · 6 years ago
  4. bdb4835 Return Error::Unavailable when pausing an input stream by Don Turner · 6 years ago
  5. 65fba05 opensles: make Input pause unimplemented by Phil Burk · 6 years ago
  6. 66783b1 Enable logging only for debug builds by Don Turner · 6 years ago
  7. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  8. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  9. 09001f5 android/log.h is only included if OBOE_ENABLE_LOGGING=1 by Don Turner · 6 years ago
  10. b78f3ee Make wording clearer by Don Turner · 6 years ago
  11. dcb55a4 Request OpenSLES for tests, update comments by Don Turner · 6 years ago
  12. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  13. 6a390fd Add stdint.h to FifoControllerBase.h by Don Turner · 6 years ago
  14. 23eea11 Fix #174 - Calling waitForStateChange on closed AAudio stream should return OK by Don Turner · 6 years ago
  15. 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
  16. c174fc4 Restore previous state on error by Don Turner · 6 years ago
  17. dd35888 Adding tests and states for OpenSL ES input streams by Don Turner · 6 years ago
  18. 0412fd5 Fix stream states for OpenSL ES by Don Turner · 6 years ago
  19. d5a82b7 Adding missing tests and stream closed default values by Don Turner · 6 years ago
  20. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
  21. a556b8a Update tests for isXRunCountSupported by Don Turner · 6 years ago
  22. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  23. 7c662ba opensles: rename methods, cleanup constants by Phil Burk · 6 years ago
  24. d5a156b opensles: generate channel masks safely by OS version by Phil Burk · 6 years ago
  25. 17d8001 opensles: fix API level check for FLOAT by Phil Burk · 6 years ago
  26. d7476a8 oboe: optimize getSdkVersion() by Phil Burk · 6 years ago
  27. 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago
  28. ca7a5da Merge pull request #123 from ggfan/print-stream by Gerry · 6 years ago
  29. 958365c Merge pull request #125 from ggfan/sles-performance-mode by Phil Burk · 6 years ago
  30. 3810cd9 For OpenSL ES, bypass PERFORMANCE_MODE for android N and older platforms by gerry · 6 years ago
  31. fe60c94 audio: fix typo in AAudioStreamBuilder_setinputPreset by Phil Burk · 6 years ago
  32. 25a61f2 Fix incorrect logic for OpenSL ES performance configurations by Don Turner · 6 years ago
  33. 822bba9 Add debug function convertToText<AuduiStream*>(AudioStream* ) by gerry · 6 years ago
  34. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
  35. c68172f move setting of mSessionId set mSessionId to None for OpenSL ES by Phil Burk · 6 years ago
  36. 45e7a50 Reverting default preset to VOICE_RECOGNITION by Don Turner · 6 years ago
  37. 4009081 AudioStreamOpenSLES and subclasses need some fine grained destroy flow. though no crashes, logcat shown internal errors caused mainly because we were destroying the out mix before the attached player by yellow · 6 years ago
  38. 0b6d982 opensl input preset to UNPROCESSED, or VOICE_RECOGNITION as fallback; AS auto formatted some code by yellow · 6 years ago
  39. 8d5e1a5 Fix missing return value in AudioStreamAAudio, address review comments by Don Turner · 6 years ago
  40. c021a77 Addressing feedback from philburk@ on ResultWithValue by Don Turner · 6 years ago
  41. fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
  42. 5254904 Merge pull request #105 from ggfan/get-frames-per-burst-const by Phil Burk · 6 years ago
  43. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  44. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 6 years ago
  45. d2c1eb8 add const modifier to oboe::AudioStream::getFramesPerBurst() by gerry · 6 years ago
  46. c30bbe6 Add new P functions, setUsage() etc by Phil Burk · 6 years ago
  47. 982d4fc change framesRead to framesProcessed by Phil Burk · 6 years ago
  48. 1f042c0 Merge pull request #89 from google/framesread by Phil Burk · 6 years ago
  49. b09eb33 Add getFramesProcessedByServer. Minor cleanup. by Phil Burk · 6 years ago
  50. d4a31b2 Merge pull request #74 from google/nodevid by Phil Burk · 6 years ago
  51. f2a7053 Implement getFramesRead for OpenSL ES OUTPUT by Phil Burk · 6 years ago
  52. fe407d4 oboe: better latency comments by Phil Burk · 6 years ago
  53. c07dc62 oboe: add calculateLatencyMillis() by Phil Burk · 6 years ago
  54. 9f7ec16 Merge pull request #73 from google/condfloat by Phil Burk · 7 years ago
  55. 0964356 Use runtime query getSdkVersion() for OpenSL ES by Phil Burk · 7 years ago
  56. 7c19352 oboe: cleaned up ErrorOrValue by Phil Burk · 7 years ago
  57. 4cf25f1 oboe: add ErrorOrValue dual return by Phil Burk · 7 years ago
  58. 699e3aa Set deviceId to kUnspecified for OpenSL ES. by Phil Burk · 7 years ago
  59. 0cb67a6 oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  60. dac7687 Merge pull request #70 from google/getstream by Phil Burk · 7 years ago
  61. a22f301 oboe: add debug method for getting AAudioStream by Phil Burk · 7 years ago
  62. c668c41 oboe querysdk: make a distinction between supported and recommended by Phil Burk · 7 years ago
  63. f3c46fb oboe: add general purpose getSdkVersion() query by Phil Burk · 7 years ago
  64. 477e01c Oboe: remove some logs, misc cleanup by Phil Burk · 7 years ago
  65. f9fc01d oboe: remove getNextReadTime by Phil Burk · 7 years ago
  66. a5d6637 oboe: more blocking read/write by Phil Burk · 7 years ago
  67. 34217a7 oboe: add blocking read/write by Phil Burk · 7 years ago
  68. d35c572 Do not use AAudio unless running on Android 8.1 or higher by Mikhail Naganov · 7 years ago
  69. 87f80e8 More concise return strings for convertToText methods by Don Turner · 7 years ago
  70. aab1d25 Adding convertToText for AudioApi by Don Turner · 7 years ago
  71. 7283080 Add convertToText(StreamState). Fixes #38 by Don Turner · 7 years ago
  72. 5417cf8 Move float scaling value into constant. Fixes #21 by Don Turner · 7 years ago
  73. 9b1c2ce oboe: make chanCountToChanMask non-virtual by Phil Burk · 7 years ago
  74. 7040a9d oboe: address review comments, better singleton by Phil Burk · 7 years ago
  75. d9703b0 oboe: OPenSL ES opens moved into stream open by Phil Burk · 7 years ago
  76. 420715b oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  77. 6d95291 oboe: implement input stream by Phil Burk · 7 years ago
  78. 9a147a1 oboe: move OpenSL ES output code to its own class by Phil Burk · 7 years ago
  79. 64c55f4 oboe: OpenSL ES refactor engine by Phil Burk · 7 years ago
  80. 056fe73 Changing std::make_unique to std::unique_ptr to avoid dependency on C++14 by Don Turner · 7 years ago
  81. 605c25c Add TODO for convertToText method to return int value in string by Don Turner · 7 years ago
  82. 5ea2530 Adding template method convertToText by Don Turner · 7 years ago
  83. d4b7f08 Revert to using raw pointer for setCallback by Don Turner · 7 years ago
  84. 93fad7d Minor edits to address comments by Don Turner · 7 years ago
  85. 379e8e5 Rename Stream to AudioStream by Don Turner · 7 years ago
  86. da0edda Use std::shared_ptr for callback object by Don Turner · 7 years ago
  87. e5bc9d9 Add default case to convert methods by Don Turner · 7 years ago
  88. 2786fb5 Documentation tidy up by Don Turner · 7 years ago
  89. 3bf32ae Use oboe namespace by Don Turner · 7 years ago
  90. cfd1a01 oboe: automatically stop and close a stream when disconnected by Phil Burk · 7 years ago
  91. 6c1fc78 Update FifoBuffer.cpp by jplatipus · 7 years ago
  92. 6c60236 oboe: fix dlsym for getFramesWritten/Read by Phil Burk · 7 years ago
  93. 19f9815 oboe: add easy way to query whether AAudio is supported by Phil Burk · 7 years ago
  94. c2243b1 oboe: add OboeLatencyTuner.cpp, cleanup by Phil Burk · 7 years ago
  95. 455027e More AAudioLoader cleanups by Mikhail Naganov · 7 years ago
  96. f8a24d6 AAudioLoader: add 'stream_read' by Mikhail Naganov · 7 years ago
  97. deffe41 Fix AAudioLoader by Mikhail Naganov · 7 years ago
  98. 65b4dc1 Add Oboe_convert methods, make them public by Don Turner · 7 years ago
  99. 2682fbd Use SLDataFormat_PCM on API < 21 by Don Turner · 7 years ago
  100. 015ef88 Merge "Fix path for OboeDebug.h" by Don Turner · 7 years ago