- 1cd3320 Merge pull request #1019 from ggfan/github-989 by Gerry · 4 years, 2 months ago
- ff5888a address code review feedback for parameter checking by gfan · 4 years, 2 months ago
- e6c40ab Fixing github issue #989: add parameter validation to AudioStreamBase by gfan · 4 years, 2 months ago
- b781ef7 Fixed compilation error on NDK <21 by K · 4 years, 2 months ago
- 6d5a4f9 oboe: use proxy for callback size adapter by Phil Burk · 4 years, 3 months ago
- 7c3bff2 oboe: fix sample rate converter for input streams by Phil Burk · 4 years, 3 months ago
- 226f4d4 flowgraph: improve Oboe flowgraph by Phil Burk · 4 years, 5 months ago
- cb01be5 oboe: add ChannelCountConverter by Phil Burk · 4 years, 5 months ago
- 388b8c3 oboe: Samsung does not use MMAP for Camcorder by Phil Burk · 4 years, 5 months ago
- a588899 oboe: remove debug hack in QuirksManager by Phil Burk · 4 years, 5 months ago
- d12bb00 oboe: add Quirk for broken mono on S9 by Phil Burk · 4 years, 5 months ago
- 3cff973 rename to kDefaultNumBursts in LatencyTuner.h by Phil Burk · 4 years, 5 months ago
- eab3133 oboe: use frames for LatencyTuner settings by Phil Burk · 4 years, 5 months ago
- 7766f7f oboe: setInitialNumBursts() for LatencyTuner by Phil Burk · 4 years, 5 months ago
- 55304d7 Fix AudioStream.cpp indentation. by Phil Burk · 4 years, 6 months ago
- d8264be Reduce logging for a cleaner logcat by Phil Burk · 4 years, 6 months ago
- c79dada Always log errors and LOGI messages by Phil Burk · 4 years, 6 months ago
- da7f9cc oboe: shared_ptr to stream by Phil Burk · 4 years, 7 months ago
- df6d638 Oboe: openSharedStream uses ResultWithView by Phil Burk · 4 years, 7 months ago
- 68f7df0 oboe: add openSharedStream by Phil Burk · 4 years, 7 months ago
- 8969f1f Merge branch 'master' into quirksize by Phil Burk · 4 years, 9 months ago
- 754a7f2 Merge pull request #758 from google/fixtypes by Phil Burk · 4 years, 10 months ago
- 44116ec oboe: pass through onError*Close calls by Phil Burk · 4 years, 11 months ago
- b9cd55b oboe: fix type includes by Phil Burk · 4 years, 11 months ago
- 3be2553 Update README.md by Phil Burk · 5 years ago
- d3a69c4 Merge pull request #719 from google/cleansrc by Phil Burk · 5 years ago
- 5507c98 oboe: minimum one burst buffer for Legacy by Phil Burk · 5 years ago
- 236521e Oboe: Add device specific Quirks for Samsung by Phil Burk · 5 years ago
- 328860f oboe: renamed flowgraph classes by Phil Burk · 5 years ago
- 6359dca Merge pull request #683 from google/bigburst by Phil Burk · 5 years ago
- fcbc004 oboe: use bigger burst in OpenSL ES by Phil Burk · 5 years ago
- 8c26c49 Fixes #670 by Paul McLean · 5 years ago
- 3bcea3f Double initial stream buffer size. by Paul McLean · 5 years ago
- 93668c2 OboeTester: fix comment for input size by Phil Burk · 5 years ago
- 8da8d2f oboe: change default buffer sizes for INPUT by Phil Burk · 5 years ago
- e7143e0 oboe: cleanup resampler comments by Phil Burk · 5 years ago
- c230a49 oboe: add waitForAvailableFrames() by Phil Burk · 5 years ago
- a4ddbec resampler: fix some merge errors by Phil Burk · 5 years ago
- 9ffbcb6 Merge branch 'master' into resampler by Phil Burk · 5 years ago
- 252abe0 OboeTester: fix SRC quality menu by Phil Burk · 5 years ago
- 5927398 resampler: fix format conversion by Phil Burk · 5 years ago
- 41b868c resampler: misc cleanup and TODOs by Phil Burk · 5 years ago
- 99c0048 resampler: pass callback result by Phil Burk · 5 years ago
- 5663a56 resampler: turn off resampler by default by Phil Burk · 5 years ago
- 2da4a84 resampler: address lots of minor review comments by Phil Burk · 5 years ago
- f183221 Add convertToText implementations for missing types by Kai Wolf · 5 years ago
- 0a784e6 resampler: apply cutoff to reduce aliasing by Phil Burk · 5 years ago
- fc70271 resampler: simplify FilterAudioStream::read() by Phil Burk · 5 years ago
- beed0f3 resampler: implement read() for full duplex by Phil Burk · 5 years ago
- 8f47ec8 Small fixes from #352 by Thomas Guilbert · 5 years ago
- 561cda3 flowgraph: change onProcessFixedBlock return value by Phil Burk · 5 years ago
- 776b8b5 flowgraph: pass source and sink streams by Phil Burk · 5 years ago
- 9252733 flowgraph: optimize resampler by Phil Burk · 5 years ago
- 9b4e631 oboe: add PolyphaseSincResampler by Phil Burk · 5 years ago
- a935285 Log error if attempting to open AAudio when not recomended (#543) by Atneya Nair · 5 years ago
- 65e32b6 oboe: fix off-by-one in resampler filter by Phil Burk · 5 years ago
- 969d48e Fixing bug in AudioStreamBuilder causing leak by Atneya Nair · 5 years ago
- a007fb3 oboe: use factory class for Resamplers by Phil Burk · 5 years ago
- e82bc51 oboe: fix stereo SincResampler by Phil Burk · 5 years ago
- 68b6ffa oboe: add sinc based resampler by Phil Burk · 5 years ago
- f5b3b81 oboe: add to QuirksManager by Phil Burk · 5 years ago
- c812537 Deleting stream prior to opening new stream. Other documentation and refactoring changes by Atneya Nair · 5 years ago
- 41b121b oboe: start QuirksManager by Phil Burk · 5 years ago
- f172985 Add support for unique ptr AudioStreams by Atneya Nair · 5 years ago
- bd76d6a OboeTester: support conversion for input and for I16 by Phil Burk · 5 years ago
- e4a2e9c oboe: rename OboeFlowGraph to DataConversionFlowGraph by Phil Burk · 5 years ago
- f67a97f oboe: fix sample rate converter by Phil Burk · 5 years ago
- dd3971d oboe: first draft of resampler by Phil Burk · 6 years ago
- a7d15d2 Remove tabs by Don Turner · 6 years ago
- a87d5f1 Added comments for kVersionText variable by Don Turner · 6 years ago
- 9fc3f7a Add version string by Don Turner · 6 years ago
- 4b55c5d oboe: more work on waitForStateChange() by Phil Burk · 6 years ago
- 1ae0d17 Revert "Revert "Lock waitForStateChange()"" by Phil Burk · 6 years ago
- 29b0ad8 Revert "Lock waitForStateChange()" by Phil Burk · 6 years ago
- be13441 oboe: lock waitForStateChange for AAudio by Phil Burk · 6 years ago
- 8c369cf Set default buffer size to two bursts for low latency streams by Don Turner · 6 years ago
- 6fa2a1a Merge pull request #323 from google/stopcallback by Phil Burk · 6 years ago
- 7767b54 Adding -Wextra-semi to compile flags and removing extra semis by Don Turner · 6 years ago
- b878e2f oboe: stop stream if callback requests it by Phil Burk · 6 years ago
- d77ae20 Merge pull request #313 from google/bigcleanup by Phil Burk · 6 years ago
- 2b87992 oboe: log version number in openStream() by Phil Burk · 6 years ago
- 9bcf795 oboe: AAudio astream by Phil Burk · 6 years ago
- 89c834f Remove TODO comment after feedback from Phil by Don Turner · 6 years ago
- aa1719a Add low pass filter to opsPerStep. Increase step duration to 20us. by Don Turner · 6 years ago
- cb527c2 Add LoadStabilizer class by Don Turner · 6 years ago
- 83d9e5e Allow user to define maximum buffer size when using LatencyTuner by Don Turner · 6 years ago
- 237cee0 Fix memory leak if AudioStreamBuilder::openStream() fails. by Phil Burk · 6 years ago
- 4890883 Remove isPlaying method. Fixes #208 by Don Turner · 6 years ago
- 5490545 refactor code for updating frame counters by Phil Burk · 6 years ago
- fe7eae3 check usingFifo() for getFramesRead/Written() by Phil Burk · 6 years ago
- 2c7003b builder: add OBOE_ENABLE_AAUDIO preprocessor flag by Phil Burk · 6 years ago
- 66783b1 Enable logging only for debug builds by Don Turner · 6 years ago
- 9e827e3 Merge pull request #173 from ggfan/old-style-cast-fix by Gerry · 6 years ago
- e55f983 Convert c-type cast to C++ cast by gfan · 6 years ago
- 09001f5 android/log.h is only included if OBOE_ENABLE_LOGGING=1 by Don Turner · 6 years ago
- b78f3ee Make wording clearer by Don Turner · 6 years ago
- dcb55a4 Request OpenSLES for tests, update comments by Don Turner · 6 years ago
- 7dcf25d Allow setting of default stream values by Don Turner · 6 years ago
- 4edd72f oboedebug: support disabling of logging by Phil Burk · 6 years ago
- f34212c Adding reserved Result values, update convertToText by Don Turner · 6 years ago