1. 4875e5a Adding a break to a long line by Antônio Oliveira · 3 years, 10 months ago
  2. 726a99e Remove code duplication by Antônio Oliveira · 3 years, 10 months ago
  3. d4da8d2 Allows a pad to be played while it is still pressed on Drumthumper sample by Antônio Oliveira · 3 years, 10 months ago
  4. bbe6d35 Minor update to MegaDrone sample for stream creation (#1023) by Gerry · 3 years, 10 months ago
  5. d20b485 Code review adjusts by Antônio Oliveira · 3 years, 10 months ago
  6. f4d2113 Applying Android Studio code linter improvements by Antônio Oliveira · 3 years, 10 months ago
  7. b02a12d fixes #1027 handling of skipped chunks during wav parse by Jorge Betancourt · 3 years, 10 months ago
  8. 79d839c Addressed Phil's last round of comments. by Paul McLean · 3 years, 10 months ago
  9. 01d2bf7 Cleaned up README.md file. removed local "channelCount" variable. by Paul McLean · 3 years, 10 months ago
  10. f6585a6 Updated README.md to relect current behavior and have instructions by Paul McLean · 3 years, 10 months ago
  11. c6ea02c Convert samples to use shared_ptr stream creation interface (#1016) by Gerry · 3 years, 10 months ago
  12. 8b7f271 Simple fix to hello-oboe related to shared_ptr by gfan · 3 years, 10 months ago
  13. 92d52ae Removed a bit of dead code. by Paul McLean · 3 years, 11 months ago
  14. e17cc4e Correctly set number of output samples on resample. by Paul McLean · 3 years, 11 months ago
  15. a6f7558 Use actual output stream to obtain playback sample rate. by Paul McLean · 3 years, 11 months ago
  16. 19143c3 Added resample on sample load to avoid the resampling penalty at play time. by Paul McLean · 3 years, 11 months ago
  17. 0f59ab1 Fixed some merge errors. by Paul McLean · 4 years ago
  18. 6d35c0f Merge branch 'format_error_toast' of https://github.com/google/oboe into format_error_toast by Paul McLean · 4 years ago
  19. 836ca9b Error Toast when incompatible WAV resource is detected. by Paul McLean · 4 years ago
  20. 08ec969 Error Toast when incompatible WAV resource is detected. by Paul McLean · 4 years ago
  21. 8517708 live-effect: use playback stream sample rate to open record stream by Vincent Barthelemy · 4 years ago
  22. 5b7fe09 hello-oboe: use locks instead of copying shared_ptr by Phil Burk · 4 years ago
  23. 9a29a98 hello-oboe: store properties, refactor native code by Phil Burk · 4 years, 1 month ago
  24. 689c2d0 Merge remote-tracking branch 'origin/master' into playstore_prep by Paul McLean · 4 years ago
  25. eac60b2 Fixed a typo by Paul McLean · 4 years ago
  26. 97ffef9 Clarify the scope of the DrumThumper app. by Paul McLean · 4 years, 1 month ago
  27. 540837e Initial prep for Playstore. by Paul McLean · 4 years ago
  28. de9047d samples: update gradle by Phil Burk · 4 years, 1 month ago
  29. 5e31b06 Remove flavor, just change applicationId by Don Turner · 4 years, 1 month ago
  30. bed8585 [samples/DrumThumper] Add flavor for publishing to Play Store with different application ID by Don Turner · 4 years, 1 month ago
  31. be1b60d Fix imports to avoid failing build by Don Turner · 4 years, 1 month ago
  32. d8bdccd Remove import cleanup by Don Turner · 4 years, 1 month ago
  33. 801a40f Change JNI method names (com_example_oboe_) by Don Turner · 4 years, 1 month ago
  34. 796a4c8 Change com.example.oboe. to com.google.oboe.samples by Don Turner · 4 years, 1 month ago
  35. a3d665c Change com.mobileer to com.google.oboe.samples by Don Turner · 4 years, 1 month ago
  36. 3b57d2f # Change JNI method names (com_google_oboe_sample_) by Don Turner · 4 years, 1 month ago
  37. fcc7d1d Change com.google.oboe.sample" to com.google.oboe.samples" by Don Turner · 4 years, 1 month ago
  38. 3f98f69 Change com.hyphonate.iolib by Don Turner · 4 years, 1 month ago
  39. f43e107 Change JNI method names (com_google_sample_oboe) by Don Turner · 4 years, 1 month ago
  40. b4ae52d Change samples.oboe to samples by Don Turner · 4 years, 1 month ago
  41. 447637c Change com.google.sample to com.google.oboe.samples by Don Turner · 4 years, 1 month ago
  42. 0e7fd93 Change JNI method names (mobileer) by Don Turner · 4 years, 1 month ago
  43. 4695243 Rename com.google.oboe.sample to com.google.oboe.samples by Don Turner · 4 years, 1 month ago
  44. f28be07 Move and rename directories by Don Turner · 4 years, 1 month ago
  45. 81c6789 Remove redundant while loop and simplify if block by Don Turner · 4 years, 1 month ago
  46. 3947bd0 Handle EAGAIN result from decoder by Don Turner · 4 years, 1 month ago
  47. 9fcce5e Addressed Phil's comments. by Paul McLean · 4 years, 2 months ago
  48. 06a5926 Remove unneeded "io" folder in parselib. by Paul McLean · 4 years, 2 months ago
  49. 7012875 Changed package from com.plausible -> com.mobileer by Paul McLean · 4 years, 2 months ago
  50. 0d65275 Changed package from com.plausible -> com.mobileer by Paul McLean · 4 years, 2 months ago
  51. 25e0184 Prepping DrumThumper for placement on the Play Store. by Paul McLean · 4 years, 2 months ago
  52. 2bb4ec8 Addressed README.md comments. by Paul McLean · 4 years, 2 months ago
  53. 25a3fe7 Initial addition of README.md file for DrumThumper Sample. by Paul McLean · 4 years, 2 months ago
  54. 25b5af1 Fix crash on rotate (new controls in landscape layout). by Paul McLean · 4 years, 3 months ago
  55. b306aef Set pointer to null on delete. by Paul McLean · 4 years, 3 months ago
  56. 1ca821b Fixed crash (for double-delete) in unloadSampleData(). by Paul McLean · 4 years, 3 months ago
  57. 3aad742 Fixed pan bug in SampleSource::CalcGainFactors() by Paul McLean · 4 years, 3 months ago
  58. 9dad6b2 Added Hide/Show for mix controls. by Paul McLean · 4 years, 3 months ago
  59. 4b8a51f Addressed comments from pull request. by Paul McLean · 4 years, 3 months ago
  60. b2cf232 Added control of gain for each drum and a mix UI for gain and pan. by Paul McLean · 4 years, 3 months ago
  61. f9b0275 Addressed Phil's review comments. by Paul McLean · 4 years, 3 months ago
  62. 519322a Implemented stereo playback. by Paul McLean · 4 years, 3 months ago
  63. cb450b4 Merge branch 'master' of github.com:google/oboe into refactor_samplebuffer by Paul McLean · 4 years, 3 months ago
  64. ed4f54a Last couple of comments. by Paul McLean · 4 years, 3 months ago
  65. c704322 Fixed a typo. by Paul McLean · 4 years, 3 months ago
  66. e30c438 Addressed Phil's last (I hope) set of comments. by Paul McLean · 4 years, 3 months ago
  67. e35a176 std::vector<> for SimpleAudioPlayer data members. by Paul McLean · 4 years, 3 months ago
  68. 2ff4d4c [DrumThumper] Fix issue where audio stream would not be started on OpenSL. Fixes #808 by Don Turner · 4 years, 3 months ago
  69. c13b27d Investigated device switch / multi stream open problem. by Paul McLean · 4 years, 3 months ago
  70. 0a78e50 LiveEffect: address comments from Gerry by Phil Burk · 4 years, 4 months ago
  71. 7089578 Addressed Phil's latest comments. by Paul McLean · 4 years, 4 months ago
  72. 8266d26 Added unique_ptr<> and shared_ptr<> to SampleBuffer and SimpleMultiPlayer. by Paul McLean · 4 years, 4 months ago
  73. c8e53db LiveEffect: use ManagedStream by Phil Burk · 4 years, 4 months ago
  74. f5f967c LiveEffect: handle failure to open the stream by Phil Burk · 4 years, 4 months ago
  75. 0c8b683 Refactored SampleBuffer into SampleSource & SampleBuffer by Paul McLean · 4 years, 5 months ago
  76. 3a8a0bb Removed unused statements from the CMakeLists.txt files. by Paul McLean · 4 years, 5 months ago
  77. 0b9f66b Refactoring wavlib into 2 libs: by Paul McLean · 4 years, 5 months ago
  78. babddb0 Fix erroneous restart on initial device list notification by Paul McLean · 4 years, 5 months ago
  79. 8019801 Implemented device change reset fallback mechanism. by Paul McLean · 4 years, 6 months ago
  80. 073ad28 Final commit of DrumThump oboe sample app by Paul McLean · 4 years, 6 months ago
  81. dd87063 Update NDKExtractor.cpp by gatzsche · 4 years, 7 months ago
  82. ebbb6f2 Update NDKExtractor.cpp by gatzsche · 4 years, 7 months ago
  83. 341ee3f MegaDrone: fix memory leak in JNI by Phil Burk · 4 years, 8 months ago
  84. 2e41e5a Remove note about code being outdated by Don Turner · 4 years, 9 months ago
  85. 2d639b0 LiveEffect: fix crash if audio permission needed by Phil Burk · 5 years ago
  86. 7386639 Refactor samples (#541) by Atneya Nair · 5 years ago
  87. 9aadb86 Code samples set stream default values. Fixes #513 by Don Turner · 5 years ago
  88. 42a4ce3 Move ownership of AudioEngine object into Java by Don Turner · 5 years ago
  89. 116d8e0 Changing engine to be a unique_ptr by Don Turner · 5 years ago
  90. 6d3a2fe Refactoring Hello-Oboe to use ManagedStream by Atneya Nair · 5 years ago
  91. b36c4af Adding a Copy Constructor to AudioStreamBuilder (#528) by Atneya Nair · 5 years ago
  92. f4172d0 Reinit. Audio Engine for MegaDrone on restart. (#523) by Atneya Nair · 5 years ago
  93. dba5be8 Refactor Live Effect to use Full Duplex Stream (#522) by Atneya Nair · 5 years ago
  94. 3be5aa4 Using constants for spinner default values (#516) by atneya-nair · 5 years ago
  95. eaced36 Updating gradle to use latest version as well as updated android gradle plugin by Atneya Nair · 5 years ago
  96. cba8702 close exclusive streams onPause(), fix Issue 448 (#511) by atneya-nair · 5 years ago
  97. 6fbcd64 Refactor to use std::chrono by Don Turner · 5 years ago
  98. f2c914a Fix stereo output. Fixes #505 by Don Turner · 5 years ago
  99. 43a2ab0 Merge pull request #419 from google/useint32 by Phil Burk · 5 years ago
  100. 416961e hello-oboe: use int32_t for channelCount by Phil Burk · 5 years ago