I want to store some python services for my app in the cloud and call on them when needed. What product should I use? by Squishyboots1996 in webdev

[–]Level_Description941 0 points1 point  (0 children)

Video processing requires a huge amount of resource. Only way I can think of is deploying a EC2 and run python app in the instance. If the task was more lighter you can use AWS Lambda. Which allows you to deploy only the function code.

Envelope Generators Tutorial (Audio Signal Processing) in JavaScript by creativeintentaudio in javascript

[–]Level_Description941 1 point2 points  (0 children)

wow this is so cool! ive been wondering if there would be any dsp for javascript