1. 06a5926 Remove unneeded "io" folder in parselib. by Paul McLean · 4 years, 4 months ago
  2. 7012875 Changed package from com.plausible -> com.mobileer by Paul McLean · 4 years, 4 months ago
  3. 0d65275 Changed package from com.plausible -> com.mobileer by Paul McLean · 4 years, 4 months ago
  4. 25e0184 Prepping DrumThumper for placement on the Play Store. by Paul McLean · 4 years, 4 months ago
  5. 2bb4ec8 Addressed README.md comments. by Paul McLean · 4 years, 4 months ago
  6. 25a3fe7 Initial addition of README.md file for DrumThumper Sample. by Paul McLean · 4 years, 4 months ago
  7. 25b5af1 Fix crash on rotate (new controls in landscape layout). by Paul McLean · 4 years, 5 months ago
  8. b306aef Set pointer to null on delete. by Paul McLean · 4 years, 5 months ago
  9. 1ca821b Fixed crash (for double-delete) in unloadSampleData(). by Paul McLean · 4 years, 5 months ago
  10. 3aad742 Fixed pan bug in SampleSource::CalcGainFactors() by Paul McLean · 4 years, 5 months ago
  11. 9dad6b2 Added Hide/Show for mix controls. by Paul McLean · 4 years, 5 months ago
  12. 4b8a51f Addressed comments from pull request. by Paul McLean · 4 years, 5 months ago
  13. b2cf232 Added control of gain for each drum and a mix UI for gain and pan. by Paul McLean · 4 years, 5 months ago
  14. f9b0275 Addressed Phil's review comments. by Paul McLean · 4 years, 5 months ago
  15. 519322a Implemented stereo playback. by Paul McLean · 4 years, 5 months ago
  16. cb450b4 Merge branch 'master' of github.com:google/oboe into refactor_samplebuffer by Paul McLean · 4 years, 5 months ago
  17. ed4f54a Last couple of comments. by Paul McLean · 4 years, 5 months ago
  18. c704322 Fixed a typo. by Paul McLean · 4 years, 5 months ago
  19. e30c438 Addressed Phil's last (I hope) set of comments. by Paul McLean · 4 years, 5 months ago
  20. e35a176 std::vector<> for SimpleAudioPlayer data members. by Paul McLean · 4 years, 5 months ago
  21. 2ff4d4c [DrumThumper] Fix issue where audio stream would not be started on OpenSL. Fixes #808 by Don Turner · 4 years, 5 months ago
  22. c13b27d Investigated device switch / multi stream open problem. by Paul McLean · 4 years, 5 months ago
  23. 0a78e50 LiveEffect: address comments from Gerry by Phil Burk · 4 years, 6 months ago
  24. 7089578 Addressed Phil's latest comments. by Paul McLean · 4 years, 6 months ago
  25. 8266d26 Added unique_ptr<> and shared_ptr<> to SampleBuffer and SimpleMultiPlayer. by Paul McLean · 4 years, 6 months ago
  26. c8e53db LiveEffect: use ManagedStream by Phil Burk · 4 years, 6 months ago
  27. f5f967c LiveEffect: handle failure to open the stream by Phil Burk · 4 years, 6 months ago
  28. 0c8b683 Refactored SampleBuffer into SampleSource & SampleBuffer by Paul McLean · 4 years, 7 months ago
  29. 3a8a0bb Removed unused statements from the CMakeLists.txt files. by Paul McLean · 4 years, 7 months ago
  30. 0b9f66b Refactoring wavlib into 2 libs: by Paul McLean · 4 years, 7 months ago
  31. babddb0 Fix erroneous restart on initial device list notification by Paul McLean · 4 years, 7 months ago
  32. 8019801 Implemented device change reset fallback mechanism. by Paul McLean · 4 years, 8 months ago
  33. 073ad28 Final commit of DrumThump oboe sample app by Paul McLean · 4 years, 8 months ago
  34. dd87063 Update NDKExtractor.cpp by gatzsche · 4 years, 9 months ago
  35. ebbb6f2 Update NDKExtractor.cpp by gatzsche · 4 years, 9 months ago
  36. 341ee3f MegaDrone: fix memory leak in JNI by Phil Burk · 4 years, 10 months ago
  37. 2e41e5a Remove note about code being outdated by Don Turner · 4 years, 11 months ago
  38. 2d639b0 LiveEffect: fix crash if audio permission needed by Phil Burk · 5 years ago
  39. 7386639 Refactor samples (#541) by Atneya Nair · 5 years ago
  40. 9aadb86 Code samples set stream default values. Fixes #513 by Don Turner · 5 years ago
  41. 42a4ce3 Move ownership of AudioEngine object into Java by Don Turner · 5 years ago
  42. 116d8e0 Changing engine to be a unique_ptr by Don Turner · 5 years ago
  43. 6d3a2fe Refactoring Hello-Oboe to use ManagedStream by Atneya Nair · 5 years ago
  44. b36c4af Adding a Copy Constructor to AudioStreamBuilder (#528) by Atneya Nair · 5 years ago
  45. f4172d0 Reinit. Audio Engine for MegaDrone on restart. (#523) by Atneya Nair · 5 years ago
  46. dba5be8 Refactor Live Effect to use Full Duplex Stream (#522) by Atneya Nair · 5 years ago
  47. 3be5aa4 Using constants for spinner default values (#516) by atneya-nair · 5 years ago
  48. eaced36 Updating gradle to use latest version as well as updated android gradle plugin by Atneya Nair · 5 years ago
  49. cba8702 close exclusive streams onPause(), fix Issue 448 (#511) by atneya-nair · 5 years ago
  50. 6fbcd64 Refactor to use std::chrono by Don Turner · 5 years ago
  51. f2c914a Fix stereo output. Fixes #505 by Don Turner · 5 years ago
  52. 43a2ab0 Merge pull request #419 from google/useint32 by Phil Burk · 5 years ago
  53. 416961e hello-oboe: use int32_t for channelCount by Phil Burk · 5 years ago
  54. 9ec6386 Add link to article by Don Turner · 5 years ago
  55. cf400c9 Switch to using app bundles by Don Turner · 5 years ago
  56. 06fd9bf Addressing comments from Phil, also some minor refactoring by Don Turner · 5 years ago
  57. 686bc48 Removing path which only works on my machine by Don Turner · 5 years ago
  58. 81d88f1 Fix broken build (missing include) by Don Turner · 5 years ago
  59. 89d855d Comment out ffmpegExtractor flavor since it cannot be built by Travis-CI due to dependent FFmpeg libraries by Don Turner · 5 years ago
  60. f264fc4 Add option to use FFmpeg and async loading of assets by Don Turner · 6 years ago
  61. bdccdf4 Addressing nits from Phil by Don Turner · 6 years ago
  62. 91c3f45 Only show tracing warning once in log by Don Turner · 6 years ago
  63. edce6ad Delete redundant files from samples by Don Turner · 6 years ago
  64. 7cc6195 Converting RhythmGame to float and other tidy ups by Don Turner · 6 years ago
  65. 95bde41 Updating MegaDrone to use float-only signal path by Don Turner · 6 years ago
  66. 3a6de86 Minor tidy ups, addressing feedback by Don Turner · 6 years ago
  67. 8fb95a6 Refactor hello-oboe sample to use floats in signal path by Don Turner · 6 years ago
  68. 463f70b Shared code refactor - minor path amendments by Don Turner · 6 years ago
  69. f96b894 Samples can now include shared code using #include "shared/header.h" by Don Turner · 6 years ago
  70. a40de70 Refactoring RhythmGame sample to use shared code by Don Turner · 6 years ago
  71. 1fd8ec8 Refactoring MegaDrone sample to use shared code by Don Turner · 6 years ago
  72. ee6d2f3 Add shared code folder, update MegaDrone sample by Don Turner · 6 years ago
  73. b4508a3 DataSources and Players are now shared_ptrs by Don Turner · 6 years ago
  74. 1cd842b Allow a Player to be constructed with a shared DataSource by Don Turner · 6 years ago
  75. d7b71dd RythmGame: using smart_ptr()s to handle Game dynamic data by Alessio Balsini · 6 years ago
  76. a1aa9d2 Add comment about Players being able to share the same DataSource by Don Turner · 6 years ago
  77. 430c1b4 Refactor to use smart pointers and references where parameters to functions should be non-null. by Don Turner · 6 years ago
  78. aa43a7b Replace tabs with 4 spaces by Don Turner · 6 years ago
  79. 1631c50 Minor tidy up by Don Turner · 6 years ago
  80. 96f4d40 Fix the memory leak in RhythmGame. Fixes #295 by Don Turner · 6 years ago
  81. cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
  82. b476361 LiveEffect no longer starts the stream in its stop method. Fixes #298 by Don Turner · 6 years ago
  83. 462b538 Fixes #246 - Build fails on AS 3.1.3 by Don Turner · 6 years ago
  84. 59b75d3 Add ABI filters to samples by Don Turner · 6 years ago
  85. 0a61070 Adding simpler getTimestamp method. Fixes #209 by Don Turner · 6 years ago
  86. de7de88 Update gradle version and dependencies by Don Turner · 6 years ago
  87. 4725583 Fix #221 Wrap getExclusiveCores in try/catch by Don Turner · 6 years ago
  88. 2653a47 Update gradle version by Don Turner · 6 years ago
  89. 917030d Fix links by Don Turner · 6 years ago
  90. c5a27b2 Fix #170 - Add getExclusiveCores to MegaDrone sample by Don Turner · 6 years ago
  91. c6ffd52 addressing code review requests for -Ofast flag by ggfan · 6 years ago
  92. 9fd786a addressing code reviews for -Ofast addition by gfan · 6 years ago
  93. 32c6743 Added OBOE_ENABLE_LOGGING to guard against logging per github issue 175 by ggfan · 6 years ago
  94. 2778e88 Adding -Ofast for sample build. by gfan · 6 years ago
  95. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  96. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  97. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  98. 599e9a0 Fixes #148 hello-oboe UI doesn't fit on Nexus One (API 16) by Don Turner · 6 years ago
  99. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  100. 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago