-
Hey guys, I tried to install latest release of Dawg on my machine, first I installed .deb package on my Ubuntu 18, when I started application only blank window is what I got. I thought this is a probl…
-
I'd like to know why ScriptProcessorNode was removed.
why DEPRECATED?
-
It seems that the samples do not play on Windows when no input device is available. If I enable/add an input device (stereo mix, mic etc.), the samples start playing.
Poking around the code it look…
-
I think replacing `CoInitialize` with `CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED)` will not have any side-effects. The benefit is the ability to use LabSound in a Windows UWP app container. Thi…
-
I'm digging into this. This is running one of the A-Frame unit tests which calls for a consecutive time `this.audioLoader.load(data.src, function (buffer) { // ... }` where `audioLoader` is a `THREE.A…
-
https://github.com/LabSound/LabSound/blob/8939f44044cf8e27aa7dd0aa2a40def46da24f7e/src/extended/PowerMonitorNode.cpp#L69
In some cases this produses a build error, specifically at my Travis CI Xeni…
-
After #113 , the implementation for PannerNode::panningModel() seems to have been dropped?
-
I've tried running LabSound examples on two different PCs, only to find that it suddenly crashes on my older AMD, whereas newer Intel laptop runs the example fine. The debug build was not helpful at a…
-
There's ~150 non-critical lingering issues tagged by these terms in the codebase. The vast majority are inherited from Webkit (most notated as FIXME). LabSound specific issues are mostly notated @tofi…
-
currentSampleFrame returns a size_t, which is an implementation dependent value. Switch to uint64_t to have a specific size.