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