summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/audio_input
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ppapi/.avi2015-12-231-0/+2
* Implement the rest of the PPAPI examples in the GN build.brettw2015-02-141-0/+15
* Fix "value possibly truncated" warnings on MSVC, ppapi/ edition.pkasting2014-11-261-2/+2
* Add a new parameter |latency| to PPB_AudioInput_Callback.yzshen@chromium.org2013-07-031-11/+31
* Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code:yzshen@chromium.org2012-12-052-58/+146
* Rewrite PPB_AudioInput_Dev to use the new-style host/resource.yzshen@chromium.org2012-11-082-60/+24
* Add support for threadsafe completion callback factory.brettw@chromium.org2012-07-131-0/+6
* Update PPB_AudioInput_Shared to work with the new format of the shared memory...yzshen@chromium.org2012-04-051-2/+6
* Change the cpp wrappers of audio input/video capture to use CompletionCallbac...yzshen@chromium.org2012-04-051-4/+7
* PepperPlatformAudioInputImpl: support audio input device selection.yzshen@chromium.org2012-03-212-5/+22
* Remove NewRequiredCallback.brettw@chromium.org2012-03-101-2/+2
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-072-8/+190
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-181-2/+3
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-061-1/+1
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+1
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+1
* Pepper: Add an example/test plugin for audio input (a.k.a. microphone).viettrungluu@chromium.org2011-11-232-0/+212