Jeff Palmer

Results 45 comments of Jeff Palmer

@ElvisWong, you may not use this exporter with anything that results in the material being required to bake, in a version of Blender newer than 2.93. Your material 'Wall Base'...

Please use [forum](https://forum.babylonjs.com/) for questions. What you have is a wrapped text of a call stack without what the actual exception is.

I am very interested in this. Microsoft has a webgl framework, BabylonJS, that is also has community contributors. (I write / support a Blender exporter). They also have been developing...

Thanks, pointing out that N-API implementation was really helpful. I mentioned this to Microsoft, and they really liked it. The preliminary from them was this is just what is needed...

Probably gonna start this right after thanksgiving. Making some notes for myself. - The modulesio fork of LabSound is seriously older than where it originates from. From a bindings standpoint,...

Here are the various audio contexts. Do other objects in another comment. | BaseAudioContext | In Exokit | In Lab Sound | Notes | --- | --- | --- |...

Started on BiquadFilter. Question, it has both regular AudioParams and something probably requiring a fake, `type`. Can both be done at the same time? Here the labSound h file ```c...

Ok, I found an example of 2 type of these 'cons' in the `Initialize()` of the obsolete `ScriptProcessorNode`, so maybe not so obsolete after all. Will pattern after that.

Now looking where LabSound might do decoding. They have it in extended. Am noticing that the source files here are very different in both call syntax and # of lines....

When I do a search of AudioContext.cpp, I do not get a hit for `decodeAudioData`. I assumed that you were not doing any decoding. Maybe just implement that, but where...