Bertrand Goetzmann

Results 3 comments of Bertrand Goetzmann

I got the same problem with my Ionic 2 project, in `TTSRequest.ts`, and used a work around. I changed the `TTSRequest.ts` in this way: ``` declare var AudioContext, webkitAudioContext: any;...

I found the solution! Like in [typescript-project demo application](https://github.com/api-ai/apiai-javascript-client/blob/master/demo/typescript-project/tsconfig.json), just use `"typeRoots": ["./node_modules/@types"]` in `tsconfig.json` (under "compilerOptions"). I have "@types/webaudioapi" under my node_modules folder (sorry, I don't remember if I...

Hello @cescoffier, The behaviour is the same if I remove `delete=true`. In a similar project, I use the `CamelReactiveStreamsService` service instead, using its `from("file://...")` method for the stream creation, and...