You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release has been generated with make version=v3.0.0 deploy_production.
The main differences are:
⚠️‼️🚨 BREAKING CHANGE: Save transcripts/subtitles in SRT format in the file, and in a similar format in MongoDB to finally include the timestamps as well.
Add support for multiple Speech-to-Text AI platforms: Google, OpenAI Whisper, AssemblyAI, Gladia, and Microsoft Azure.
Allow running resources with local paths.
Support also webm and m4a formats.
Update Python from 3.10 and 3.11
Do not save subtitles if the whole thing is empty
For YouTube, allow downloading the captions for any specific resource in any specific language if available. Allow only trying the captions and do nothing if it fails, or try downloading the captions and if it fails, then go for AI, or even just go for AI directly.
Save the audio locally differently to use less memory (which is noticeable for large files).