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