Frizky
Working hard on making vokal.co much better
Pushed 1 change to Vokal-App
Install video.js for frontend video preview
merge new video rendering system with backened API in development
speed up ffmpeg function for trimming audio and video by a lot
research audio decoding in backend for mp3 and wav files
cleanup list of backend dependecies
update unsplash-js, update code and swtich from commonjs to es module imports
convert backend to es module
Pushed 1 change to Vokal-API
Convert video to audio in backend if uploaded audio is a video
Cache subtitle text everytime it has been changed backend
loop video when video is shorter than audio
Use ffmpeg to convert videos into images and loop through images in canvas to show video in backend
Play and loop Gifs in new backend canvas
clean up user settings menu
scale svg correctly on backend canvas
use node-tmp to manage tmp mp3 downloads for video creation
successfully decode mp3 with web audio api in the backend
mess around with web audio api port for node backend