aboutsummaryrefslogtreecommitdiff
path: root/include/oboe/AudioStream.h
AgeCommit message (Expand)Author
2023-02-03oboe: clip waitForAvailableFrames (#1702)Phil Burk
2022-08-06Add API to set sleep time before close. (#1593)Phil Burk
2022-07-20Rename instances of master with main (#1575)Robert Wu
2022-03-03Recommend not calling getTimestamp() from callback (#1499)Phil Burk
2021-07-21oboe: improve DataCallbackResult::Stop handling (#1351)Phil Burk
2021-03-08oboe: fix possible race on close (#1200)Phil Burk
2020-11-18oboe: add AudioStreamDataCallback and AudioStreamErrorCallbackPhil Burk
2020-06-01Reduce logging for a cleaner logcatPhil Burk
2020-04-22Oboe: openSharedStream uses ResultWithViewPhil Burk
2020-04-15oboe: add openSharedStreamPhil Burk
2019-09-02oboe: add waitForAvailableFrames()Phil Burk
2019-08-29resampler: fix some merge errorsPhil Burk
2019-08-29Merge branch 'master' into resamplerPhil Burk
2019-08-07Merge pull request #598 from google/fix-warningsAtneya Nair
2019-08-06Commenting out parameters to use Wall compiler flagAtneya Nair
2019-07-26Make AudioStream::getState() constThomas Guilbert
2019-07-19oboe: fix broken build AudioStream.cppPhil Burk
2019-07-12Small fixes from #352Thomas Guilbert
2019-06-11Deprecating old getTimestamp method. Fixes #478Atneya Nair
2019-06-04Merge pull request #534 from google/fixonerrorPhil Burk
2019-06-04oboe: improve comments for onError callbacksPhil Burk
2019-06-03Deleting stream prior to opening new stream. Other documentation and refactor...Atneya Nair
2019-06-03oboe: make error callback support code protectedPhil Burk
2019-06-03oboe: prevent onError callback from causing an assertPhil Burk
2019-06-03Add support for unique ptr AudioStreamsAtneya Nair
2019-05-17oboe: first draft of resamplerPhil Burk
2019-04-12Reorder includesDon Turner
2019-04-12Add <atomic> and <mutex> to AudioStream includesDon Turner
2019-04-05oboe: update autodocs for waitForStateChangePhil Burk
2019-03-19Remove isPlaying from AudioStream headerJulio Zynger
2018-12-21oboe: stop stream if callback requests itPhil Burk
2018-12-17oboe: use atomics for FIFO countersPhil Burk
2018-10-02Code review feedback from philDon Turner
2018-10-02Adding simpler getTimestamp method. Fixes #209Don Turner
2018-10-02Remove AudioStream::setNativeFormat. Fixes #210Don Turner
2018-09-28refactor code for updating frame countersPhil Burk
2018-09-21check usingFifo() for getFramesRead/Written()Phil Burk
2018-09-17Updating docs in line with Phil's feedbackDon Turner
2018-09-17Fixing comment for getUnderlyingStreamDon Turner
2018-09-17Adding docs to all public objectsDon Turner
2018-07-10Refactor AudioStream methods to handle closed stateDon Turner
2018-06-14Addressing feedback from philburk@ on ResultWithValueDon Turner
2018-06-14Refactor getXRunCount to return ResultWithValueDon Turner
2018-06-12Merge pull request #105 from ggfan/get-frames-per-burst-constPhil Burk
2018-06-12Add implicit ctor, static ctor and cast to Result operatorDon Turner
2018-06-12Refactor setBufferSizeInFrames to return a ResultWithValueDon Turner
2018-06-07add const modifier to oboe::AudioStream::getFramesPerBurst()gerry
2018-05-01oboe: better latency commentsPhil Burk
2018-04-29oboe: add calculateLatencyMillis()Phil Burk
2018-03-27oboe: add ErrorOrValue dual returnPhil Burk