aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2021-02-26Upgrade oboe to bab1c7de64aa1395c83be384056e2bad061ea272Haibo Huang
2020-11-26hello-oboe: fix latency supported logicupstream/1.5.0Phil Burk
2020-11-26Add doc for sampleRate paramDon Turner
2020-11-26LiveEffect: cleanup commentsPhil Burk
2020-11-26Liveeffect: fix crash on exitPhil Burk
2020-11-24Only restart when stream has been disconnectedDon Turner
2020-11-24Addressing Phil's feedbackDon Turner
2020-11-24Remove setCallback(nullptr) from recording streamDon Turner
2020-11-24Update samplesDon Turner
2020-11-19Handle openStream() failure.Paul McLean
2020-11-19Fix restart on device changePaul McLean
2020-11-19Fix restart on device changePaul McLean
2020-11-19Fix restart on device changePaul McLean
2020-11-09HelloOboe: fix crash on exitPhil Burk
2020-10-12Adding a break to a long lineAntônio Oliveira
2020-10-12Remove code duplicationAntônio Oliveira
2020-10-12Allows a pad to be played while it is still pressed on Drumthumper sampleAntônio Oliveira
2020-10-07Minor update to MegaDrone sample for stream creation (#1023)Gerry
2020-10-05Code review adjustsAntônio Oliveira
2020-10-05Applying Android Studio code linter improvementsAntônio Oliveira
2020-09-29fixes #1027 handling of skipped chunks during wav parseJorge Betancourt
2020-09-24Addressed Phil's last round of comments.Paul McLean
2020-09-24Cleaned up README.md file.Paul McLean
2020-09-24Updated README.md to relect current behavior and have instructionsPaul McLean
2020-09-23Convert samples to use shared_ptr stream creation interface (#1016)Gerry
2020-09-14Simple fix to hello-oboe related to shared_ptrgfan
2020-08-31Removed a bit of dead code.Paul McLean
2020-08-31Correctly set number of output samples on resample.Paul McLean
2020-08-31Use actual output stream to obtain playback sample rate.Paul McLean
2020-08-31Added resample on sample load to avoid the resampling penalty at playPaul McLean
2020-08-10Fixed some merge errors.Paul McLean
2020-08-07Merge branch 'format_error_toast' of https://github.com/google/oboe into form...Paul McLean
2020-08-07Error Toast when incompatible WAV resource is detected.Paul McLean
2020-08-06Error Toast when incompatible WAV resource is detected.Paul McLean
2020-07-23live-effect: use playback stream sample rate to open record streamVincent Barthelemy
2020-07-15hello-oboe: use locks instead of copying shared_ptrPhil Burk
2020-07-15hello-oboe: store properties, refactor native codePhil Burk
2020-07-09Merge remote-tracking branch 'origin/master' into playstore_prepPaul McLean
2020-07-09Fixed a typoPaul McLean
2020-07-09Clarify the scope of the DrumThumper app.Paul McLean
2020-07-09Initial prep for Playstore.Paul McLean
2020-06-29samples: update gradlePhil Burk
2020-06-24Remove flavor, just change applicationIdDon Turner
2020-06-24[samples/DrumThumper] Add flavor for publishing to Play Store with different ...Don Turner
2020-06-24Fix imports to avoid failing buildDon Turner
2020-06-24Remove import cleanupDon Turner
2020-06-24Change JNI method names (com_example_oboe_)Don Turner
2020-06-24Change com.example.oboe. to com.google.oboe.samplesDon Turner
2020-06-24Change com.mobileer to com.google.oboe.samplesDon Turner
2020-06-24# Change JNI method names (com_google_oboe_sample_)Don Turner