aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Collapse)Author
2021-02-26Upgrade oboe to bab1c7de64aa1395c83be384056e2bad061ea272Haibo Huang
Test: make Change-Id: I0e69766948e6da6cf547eaf36e880ca08a487d3d
2020-11-26hello-oboe: fix latency supported logicupstream/1.5.0Phil Burk
It was turning off if the buffer size was changed.
2020-11-26Add doc for sampleRate paramDon Turner
2020-11-26LiveEffect: cleanup commentsPhil Burk
2020-11-26Liveeffect: fix crash on exitPhil Burk
Use std::shared_ptr in FullDuplexStream. Explicitly process the samples in the callback instead of just using memcpy. This will be easier to modify. Fixes #1113 Fixes #852
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
Issue: #1041
2020-11-19Fix restart on device changePaul McLean
Issue: #1041
2020-11-19Fix restart on device changePaul McLean
Issue: #1041
2020-11-09HelloOboe: fix crash on exitPhil Burk
It was crashing when the app was closed because the stream was still running when the engine was deleted. Now the stream is stopped and closed before deleting. Also moved start() out of constructor.
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
* Minor update for MegaDrone: lifting the stream creation from constructor to a public start() function.
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
removed local "channelCount" variable.
2020-09-24Updated README.md to relect current behavior and have instructionsPaul McLean
for adding support for Stereo input samples (though not the implementation).
2020-09-23Convert samples to use shared_ptr stream creation interface (#1016)Gerry
* Convert samples to use shared_ptr stream creation interface * MegaDrone sample: Re-shuffle the release AudioStream code into AudioEngine::stop() function
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
Separate setup/start of audio stream. Resample input WAVs after stream is open. Address review comments.
2020-08-31Added resample on sample load to avoid the resampling penalty at playPaul McLean
time.
2020-08-10Fixed some merge errors.Paul McLean
2020-08-07Merge branch 'format_error_toast' of https://github.com/google/oboe into ↵Paul McLean
format_error_toast
2020-08-07Error Toast when incompatible WAV resource is detected.Paul McLean
Also PlayStore resources. Also make sample-rate, numchans arguments consistant.
2020-08-06Error Toast when incompatible WAV resource is detected.Paul McLean
Also PlayStore resources.
2020-07-23live-effect: use playback stream sample rate to open record streamVincent Barthelemy
Related issue: https://github.com/google/oboe/issues/956
2020-07-15hello-oboe: use locks instead of copying shared_ptrPhil Burk
2020-07-15hello-oboe: store properties, refactor native codePhil Burk
Save properties so the user selections are honored. Use shared stream. Use locks to prevent race conditions and crashes. Fixes #879
2020-07-09Merge remote-tracking branch 'origin/master' into playstore_prepPaul McLean
Merge conflict apparently.
2020-07-09Fixed a typoPaul McLean
2020-07-09Clarify the scope of the DrumThumper app.Paul McLean
Make explicit the limitation on the input samples (44.1K, mono, PCM16) https://github.com/google/oboe/issues/913
2020-07-09Initial prep for Playstore.Paul McLean
Changed app namespace to com.plausiblesoftware.
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
application ID
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