yandex / speechkitcloud

Speechkit Cloud examples and SDK
Apache License 2.0
89 stars 45 forks source link

number of hardware contexts reached maximum (6) in webkit #2

Closed Sigak closed 9 years ago

Sigak commented 9 years ago

When I start recording audio multiple times, my node-webkit app based on this example throws a "SyntaxError: Failed to construct 'AudioContext': number of hardware contexts reached maximum (6)". I fixed it by assigning Recorder.context to a variable in order not to create an AudioContext twice. I'm not sure how correct it is, so I would like you to look at this issue, please.

simakazi commented 9 years ago

Hello, Sigak. Thank you for your response. We know about this issue, it will be fixed in next release.

simakazi commented 9 years ago

Fixed in latest commit.