1. da7f9cc oboe: shared_ptr to stream by Phil Burk · 4 years, 7 months ago
  2. df6d638 Oboe: openSharedStream uses ResultWithView by Phil Burk · 4 years, 7 months ago
  3. 68f7df0 oboe: add openSharedStream by Phil Burk · 4 years, 7 months ago
  4. 8969f1f Merge branch 'master' into quirksize by Phil Burk · 4 years, 9 months ago
  5. 58bce97 bump oboe version to 1.3.2 by Phil Burk · 4 years, 9 months ago
  6. 44116ec oboe: pass through onError*Close calls by Phil Burk · 4 years, 10 months ago
  7. aa25de7 oboe: bump oboe version to 1.3.1 by Phil Burk · 4 years, 11 months ago
  8. 7135d3f oboe: improve comment for setWorkaroundsEnabled() by Phil Burk · 4 years, 11 months ago
  9. 236521e Oboe: Add device specific Quirks for Samsung by Phil Burk · 5 years ago
  10. 56854b8 Bump version to 1.3.0 by Don Turner · 5 years ago
  11. d6ef251 Merge branch '1.2-stable' by Don Turner · 5 years ago
  12. 882dae2 Updating docs for DefaultStreamValues. Fixes #622 by Don Turner · 5 years ago
  13. 9a150bb oboe: bump OpenSL framesPerBurst by version by Phil Burk · 5 years ago
  14. 38c118f oboe: make sure OpenSL ES buffer capacity is OK by Phil Burk · 5 years ago
  15. 8da8d2f oboe: change default buffer sizes for INPUT by Phil Burk · 5 years ago
  16. 4f25d72 oboe: bump patch number by Phil Burk · 5 years ago
  17. c230a49 oboe: add waitForAvailableFrames() by Phil Burk · 5 years ago
  18. a4ddbec resampler: fix some merge errors by Phil Burk · 5 years ago
  19. 9ffbcb6 Merge branch 'master' into resampler by Phil Burk · 5 years ago
  20. 252abe0 OboeTester: fix SRC quality menu by Phil Burk · 5 years ago
  21. 5927398 resampler: fix format conversion by Phil Burk · 5 years ago
  22. 41b868c resampler: misc cleanup and TODOs by Phil Burk · 5 years ago
  23. b69847c resampler: add Fastest quality by Phil Burk · 5 years ago
  24. 5663a56 resampler: turn off resampler by default by Phil Burk · 5 years ago
  25. 2da4a84 resampler: address lots of minor review comments by Phil Burk · 5 years ago
  26. 953b2c2 Merge pull request #598 from google/fix-warnings by Atneya Nair · 5 years ago
  27. 812dd68 Commenting out parameters to use Wall compiler flag by Atneya Nair · 5 years ago
  28. 99a2ba5 Make AudioStream::getState() const by Thomas Guilbert · 5 years ago
  29. fa4b382 oboe: fix broken build AudioStream.cpp by Phil Burk · 5 years ago
  30. 8f47ec8 Small fixes from #352 by Thomas Guilbert · 5 years ago
  31. a6e7ef2 Adding InputPreset::VoicePerformance. (#555) by Atneya Nair · 5 years ago
  32. a935285 Log error if attempting to open AAudio when not recomended (#543) by Atneya Nair · 5 years ago
  33. a688320 Clarifies documentation around setDeviceId(). Fixes #480 (#546) by Atneya Nair · 5 years ago
  34. 1de4d33 Deprecating old getTimestamp method. Fixes #478 by Atneya Nair · 5 years ago
  35. 301b066 oboe: add stereo resampler by Phil Burk · 5 years ago
  36. a007fb3 oboe: use factory class for Resamplers by Phil Burk · 5 years ago
  37. a7c9677 Merge pull request #534 from google/fixonerror by Phil Burk · 5 years ago
  38. 5654c29 oboe: improve comments for onError callbacks by Phil Burk · 5 years ago
  39. f5b3b81 oboe: add to QuirksManager by Phil Burk · 5 years ago
  40. c812537 Deleting stream prior to opening new stream. Other documentation and refactoring changes by Atneya Nair · 5 years ago
  41. 41b121b oboe: start QuirksManager by Phil Burk · 5 years ago
  42. 2441eca oboe: make error callback support code protected by Phil Burk · 5 years ago
  43. cb2b340 oboe: prevent onError callback from causing an assert by Phil Burk · 5 years ago
  44. f172985 Add support for unique ptr AudioStreams by Atneya Nair · 5 years ago
  45. b36c4af Adding a Copy Constructor to AudioStreamBuilder (#528) by Atneya Nair · 5 years ago
  46. e6b9f2b oboe: control whether conversion is allowed by Phil Burk · 5 years ago
  47. dd3971d oboe: first draft of resampler by Phil Burk · 5 years ago
  48. 9fc3f7a Add version string by Don Turner · 6 years ago
  49. e972a1e Reorder includes by Don Turner · 6 years ago
  50. c92bf2d Add <atomic> and <mutex> to AudioStream includes by Don Turner · 6 years ago
  51. e16f371 oboe: bump version to 1.2.0 by Phil Burk · 6 years ago
  52. 0a605fc oboe: update autodocs for waitForStateChange by Phil Burk · 6 years ago
  53. 10619f6 oboe: use OBOE_NO_INCLUDE_AAUDIO to skip AAudio.h by Phil Burk · 6 years ago
  54. 4e7259a oboe: eliminate need for AAudio.h by Phil Burk · 6 years ago
  55. cbad077 oboe: use int32_t in AudioStreamBase.h by Phil Burk · 6 years ago
  56. 1b298cc Remove isPlaying from AudioStream header by Julio Zynger · 6 years ago
  57. 6fa2a1a Merge pull request #323 from google/stopcallback by Phil Burk · 6 years ago
  58. 7767b54 Adding -Wextra-semi to compile flags and removing extra semis by Don Turner · 6 years ago
  59. b878e2f oboe: stop stream if callback requests it by Phil Burk · 6 years ago
  60. d77ae20 Merge pull request #313 from google/bigcleanup by Phil Burk · 6 years ago
  61. 8cc0148 Bump to 1.1.1 by Don Turner · 6 years ago
  62. 2b87992 oboe: log version number in openStream() by Phil Burk · 6 years ago
  63. 12a172e oboe: use atomics for FIFO counters by Phil Burk · 6 years ago
  64. fbc6a38 Reset stabilization parameters after stream has been closed. by Don Turner · 6 years ago
  65. cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
  66. 81f328d docs: update setBufferCapacityInFrames() and setAudioApi() by Phil Burk · 6 years ago
  67. 83d9e5e Allow user to define maximum buffer size when using LatencyTuner by Don Turner · 6 years ago
  68. 4bf2475 Merge pull request #243 from google/fixleak by Phil Burk · 6 years ago
  69. 237cee0 Fix memory leak if AudioStreamBuilder::openStream() fails. by Phil Burk · 6 years ago
  70. 80c5a0c docs: add restrictions to AudioStreamCallback by Phil Burk · 6 years ago
  71. dfadd45 Code review feedback from phil by Don Turner · 6 years ago
  72. 2eae437 Version bump, add changelog by Don Turner · 6 years ago
  73. 0a61070 Adding simpler getTimestamp method. Fixes #209 by Don Turner · 6 years ago
  74. eab3a46 Remove AudioStream::setNativeFormat. Fixes #210 by Don Turner · 6 years ago
  75. 5490545 refactor code for updating frame counters by Phil Burk · 6 years ago
  76. fe7eae3 check usingFifo() for getFramesRead/Written() by Phil Burk · 6 years ago
  77. 874d124 Addressing docs feedback from Glenn by Don Turner · 6 years ago
  78. fadd2b4 Add docs homepage, switch off jekyll by Don Turner · 6 years ago
  79. 8330e85 Updating docs in line with Phil's feedback by Don Turner · 6 years ago
  80. 970a91f Fixing comment for getUnderlyingStream by Don Turner · 6 years ago
  81. 1a0b366 Adding docs to all public objects by Don Turner · 6 years ago
  82. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  83. 5f37601 oboe: better name for CONSTANT_API_P by Phil Burk · 6 years ago
  84. 1ded8e7 oboe: remove dependencies on P constants by Phil Burk · 6 years ago
  85. f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago
  86. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  87. 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
  88. 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
  89. 3a253b2 Adding operator overloading for ResultWithValue<T> by gfan · 6 years ago
  90. 2016779 bump minor version to 12 for new P functions by Phil Burk · 6 years ago
  91. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 6 years ago
  92. 7a05d68 Version bump, update README by Don Turner · 6 years ago
  93. c021a77 Addressing feedback from philburk@ on ResultWithValue by Don Turner · 6 years ago
  94. fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
  95. 5254904 Merge pull request #105 from ggfan/get-frames-per-burst-const by Phil Burk · 6 years ago
  96. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  97. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 7 years ago
  98. d2c1eb8 add const modifier to oboe::AudioStream::getFramesPerBurst() by gerry · 6 years ago
  99. c30bbe6 Add new P functions, setUsage() etc by Phil Burk · 6 years ago
  100. 3edbf05 oboe: change "subsequent" to "created" by Phil Burk · 7 years ago