1. 4b8a51f Addressed comments from pull request. by Paul McLean · 4 years, 4 months ago
  2. b2cf232 Added control of gain for each drum and a mix UI for gain and pan. by Paul McLean · 4 years, 4 months ago
  3. cd128ac [FXLab] Update screenshot by Don Turner · 4 years, 4 months ago
  4. 9196177 Add instructions on unmuting sound by Don Turner · 4 years, 4 months ago
  5. 554400f Update README.md by Don Turner · 4 years, 4 months ago
  6. 0532308 Add link to FXLab by Don Turner · 4 years, 4 months ago
  7. f9b0275 Addressed Phil's review comments. by Paul McLean · 4 years, 4 months ago
  8. 519322a Implemented stereo playback. by Paul McLean · 4 years, 5 months ago
  9. 55d878a Merge branch 'refactor_samplebuffer' by Paul McLean · 4 years, 5 months ago
  10. cb450b4 Merge branch 'master' of github.com:google/oboe into refactor_samplebuffer by Paul McLean · 4 years, 5 months ago
  11. ed4f54a Last couple of comments. by Paul McLean · 4 years, 5 months ago
  12. 8522b15 update resampler doc by Phil Burk · 4 years, 5 months ago
  13. c704322 Fixed a typo. by Paul McLean · 4 years, 5 months ago
  14. e30c438 Addressed Phil's last (I hope) set of comments. by Paul McLean · 4 years, 5 months ago
  15. d533462 resampler doc: use inputFramesLeft by Phil Burk · 4 years, 5 months ago
  16. e35a176 std::vector<> for SimpleAudioPlayer data members. by Paul McLean · 4 years, 5 months ago
  17. e86925a Merge pull request #817 from google/upgradle by Phil Burk · 4 years, 5 months ago
  18. 2ff4d4c [DrumThumper] Fix issue where audio stream would not be started on OpenSL. Fixes #808 by Don Turner · 4 years, 5 months ago
  19. ceb96cf fir typo in README by Phil Burk · 4 years, 5 months ago
  20. 1d84c73 update README for the sample rate converter by Phil Burk · 4 years, 5 months ago
  21. 583c0af Add instruction to use shared STL. Fixes #812 by Don Turner · 4 years, 5 months ago
  22. f95ea09 OboeTester: update gradle files by Phil Burk · 4 years, 5 months ago
  23. c13b27d Investigated device switch / multi stream open problem. by Paul McLean · 4 years, 5 months ago
  24. 8705d9d Merge pull request #806 from google/livecrash by Phil Burk · 4 years, 5 months ago
  25. 0a78e50 LiveEffect: address comments from Gerry by Phil Burk · 4 years, 5 months ago
  26. 7089578 Addressed Phil's latest comments. by Paul McLean · 4 years, 5 months ago
  27. 51af214 Addressing feedback from Phil by Don Turner · 4 years, 6 months ago
  28. 78ee994 Add steps for using prefab package. Fixes #230 by Don Turner · 4 years, 6 months ago
  29. 8266d26 Added unique_ptr<> and shared_ptr<> to SampleBuffer and SimpleMultiPlayer. by Paul McLean · 4 years, 6 months ago
  30. c8e53db LiveEffect: use ManagedStream by Phil Burk · 4 years, 6 months ago
  31. f5f967c LiveEffect: handle failure to open the stream by Phil Burk · 4 years, 6 months ago
  32. 0c8b683 Refactored SampleBuffer into SampleSource & SampleBuffer by Paul McLean · 4 years, 6 months ago
  33. 3a8a0bb Removed unused statements from the CMakeLists.txt files. by Paul McLean · 4 years, 6 months ago
  34. 0b9f66b Refactoring wavlib into 2 libs: by Paul McLean · 4 years, 6 months ago
  35. 783f303 Merge pull request #793 from google/showload by Phil Burk · 4 years, 6 months ago
  36. 8e03882 OboeTester: show % CPU load by Phil Burk · 4 years, 6 months ago
  37. 73fa9be Merge pull request #792 from google/moveavg by Phil Burk · 4 years, 6 months ago
  38. f90112f OboeTester: move average latency report up by Phil Burk · 4 years, 6 months ago
  39. 4d7af17 add README for resampler by Phil Burk · 4 years, 6 months ago
  40. 154a241 Add prefab template folder by Don Turner · 4 years, 6 months ago
  41. 07547db Merge branch 'prefab' by Don Turner · 4 years, 6 months ago
  42. aef269e Adding build script for shared libraries by Don Turner · 4 years, 6 months ago
  43. fa7fe6a describe option between 3.5 mm jack and TigerTail by Phil Burk · 4 years, 7 months ago
  44. b9110f9 Merge pull request #734 from google/quirksize by Phil Burk · 4 years, 7 months ago
  45. 8969f1f Merge branch 'master' into quirksize by Phil Burk · 4 years, 7 months ago
  46. b40a8fe add Testing section to README by Phil Burk · 4 years, 7 months ago
  47. 3f8fbb0 remove rogue semicolon from doc by Phil Burk · 4 years, 7 months ago
  48. babddb0 Fix erroneous restart on initial device list notification by Paul McLean · 4 years, 7 months ago
  49. c4d7e73 Merge pull request #759 from google/dsptiming by Phil Burk · 4 years, 7 months ago
  50. b2110d9 Merge pull request #773 from google/fixcbsize by Phil Burk · 4 years, 7 months ago
  51. 4277fc1 Merge pull request #774 from google/fixcbmantest by Phil Burk · 4 years, 7 months ago
  52. 4706346 opensles: cleanup test indentation by Phil Burk · 4 years, 7 months ago
  53. c6dad20 opensles: show callback size after adjustment by Phil Burk · 4 years, 7 months ago
  54. fcec571 opensles: honor setFramesPerCallback() by Phil Burk · 4 years, 7 months ago
  55. 8f49571 tests: test framesPerCallback by Phil Burk · 4 years, 7 months ago
  56. 2afaacc OboeTester: use callback size for test by Phil Burk · 4 years, 7 months ago
  57. dea3583 cleanup unit test docs by Phil Burk · 4 years, 7 months ago
  58. 41857ba update test procedure for new NDK path by Phil Burk · 4 years, 7 months ago
  59. facd97f update Oboe unit test instructions by Phil Burk · 4 years, 7 months ago
  60. a4cdb5f Merge pull request #770 from google/callbacksize by Phil Burk · 4 years, 7 months ago
  61. 27c7271 OboeTester: show framesPerCallback by Phil Burk · 4 years, 7 months ago
  62. 58bce97 bump oboe version to 1.3.2 by Phil Burk · 4 years, 7 months ago
  63. 5b56aef Merge pull request #762 from google/fixbufsize by Phil Burk · 4 years, 7 months ago
  64. 754a7f2 Merge pull request #758 from google/fixtypes by Phil Burk · 4 years, 7 months ago
  65. 4615e0e Fix Travis errors by Paul McLean · 4 years, 7 months ago
  66. 8019801 Implemented device change reset fallback mechanism. by Paul McLean · 4 years, 7 months ago
  67. 073ad28 Final commit of DrumThump oboe sample app by Paul McLean · 4 years, 8 months ago
  68. 61149a9 opensles: scale buffer size by rate by Phil Burk · 4 years, 8 months ago
  69. 8b0cc5a OboeTester - improve docs by Phil Burk · 4 years, 8 months ago
  70. 68460ae Add Faust to apps list by Phil Burk · 4 years, 8 months ago
  71. 8cd3672 OboeTester: measure glitches vs DSP time offset by Phil Burk · 4 years, 8 months ago
  72. 304191e Minor typos & tidy up by Don Turner · 4 years, 8 months ago
  73. ba5e47e Add link to effects page by Don Turner · 4 years, 8 months ago
  74. 5785fb1 Merge pull request #753 from google/onerror by Phil Burk · 4 years, 8 months ago
  75. d70f2e7 Add FLOAT INPUT as a reason for high latency by Phil Burk · 4 years, 8 months ago
  76. 44116ec oboe: pass through onError*Close calls by Phil Burk · 4 years, 8 months ago
  77. c572e88 OboeTester: log onError*Close() by Phil Burk · 4 years, 8 months ago
  78. b9cd55b oboe: fix type includes by Phil Burk · 4 years, 8 months ago
  79. 0e4703d add link to effects.md by Phil Burk · 4 years, 8 months ago
  80. df57129 Add effects.md Tech Note by Phil Burk · 4 years, 8 months ago
  81. a68ab51 Fixing more tabs by Don Turner · 4 years, 8 months ago
  82. ec020a3 Fixing stupid tabs for indentation by Don Turner · 4 years, 8 months ago
  83. f85357a [FXlab] Adding volume toggle to top Toolbar. Fixes #675 by Don Turner · 4 years, 8 months ago
  84. 1072502 docs: fix OboeStreamCallback reference by Phil Burk · 4 years, 8 months ago
  85. c6808e6 add link to Tech Notes by Phil Burk · 4 years, 8 months ago
  86. 55d1fe0 add link to OboeTester for Disconnects by Phil Burk · 4 years, 8 months ago
  87. 3415745 Add in_preset by Phil Burk · 4 years, 8 months ago
  88. 01d1b33 Update README.md by Phil Burk · 4 years, 8 months ago
  89. b8351c4 link to tech notes by Phil Burk · 4 years, 8 months ago
  90. 0762a6d Merge pull request #746 from google/cleandisco by Phil Burk · 4 years, 8 months ago
  91. f1a5897 tweak disconnect doc by Phil Burk · 4 years, 8 months ago
  92. 350fae5 Add link to disconnected tech note by Phil Burk · 4 years, 8 months ago
  93. c561d8b Add tech note on disconnects by Phil Burk · 4 years, 8 months ago
  94. c893eb6 OboeTester: simplify DISCONNECT test by Phil Burk · 4 years, 8 months ago
  95. a2e578d OboeTester: test INPUT disconnects by Phil Burk · 4 years, 8 months ago
  96. 5443f3e Add notes folder by Phil Burk · 4 years, 8 months ago
  97. 63a86f2 Merge pull request #745 from katyo/avoid-global-constant-vector by Phil Burk · 4 years, 8 months ago
  98. 8bb1700 Merge pull request #742 from google/autopreset by Phil Burk · 4 years, 8 months ago
  99. 3e556ac Avoid global constant vector by K · 4 years, 8 months ago
  100. 2a58bc0 Moved BeatScratch into alphabetical order by Phil Burk · 4 years, 8 months ago