aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-15oboe: add openSharedStreamPhil Burk
2020-04-12update resampler docPhil Burk
2020-04-10resampler doc: use inputFramesLeftPhil Burk
2020-04-08fir typo in READMEPhil Burk
2020-04-08update README for the sample rate converterPhil Burk
2020-02-24add README for resamplerPhil Burk
2020-02-11Merge branch 'master' into quirksizePhil Burk
2020-01-28opensles: show callback size after adjustmentPhil Burk
2020-01-27opensles: honor setFramesPerCallback()Phil Burk
2020-01-24Merge pull request #762 from google/fixbufsizePhil Burk
2020-01-24Merge pull request #758 from google/fixtypesPhil Burk
2020-01-15opensles: scale buffer size by ratePhil Burk
2020-01-07oboe: pass through onError*Close callsPhil Burk
2020-01-07oboe: fix type includesPhil Burk
2019-12-30Avoid global constant vectorK
2019-12-20Update README.mdPhil Burk
2019-12-20Merge pull request #719 from google/cleansrcPhil Burk
2019-12-20oboe: minimum one burst buffer for LegacyPhil Burk
2019-12-19Oboe: Add device specific Quirks for SamsungPhil Burk
2019-11-06oboe: bump OpenSL framesPerBurst by versionPhil Burk
2019-11-05oboe: log unsupported attributes, fixes #651Paul McLean
2019-11-05oboe: log unsupported attributes, fixes 651Paul McLean
2019-11-05oboe: log unsupported attributes, fixes 651Paul McLean
2019-11-05Fixes 651Paul McLean
2019-11-05Merge pull request #692 from google/flownodesPhil Burk
2019-11-04oboe: renamed flowgraph classesPhil Burk
2019-11-01oboe: make sure OpenSL ES buffer capacity is OKPhil Burk
2019-10-28Merge pull request #683 from google/bigburstPhil Burk
2019-10-25oboe: use bigger burst in OpenSL ESPhil Burk
2019-10-22Fixes #670Paul McLean
2019-10-21Double initial stream buffer size.Paul McLean
2019-10-10OboeTester: fix comment for input sizePhil Burk
2019-10-03oboe: change default buffer sizes for INPUTPhil Burk
2019-09-20OboeTester: use VoiceRec as defaultPhil Burk
2019-09-04opensles: only enqueue first buffer if neededPhil Burk
2019-09-04oboe: cleanup resampler commentsPhil 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-29OboeTester: fix SRC quality menuPhil Burk
2019-08-29resampler: fix format conversionPhil Burk
2019-08-28resampler: misc cleanup and TODOsPhil Burk
2019-08-23resampler: add Fastest qualityPhil Burk
2019-08-23resampler: pass callback resultPhil Burk
2019-08-23fifo: pass atomics to avoid castPhil Burk
2019-08-22resampler: minor commentsPhil Burk
2019-08-21resampler: better bessel functionPhil Burk
2019-08-20resampler: add HyperbolicCosineWindowPhil Burk
2019-08-19Ensure that float array is initialized with type size_tDon Turner
2019-08-19Replace NULL with nullptrDon Turner