General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
Build Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
A synthesis program for Polyphase Finite Impulse Response filters
This program synthesises Polyphase Finite Impulse Response filters, suitable primarily for sample-rate conversion and phase-shifting applications. It uses a novel technique for synthesising individual asymmetrical sub-filters, rather than the conventional method of decomposing a large prototype filter.
...Uses classic OpenGL (i dont like modern openGL), can run on old pcs (no glsl required). as many simultaneous video animation loops as wanted. The generated textures (jpg) can be used in any apps and are 2x to 32x more compact than the original video . A single sub determines the texture index number and its coords according to time.
other video
=> www.youtube.com/embed/p3HR0p_UDxI?rel=0
=> https://www.youtube.com/watch?v=oRcc90RDmNc
wind sail simulation added
tides added
ride horse
added glgiftexture does the same thing with animated gif images
added freeGIFviewer saves gif frames on disk and display them in openGL
an audio multi effects VST plugin loading simple dlls
fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect .
Just define the following dll cdecl export functions :
plugininit : your init sub
startpluginmain : start your gui window edit
closepluginmain : called to close the gui window edit
mypluginproc : called as sample=mypluginproc(sample) in main audio loop with zero additional latency
myecho.dll / my3band.dll / my4echo.dll / baxandall.dll / peekenhancer.dll with code source are provided as example (freebasic) .
...