1. bdccdf4 Addressing nits from Phil by Don Turner · 6 years ago
  2. 91c3f45 Only show tracing warning once in log by Don Turner · 6 years ago
  3. edce6ad Delete redundant files from samples by Don Turner · 6 years ago
  4. 7cc6195 Converting RhythmGame to float and other tidy ups by Don Turner · 6 years ago
  5. 95bde41 Updating MegaDrone to use float-only signal path by Don Turner · 6 years ago
  6. 3a6de86 Minor tidy ups, addressing feedback by Don Turner · 6 years ago
  7. 8fb95a6 Refactor hello-oboe sample to use floats in signal path by Don Turner · 6 years ago
  8. 463f70b Shared code refactor - minor path amendments by Don Turner · 6 years ago
  9. f96b894 Samples can now include shared code using #include "shared/header.h" by Don Turner · 6 years ago
  10. a40de70 Refactoring RhythmGame sample to use shared code by Don Turner · 6 years ago
  11. 1fd8ec8 Refactoring MegaDrone sample to use shared code by Don Turner · 6 years ago
  12. ee6d2f3 Add shared code folder, update MegaDrone sample by Don Turner · 6 years ago
  13. b4508a3 DataSources and Players are now shared_ptrs by Don Turner · 6 years ago
  14. 1cd842b Allow a Player to be constructed with a shared DataSource by Don Turner · 6 years ago
  15. d7b71dd RythmGame: using smart_ptr()s to handle Game dynamic data by Alessio Balsini · 6 years ago
  16. a1aa9d2 Add comment about Players being able to share the same DataSource by Don Turner · 6 years ago
  17. 430c1b4 Refactor to use smart pointers and references where parameters to functions should be non-null. by Don Turner · 6 years ago
  18. aa43a7b Replace tabs with 4 spaces by Don Turner · 6 years ago
  19. 1631c50 Minor tidy up by Don Turner · 6 years ago
  20. 96f4d40 Fix the memory leak in RhythmGame. Fixes #295 by Don Turner · 6 years ago
  21. cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
  22. b476361 LiveEffect no longer starts the stream in its stop method. Fixes #298 by Don Turner · 6 years ago
  23. 462b538 Fixes #246 - Build fails on AS 3.1.3 by Don Turner · 6 years ago
  24. 59b75d3 Add ABI filters to samples by Don Turner · 6 years ago
  25. 0a61070 Adding simpler getTimestamp method. Fixes #209 by Don Turner · 6 years ago
  26. de7de88 Update gradle version and dependencies by Don Turner · 6 years ago
  27. 4725583 Fix #221 Wrap getExclusiveCores in try/catch by Don Turner · 6 years ago
  28. 2653a47 Update gradle version by Don Turner · 6 years ago
  29. 917030d Fix links by Don Turner · 6 years ago
  30. c5a27b2 Fix #170 - Add getExclusiveCores to MegaDrone sample by Don Turner · 6 years ago
  31. c6ffd52 addressing code review requests for -Ofast flag by ggfan · 6 years ago
  32. 9fd786a addressing code reviews for -Ofast addition by gfan · 6 years ago
  33. 32c6743 Added OBOE_ENABLE_LOGGING to guard against logging per github issue 175 by ggfan · 6 years ago
  34. 2778e88 Adding -Ofast for sample build. by gfan · 6 years ago
  35. 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
  36. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  37. 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
  38. 599e9a0 Fixes #148 hello-oboe UI doesn't fit on Nexus One (API 16) by Don Turner · 6 years ago
  39. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 6 years ago
  40. 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago
  41. eedc084 Change NDK r16 to r17 by Don Turner · 6 years ago
  42. 6fc2f33 Merge pull request #127 from ggfan/consolidate-const by Gerry · 6 years ago
  43. 06313ee Adding Stereo and Mono as enum to the interface by gerry · 6 years ago
  44. 1e4cf7c Add link to codelab by Don Turner · 6 years ago
  45. f393890 Lock MegaDrone and RhythmGame samples to portrait orientation by Don Turner · 6 years ago
  46. 54e1095 Update gradle configs to use correct terms and latest library versions by Don Turner · 6 years ago
  47. 40aa2e7 Addressing more code reviews by gerry · 6 years ago
  48. 7ba67fe Addressing code reviews for echo sample by gerry · 6 years ago
  49. 3b5b60a Adding loopback example ( echo ) sample by gerry · 6 years ago
  50. b06e90c Fix incorrect sample name by Don Turner · 6 years ago
  51. fa6f67e Refactor getXRunCount to return ResultWithValue by Don Turner · 6 years ago
  52. cd4d7dc Minor change: add execution access right to samples/gradlew by gerry · 6 years ago
  53. 5201099 Merge branch 'master' into ci by Don Turner · 6 years ago
  54. c351bd0 Adding travis ci to the repo by gfan · 6 years ago
  55. 85f994c Bump gradle version by Don Turner · 6 years ago
  56. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  57. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 6 years ago
  58. a5f1e73 Removing redundant destructor by Don Turner · 6 years ago
  59. 8e0338d Remove debug logging by Don Turner · 6 years ago
  60. 55e6499 AudioEngine holds pointer to an ISynth. Exact Synth type determined at runtime by Don Turner · 6 years ago
  61. 495af0e Refactoring Synth to template class and addressing other review points by Don Turner · 6 years ago
  62. f0d94f1 Fixing links and screenshot by Don Turner · 6 years ago
  63. c700fc8 Adding MegaDrone sample (from AES talk) by Don Turner · 6 years ago
  64. c619d88 Remove erroneous result check by Don Turner · 6 years ago
  65. 254dc86 Initialize class members to nullptr by Don Turner · 6 years ago
  66. 35d4543 Initialize mAssetManager to nullptr by Don Turner · 6 years ago
  67. fdc4357 Change include path of constants file by Don Turner · 6 years ago
  68. bbdefad Some tidy up for I/O 2018 codelab by Don Turner · 6 years ago
  69. 4df8b4c Explain what each of the UI options does by Don Turner · 6 years ago
  70. 5070d2a Up to date screenshot which shows API and channel count selection by Don Turner · 6 years ago
  71. 7e69661 Fixing variable names by Don Turner · 6 years ago
  72. dc101a3 Solving concurrency problem by Don Turner · 6 years ago
  73. 16f7a7f Adding concurrency test by Don Turner · 6 years ago
  74. f7923ae Addressing review comments by Don Turner · 6 years ago
  75. 0db81a4 Updating various READMEs by Don Turner · 6 years ago
  76. e3e55e6 Moving samples from high-performance repo to here by Don Turner · 6 years ago