The ppapi tag has no wiki summary.
0
votes
1answer
43 views
Web App with Microphone Input
I'm working on a C++ application which takes microphone input, processes it, and plays back some audio. The processing will incorporate a database located on a server. For ease of creating UI and ...
0
votes
0answers
103 views
Working with files NPAPI/PPAPI/NSPR
I need in Chrome extension these actions:
Download binary file to temp
Unzip it (it's clear .zip package)
Move files from unpacked directory, to directory of my extension
Delete temp files
I've ...
0
votes
1answer
74 views
PPAPI Plugin and Chromium OS
I'm looking to use Chromium OS for a specific business application, but I need access to local serial and USB ports. My reading of the Chromium docs says NPAPI plugins are not supported in Chrome OS, ...