On Tue, Nov 25, 2014 at 11:20 AM, <rayna...@gmail.com> wrote: > My plugin is a link between web page and sound processing. I record the > voice, apply some math, and inject in real time in the headset. > It's a like a guitar effect but for the voice. > > Do you know how I could interface C++ and Web? > On Internet Explorer I use ActiveX, but how I will do it when NPAPI disappear?
I think the future-proof solution would be to compile your C++ code to asm.js using Emscripten, and use the getUserMedia() HTML 5 API to do the sound recording. Cheers, Dirkjan _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform