You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to decode a lot of samples (one per keyboard key) on server-side with Node.js but after 50 samples successfully decoded, I get this error:
/node_modules/web-audio-api/node_modules/ogg.js/build/libogg.js:1
nctionPointers[i]){Runtime.functionPointers[i]=func;return 2*(1+i)}}throw"Fini
^
Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.
I'm on windows 7 64 bits and running node v0.10.17
Did you know any workaround or quick fix ? Thanks a lot
The text was updated successfully, but these errors were encountered:
I'm trying to decode a lot of samples (one per keyboard key) on server-side with Node.js but after 50 samples successfully decoded, I get this error:
/node_modules/web-audio-api/node_modules/ogg.js/build/libogg.js:1
nctionPointers[i]){Runtime.functionPointers[i]=func;return 2*(1+i)}}throw"Fini
^
Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.
I'm on windows 7 64 bits and running node v0.10.17
Did you know any workaround or quick fix ? Thanks a lot
The text was updated successfully, but these errors were encountered: