Arve Knudsen

Results 69 issues of Arve Knudsen

Currently, the Emscripten SDK has to be loaded in order to build Emscripten targets with `gradle`. The downside to this is that the native toolchain is then overridden, so that...

bug

When chuck.js is built with SAFE_HEAP and running the basic/whole example, a segmentation fault is detected. ``` segmentation fault loading 1 bytes from address 0 chuck.js:219564 Uncaught abort() at Error...

The demo HTML pages should be extended with a console UI element to be able to see console output from ChucK programs. Modify the default layout (js/pages/templates/default_layout.dot.html) when implementing.

enhancement
help wanted

It's currently impossible to run a demo more than once, as the second time you press play, chuck.js will break. This must be remedied somehow.

bug

Research how audio is copied to/from Web Audio buffers in Emscripten libraries for SDL and OpenAL. Hopefully it could be done more efficiently than our current approach (i.e., creating new...

enhancement
help wanted

Replace ScriptProcessorNode with [Audio Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API#Audio_Workers), once the latter is implemented in major browsers. This should lead to much better audio performance, since audio processing will take place in the background...

enhancement

Refactor `tsdb/chunkenc.Pool.Get` and `tsdb/chunkenc.Pool.Put`, for less code duplication.

kind/cleanup
component/tsdb

I noticed that `tsdb/wlog.Watcher.readSegmentForGC` treats e.g. histogram records as unsupported, and counts them against `w.recordDecodeFailsMetric`. I propose that we instead do this only for the `record.Unknown` type.

kind/bug
component/tsdb

Various language fixes in docs and comments.

kind/cleanup