1. bbe6d35 Minor update to MegaDrone sample for stream creation (#1023) by Gerry · 4 years ago
  2. c6ea02c Convert samples to use shared_ptr stream creation interface (#1016) by Gerry · 4 years ago
  3. 801a40f Change JNI method names (com_example_oboe_) by Don Turner · 4 years, 3 months ago
  4. 796a4c8 Change com.example.oboe. to com.google.oboe.samples by Don Turner · 4 years, 3 months ago
  5. f28be07 Move and rename directories by Don Turner · 4 years, 3 months ago
  6. 341ee3f MegaDrone: fix memory leak in JNI by Phil Burk · 4 years, 9 months ago
  7. 7386639 Refactor samples (#541) by Atneya Nair · 5 years ago
  8. 9aadb86 Code samples set stream default values. Fixes #513 by Don Turner · 5 years ago
  9. 42a4ce3 Move ownership of AudioEngine object into Java by Don Turner · 5 years ago
  10. 116d8e0 Changing engine to be a unique_ptr by Don Turner · 5 years ago
  11. f4172d0 Reinit. Audio Engine for MegaDrone on restart. (#523) by Atneya Nair · 5 years ago
  12. cba8702 close exclusive streams onPause(), fix Issue 448 (#511) by atneya-nair · 5 years ago
  13. 7cc6195 Converting RhythmGame to float and other tidy ups by Don Turner · 6 years ago
  14. 95bde41 Updating MegaDrone to use float-only signal path by Don Turner · 6 years ago
  15. 463f70b Shared code refactor - minor path amendments by Don Turner · 6 years ago
  16. f96b894 Samples can now include shared code using #include "shared/header.h" by Don Turner · 6 years ago
  17. a40de70 Refactoring RhythmGame sample to use shared code by Don Turner · 6 years ago
  18. 1fd8ec8 Refactoring MegaDrone sample to use shared code by Don Turner · 6 years ago
  19. ee6d2f3 Add shared code folder, update MegaDrone sample by Don Turner · 6 years ago
  20. cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
  21. 59b75d3 Add ABI filters to samples by Don Turner · 6 years ago
  22. de7de88 Update gradle version and dependencies by Don Turner · 6 years ago
  23. 4725583 Fix #221 Wrap getExclusiveCores in try/catch by Don Turner · 6 years ago
  24. c5a27b2 Fix #170 - Add getExclusiveCores to MegaDrone sample by Don Turner · 6 years ago
  25. 9fd786a addressing code reviews for -Ofast addition by gfan · 6 years ago
  26. 32c6743 Added OBOE_ENABLE_LOGGING to guard against logging per github issue 175 by ggfan · 6 years ago
  27. 2778e88 Adding -Ofast for sample build. by gfan · 6 years ago
  28. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  29. 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago
  30. 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
  31. 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
  32. f393890 Lock MegaDrone and RhythmGame samples to portrait orientation by Don Turner · 6 years ago
  33. 54e1095 Update gradle configs to use correct terms and latest library versions by Don Turner · 6 years ago
  34. a5f1e73 Removing redundant destructor by Don Turner · 6 years ago
  35. 8e0338d Remove debug logging by Don Turner · 6 years ago
  36. 55e6499 AudioEngine holds pointer to an ISynth. Exact Synth type determined at runtime by Don Turner · 6 years ago
  37. 495af0e Refactoring Synth to template class and addressing other review points by Don Turner · 6 years ago
  38. f0d94f1 Fixing links and screenshot by Don Turner · 6 years ago
  39. c700fc8 Adding MegaDrone sample (from AES talk) by Don Turner · 6 years ago