1. 6fa2a1a Merge pull request #323 from google/stopcallback by Phil Burk · 6 years ago
  2. 7767b54 Adding -Wextra-semi to compile flags and removing extra semis by Don Turner · 6 years ago
  3. b878e2f oboe: stop stream if callback requests it by Phil Burk · 6 years ago
  4. d77ae20 Merge pull request #313 from google/bigcleanup by Phil Burk · 6 years ago
  5. 8cc0148 Bump to 1.1.1 by Don Turner · 6 years ago
  6. 2b87992 oboe: log version number in openStream() by Phil Burk · 6 years ago
  7. 12a172e oboe: use atomics for FIFO counters by Phil Burk · 6 years ago
  8. fbc6a38 Reset stabilization parameters after stream has been closed. by Don Turner · 6 years ago
  9. cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
  10. 81f328d docs: update setBufferCapacityInFrames() and setAudioApi() by Phil Burk · 6 years ago
  11. 83d9e5e Allow user to define maximum buffer size when using LatencyTuner by Don Turner · 6 years ago
  12. 4bf2475 Merge pull request #243 from google/fixleak by Phil Burk · 6 years ago
  13. 237cee0 Fix memory leak if AudioStreamBuilder::openStream() fails. by Phil Burk · 6 years ago
  14. 80c5a0c docs: add restrictions to AudioStreamCallback by Phil Burk · 6 years ago
  15. dfadd45 Code review feedback from phil by Don Turner · 6 years ago
  16. 2eae437 Version bump, add changelog by Don Turner · 6 years ago
  17. 0a61070 Adding simpler getTimestamp method. Fixes #209 by Don Turner · 6 years ago
  18. eab3a46 Remove AudioStream::setNativeFormat. Fixes #210 by Don Turner · 6 years ago
  19. 5490545 refactor code for updating frame counters by Phil Burk · 6 years ago
  20. fe7eae3 check usingFifo() for getFramesRead/Written() by Phil Burk · 6 years ago
  21. 874d124 Addressing docs feedback from Glenn by Don Turner · 6 years ago
  22. fadd2b4 Add docs homepage, switch off jekyll by Don Turner · 6 years ago
  23. 8330e85 Updating docs in line with Phil's feedback by Don Turner · 6 years ago
  24. 970a91f Fixing comment for getUnderlyingStream by Don Turner · 6 years ago
  25. 1a0b366 Adding docs to all public objects by Don Turner · 6 years ago
  26. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  27. 5f37601 oboe: better name for CONSTANT_API_P by Phil Burk · 6 years ago
  28. 1ded8e7 oboe: remove dependencies on P constants by Phil Burk · 6 years ago
  29. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
  30. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  31. 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
  32. 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
  33. 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago
  34. 2016779 bump minor version to 12 for new P functions by Phil Burk · 6 years ago
  35. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
  36. 7a05d68 Version bump, update README by Don Turner · 6 years ago
  37. c021a77 Addressing feedback from philburk@ on ResultWithValue by Don Turner · 6 years ago
  38. fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
  39. 5254904 Merge pull request #105 from ggfan/get-frames-per-burst-const by Phil Burk · 6 years ago
  40. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  41. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 7 years ago
  42. d2c1eb8 add const modifier to oboe::AudioStream::getFramesPerBurst() by gerry · 6 years ago
  43. c30bbe6 Add new P functions, setUsage() etc by Phil Burk · 7 years ago
  44. 3edbf05 oboe: change "subsequent" to "created" by Phil Burk · 7 years ago
  45. d4a31b2 Merge pull request #74 from google/nodevid by Phil Burk · 7 years ago
  46. fe407d4 oboe: better latency comments by Phil Burk · 7 years ago
  47. c07dc62 oboe: add calculateLatencyMillis() by Phil Burk · 7 years ago
  48. 7c19352 oboe: cleaned up ErrorOrValue by Phil Burk · 7 years ago
  49. 4cf25f1 oboe: add ErrorOrValue dual return by Phil Burk · 7 years ago
  50. 699e3aa Set deviceId to kUnspecified for OpenSL ES. by Phil Burk · 7 years ago
  51. 0cb67a6 oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  52. dac7687 Merge pull request #70 from google/getstream by Phil Burk · 7 years ago
  53. a22f301 oboe: add debug method for getting AAudioStream by Phil Burk · 7 years ago
  54. c668c41 oboe querysdk: make a distinction between supported and recommended by Phil Burk · 7 years ago
  55. f3c46fb oboe: add general purpose getSdkVersion() query by Phil Burk · 7 years ago
  56. a5d6637 oboe: more blocking read/write by Phil Burk · 7 years ago
  57. 34217a7 oboe: add blocking read/write by Phil Burk · 7 years ago
  58. c51f2ef Version bump from 0.9 to 0.10 by Don Turner · 7 years ago
  59. aab1d25 Adding convertToText for AudioApi by Don Turner · 7 years ago
  60. e59853f Rename ApiIndex to AudioApi, move into Definitions.h by Don Turner · 7 years ago
  61. 09c96e9 Initialize mStreamCallback to nullptr. Fixes #44. by Don Turner · 7 years ago
  62. 7283080 Add convertToText(StreamState). Fixes #38 by Don Turner · 7 years ago
  63. 8b5f1c1 Add disconnected state by Don Turner · 7 years ago
  64. 49fedc2 Change Version from class to struct by Don Turner · 7 years ago
  65. 8dfb025 Use #defines for version numbers by Don Turner · 7 years ago
  66. 288946b Adding version information by Don Turner · 7 years ago
  67. 5ea2530 Adding template method convertToText by Don Turner · 7 years ago
  68. d4b7f08 Revert to using raw pointer for setCallback by Don Turner · 7 years ago
  69. 338eac6 member vairable alignment by Don Turner · 7 years ago
  70. 93fad7d Minor edits to address comments by Don Turner · 7 years ago
  71. 379e8e5 Rename Stream to AudioStream by Don Turner · 7 years ago
  72. da0edda Use std::shared_ptr for callback object by Don Turner · 7 years ago
  73. 2786fb5 Documentation tidy up by Don Turner · 7 years ago
  74. 3bf32ae Use oboe namespace by Don Turner · 7 years ago
  75. cfd1a01 oboe: automatically stop and close a stream when disconnected by Phil Burk · 7 years ago
  76. c8e73de oboe callback: remove onExit() by Phil Burk · 7 years ago
  77. 01f0477 Merge branch 'issupported' of https://github.com/google/oboe by Don Turner · 7 years ago
  78. fecb83c Add OboeUtilities.h to Oboe.h so Oboe_convert* methods are available to clients by Don Turner · 7 years ago
  79. 19f9815 oboe: add easy way to query whether AAudio is supported by Phil Burk · 7 years ago
  80. c2243b1 oboe: add OboeLatencyTuner.cpp, cleanup by Phil Burk · 7 years ago
  81. 65b4dc1 Add Oboe_convert methods, make them public by Don Turner · 7 years ago
  82. ec6271f Remove redundant dummy.cpp by Don Turner · 7 years ago
  83. ca6f91a Initial commit by Don Turner · 7 years ago