1. c6ea02c Convert samples to use shared_ptr stream creation interface (#1016) by Gerry · 4 years, 1 month ago
  2. 3b57d2f # Change JNI method names (com_google_oboe_sample_) by Don Turner · 4 years, 4 months ago
  3. 4695243 Rename com.google.oboe.sample to com.google.oboe.samples by Don Turner · 4 years, 4 months ago
  4. f28be07 Move and rename directories by Don Turner · 4 years, 4 months ago
  5. 81c6789 Remove redundant while loop and simplify if block by Don Turner · 4 years, 4 months ago
  6. 3947bd0 Handle EAGAIN result from decoder by Don Turner · 4 years, 4 months ago
  7. dd87063 Update NDKExtractor.cpp by gatzsche · 4 years, 10 months ago
  8. ebbb6f2 Update NDKExtractor.cpp by gatzsche · 4 years, 10 months ago
  9. 2e41e5a Remove note about code being outdated by Don Turner · 5 years ago
  10. 9aadb86 Code samples set stream default values. Fixes #513 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. 6fbcd64 Refactor to use std::chrono by Don Turner · 5 years ago
  14. f2c914a Fix stereo output. Fixes #505 by Don Turner · 5 years ago
  15. 9ec6386 Add link to article by Don Turner · 6 years ago
  16. cf400c9 Switch to using app bundles by Don Turner · 6 years ago
  17. 06fd9bf Addressing comments from Phil, also some minor refactoring by Don Turner · 6 years ago
  18. 686bc48 Removing path which only works on my machine by Don Turner · 6 years ago
  19. 81d88f1 Fix broken build (missing include) by Don Turner · 6 years ago
  20. 89d855d Comment out ffmpegExtractor flavor since it cannot be built by Travis-CI due to dependent FFmpeg libraries by Don Turner · 6 years ago
  21. f264fc4 Add option to use FFmpeg and async loading of assets by Don Turner · 6 years ago
  22. 7cc6195 Converting RhythmGame to float and other tidy ups by Don Turner · 6 years ago
  23. 463f70b Shared code refactor - minor path amendments by Don Turner · 6 years ago
  24. f96b894 Samples can now include shared code using #include "shared/header.h" by Don Turner · 6 years ago
  25. a40de70 Refactoring RhythmGame sample to use shared code by Don Turner · 6 years ago
  26. b4508a3 DataSources and Players are now shared_ptrs by Don Turner · 6 years ago
  27. 1cd842b Allow a Player to be constructed with a shared DataSource by Don Turner · 6 years ago
  28. d7b71dd RythmGame: using smart_ptr()s to handle Game dynamic data by Alessio Balsini · 6 years ago
  29. a1aa9d2 Add comment about Players being able to share the same DataSource by Don Turner · 6 years ago
  30. 430c1b4 Refactor to use smart pointers and references where parameters to functions should be non-null. by Don Turner · 6 years ago
  31. aa43a7b Replace tabs with 4 spaces by Don Turner · 6 years ago
  32. 1631c50 Minor tidy up by Don Turner · 6 years ago
  33. 96f4d40 Fix the memory leak in RhythmGame. Fixes #295 by Don Turner · 6 years ago
  34. 59b75d3 Add ABI filters to samples by Don Turner · 6 years ago
  35. de7de88 Update gradle version and dependencies by Don Turner · 6 years ago
  36. c6ffd52 addressing code review requests for -Ofast flag by ggfan · 6 years ago
  37. 9fd786a addressing code reviews for -Ofast addition by gfan · 6 years ago
  38. 32c6743 Added OBOE_ENABLE_LOGGING to guard against logging per github issue 175 by ggfan · 6 years ago
  39. 2778e88 Adding -Ofast for sample build. by gfan · 6 years ago
  40. e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
  41. 2cea91f Updated all sdks, and also updated to use AndroidX as support library. by AndroidDeveloperLB · 6 years ago
  42. 1e4cf7c Add link to codelab by Don Turner · 6 years ago
  43. f393890 Lock MegaDrone and RhythmGame samples to portrait orientation by Don Turner · 6 years ago
  44. 54e1095 Update gradle configs to use correct terms and latest library versions by Don Turner · 6 years ago
  45. b7495ad Add implicit ctor, static ctor and cast to Result operator by Don Turner · 6 years ago
  46. 75241ba Refactor setBufferSizeInFrames to return a ResultWithValue by Don Turner · 6 years ago
  47. 495af0e Refactoring Synth to template class and addressing other review points by Don Turner · 6 years ago
  48. c619d88 Remove erroneous result check by Don Turner · 6 years ago
  49. 254dc86 Initialize class members to nullptr by Don Turner · 6 years ago
  50. 35d4543 Initialize mAssetManager to nullptr by Don Turner · 6 years ago
  51. fdc4357 Change include path of constants file by Don Turner · 6 years ago
  52. bbdefad Some tidy up for I/O 2018 codelab by Don Turner · 6 years ago
  53. 7e69661 Fixing variable names by Don Turner · 7 years ago
  54. dc101a3 Solving concurrency problem by Don Turner · 7 years ago
  55. 16f7a7f Adding concurrency test by Don Turner · 7 years ago
  56. f7923ae Addressing review comments by Don Turner · 7 years ago
  57. 0db81a4 Updating various READMEs by Don Turner · 7 years ago