1. 3bc04a2 Bump version to 1.4.2 by Phil Burk · 4 years, 3 months ago
  2. d8264be Reduce logging for a cleaner logcat by Phil Burk · 4 years, 3 months ago
  3. c79dada Always log errors and LOGI messages by Phil Burk · 4 years, 3 months ago
  4. 9fcce5e Addressed Phil's comments. by Paul McLean · 4 years, 4 months ago
  5. 06a5926 Remove unneeded "io" folder in parselib. by Paul McLean · 4 years, 4 months ago
  6. 7012875 Changed package from com.plausible -> com.mobileer by Paul McLean · 4 years, 4 months ago
  7. 0d65275 Changed package from com.plausible -> com.mobileer by Paul McLean · 4 years, 4 months ago
  8. 25e0184 Prepping DrumThumper for placement on the Play Store. by Paul McLean · 4 years, 4 months ago
  9. cf7c3e9 docs: add RemixLive by Phil Burk · 4 years, 3 months ago
  10. d2643d9 docs: suggest AudioManager.ACTION_HEADSET_PLUG by Phil Burk · 4 years, 3 months ago
  11. 163b2c9 corrected intent constant by Ragu Pattabi · 4 years, 3 months ago
  12. d273248 update releaseBuffer tech note with workaround by Phil Burk · 4 years, 3 months ago
  13. d2430bf opensles: prevent crash in releaseBuffer by Phil Burk · 4 years, 3 months ago
  14. 7cdf71f Turn off execute bit for ordinary text files by Glenn Kasten · 4 years, 3 months ago
  15. ec34dec Add crash signature for releaseBuffer() by Phil Burk · 4 years, 3 months ago
  16. 7839f39 link to assert in releaseBuffer by Phil Burk · 4 years, 3 months ago
  17. 617cbfd add AOSP patch links by Phil Burk · 4 years, 3 months ago
  18. e9c7481 updated libGDX and added Pinoy Piano by Phil Burk · 4 years, 3 months ago
  19. 88ae330 fix formatting by Nishant Srivastava · 4 years, 4 months ago
  20. 4b60ee0 add info about AGP version and adding the extra flag if below that version by Nishant Srivastava · 4 years, 4 months ago
  21. 47c336e mention usage of stable prefab version by Nishant Srivastava · 4 years, 4 months ago
  22. f9e0092 Add tech note for releaseBuffer assert by Phil Burk · 4 years, 4 months ago
  23. 12b0fb8 OboeTester: cleanup debug messages by Phil Burk · 4 years, 4 months ago
  24. 2bb4ec8 Addressed README.md comments. by Paul McLean · 4 years, 4 months ago
  25. 25a3fe7 Initial addition of README.md file for DrumThumper Sample. by Paul McLean · 4 years, 4 months ago
  26. 23575a4 Merge pull request #836 from google/chromeos by Emilie Roberts · 4 years, 4 months ago
  27. 866d701 Merge pull request #851 from google/remove-ci-lldb by Gerry · 4 years, 4 months ago
  28. 6230a80 Fixing lldb 3.1 installation failure in ci by gfan · 4 years, 4 months ago
  29. ab625b6 Merge pull request #821 from google/deleterace by Phil Burk · 4 years, 4 months ago
  30. 25b5af1 Fix crash on rotate (new controls in landscape layout). by Paul McLean · 4 years, 4 months ago
  31. 9d57c6e add CL for Q 4096 fix by Phil Burk · 4 years, 4 months ago
  32. f454250 Ask for more info by Don Turner · 4 years, 4 months ago
  33. 2919ee4 Fixes #831 by Don Turner · 4 years, 4 months ago
  34. 0661cb0 Change callback to support arbitrary channel counts. by Don Turner · 4 years, 4 months ago
  35. b306aef Set pointer to null on delete. by Paul McLean · 4 years, 4 months ago
  36. 1ca821b Fixed crash (for double-delete) in unloadSampleData(). by Paul McLean · 4 years, 4 months ago
  37. 3aad742 Fixed pan bug in SampleSource::CalcGainFactors() by Paul McLean · 4 years, 4 months ago
  38. 9dad6b2 Added Hide/Show for mix controls. by Paul McLean · 4 years, 4 months ago
  39. 4b8a51f Addressed comments from pull request. by Paul McLean · 4 years, 4 months ago
  40. b2cf232 Added control of gain for each drum and a mix UI for gain and pan. by Paul McLean · 4 years, 4 months ago
  41. 1c043b0 Default to building both x86 and ARM ABIs by Emilie Roberts · 4 years, 4 months ago
  42. da7f9cc oboe: shared_ptr to stream by Phil Burk · 4 years, 4 months ago
  43. cd128ac [FXLab] Update screenshot by Don Turner · 4 years, 4 months ago
  44. 9196177 Add instructions on unmuting sound by Don Turner · 4 years, 4 months ago
  45. 554400f Update README.md by Don Turner · 4 years, 4 months ago
  46. 0532308 Add link to FXLab by Don Turner · 4 years, 4 months ago
  47. df6d638 Oboe: openSharedStream uses ResultWithView by Phil Burk · 4 years, 4 months ago
  48. f9b0275 Addressed Phil's review comments. by Paul McLean · 4 years, 4 months ago
  49. 519322a Implemented stereo playback. by Paul McLean · 4 years, 5 months ago
  50. c4556cc OboeTester: use openSharedStream() by Phil Burk · 4 years, 5 months ago
  51. 68f7df0 oboe: add openSharedStream by Phil Burk · 4 years, 5 months ago
  52. 55d878a Merge branch 'refactor_samplebuffer' by Paul McLean · 4 years, 5 months ago
  53. cb450b4 Merge branch 'master' of github.com:google/oboe into refactor_samplebuffer by Paul McLean · 4 years, 5 months ago
  54. ed4f54a Last couple of comments. by Paul McLean · 4 years, 5 months ago
  55. 8522b15 update resampler doc by Phil Burk · 4 years, 5 months ago
  56. c704322 Fixed a typo. by Paul McLean · 4 years, 5 months ago
  57. e30c438 Addressed Phil's last (I hope) set of comments. by Paul McLean · 4 years, 5 months ago
  58. d533462 resampler doc: use inputFramesLeft by Phil Burk · 4 years, 5 months ago
  59. e35a176 std::vector<> for SimpleAudioPlayer data members. by Paul McLean · 4 years, 5 months ago
  60. e86925a Merge pull request #817 from google/upgradle by Phil Burk · 4 years, 5 months ago
  61. 2ff4d4c [DrumThumper] Fix issue where audio stream would not be started on OpenSL. Fixes #808 by Don Turner · 4 years, 5 months ago
  62. ceb96cf fir typo in README by Phil Burk · 4 years, 5 months ago
  63. 1d84c73 update README for the sample rate converter by Phil Burk · 4 years, 5 months ago
  64. 583c0af Add instruction to use shared STL. Fixes #812 by Don Turner · 4 years, 5 months ago
  65. f95ea09 OboeTester: update gradle files by Phil Burk · 4 years, 5 months ago
  66. c13b27d Investigated device switch / multi stream open problem. by Paul McLean · 4 years, 5 months ago
  67. 8705d9d Merge pull request #806 from google/livecrash by Phil Burk · 4 years, 5 months ago
  68. 0a78e50 LiveEffect: address comments from Gerry by Phil Burk · 4 years, 5 months ago
  69. 7089578 Addressed Phil's latest comments. by Paul McLean · 4 years, 5 months ago
  70. 51af214 Addressing feedback from Phil by Don Turner · 4 years, 6 months ago
  71. 78ee994 Add steps for using prefab package. Fixes #230 by Don Turner · 4 years, 6 months ago
  72. 8266d26 Added unique_ptr<> and shared_ptr<> to SampleBuffer and SimpleMultiPlayer. by Paul McLean · 4 years, 6 months ago
  73. c8e53db LiveEffect: use ManagedStream by Phil Burk · 4 years, 6 months ago
  74. f5f967c LiveEffect: handle failure to open the stream by Phil Burk · 4 years, 6 months ago
  75. 0c8b683 Refactored SampleBuffer into SampleSource & SampleBuffer by Paul McLean · 4 years, 6 months ago
  76. 3a8a0bb Removed unused statements from the CMakeLists.txt files. by Paul McLean · 4 years, 6 months ago
  77. 0b9f66b Refactoring wavlib into 2 libs: by Paul McLean · 4 years, 6 months ago
  78. 783f303 Merge pull request #793 from google/showload by Phil Burk · 4 years, 6 months ago
  79. 8e03882 OboeTester: show % CPU load by Phil Burk · 4 years, 6 months ago
  80. 73fa9be Merge pull request #792 from google/moveavg by Phil Burk · 4 years, 6 months ago
  81. f90112f OboeTester: move average latency report up by Phil Burk · 4 years, 6 months ago
  82. 4d7af17 add README for resampler by Phil Burk · 4 years, 6 months ago
  83. 154a241 Add prefab template folder by Don Turner · 4 years, 6 months ago
  84. 07547db Merge branch 'prefab' by Don Turner · 4 years, 6 months ago
  85. aef269e Adding build script for shared libraries by Don Turner · 4 years, 6 months ago
  86. fa7fe6a describe option between 3.5 mm jack and TigerTail by Phil Burk · 4 years, 7 months ago
  87. b9110f9 Merge pull request #734 from google/quirksize by Phil Burk · 4 years, 7 months ago
  88. 8969f1f Merge branch 'master' into quirksize by Phil Burk · 4 years, 7 months ago
  89. b40a8fe add Testing section to README by Phil Burk · 4 years, 7 months ago
  90. 3f8fbb0 remove rogue semicolon from doc by Phil Burk · 4 years, 7 months ago
  91. babddb0 Fix erroneous restart on initial device list notification by Paul McLean · 4 years, 7 months ago
  92. c4d7e73 Merge pull request #759 from google/dsptiming by Phil Burk · 4 years, 7 months ago
  93. b2110d9 Merge pull request #773 from google/fixcbsize by Phil Burk · 4 years, 7 months ago
  94. 4277fc1 Merge pull request #774 from google/fixcbmantest by Phil Burk · 4 years, 7 months ago
  95. 4706346 opensles: cleanup test indentation by Phil Burk · 4 years, 7 months ago
  96. c6dad20 opensles: show callback size after adjustment by Phil Burk · 4 years, 7 months ago
  97. fcec571 opensles: honor setFramesPerCallback() by Phil Burk · 4 years, 7 months ago
  98. 8f49571 tests: test framesPerCallback by Phil Burk · 4 years, 7 months ago
  99. 2afaacc OboeTester: use callback size for test by Phil Burk · 4 years, 7 months ago
  100. dea3583 cleanup unit test docs by Phil Burk · 4 years, 7 months ago