Re: after NPAPI ?

2014-12-12 Thread raynaudp
Hi, sorry for the late answer. It's audio speaking, so it's not 10 but 20 ms the max. But HTML5 can't provide it. The problem using Geko is that geko take 10-40 ms,windows take 15 ms, ... and at the end, I've more than 50ms ... Perhaps using another way : How could I start program on a compu

Re: after NPAPI ?

2014-11-25 Thread raynaudp
> Why do you need to access those drivers/what are you using them for? Hi, I need to get the audio sample data and do some math on it, then play it in the speaker, with the minimum of latency (arround 20ms). Only the wasapi driver could allow this. The calculus on the samples depends of web p

Re: after NPAPI ?

2014-11-25 Thread raynaudp
Hi, If I read correctly, asm.js execute code in a sandbox. I don't think a sandbox let me access to the wasapi drivers of the soundcard. Best regards, Philippe On Tuesday, November 25, 2014 1:37:40 PM UTC+1, Dirkjan Ochtman wrote: > I think the future-proof solution would be to compile your

after NPAPI ?

2014-11-25 Thread raynaudp
Hi, I maintain a plugin using NPAPI and I'm looking for durable solution. 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++