Currently, PySubtitle supports a limited number of languages for speech recognition. We should add support for more languages to make the library more versatile.
Tasks:
Update the SupportedLanguages enum to include more languages.
Ensure that the audio_to_text function can handle the new languages.
Update the documentation to list all supported languages.
Currently, PySubtitle supports a limited number of languages for speech recognition. We should add support for more languages to make the library more versatile.
Tasks: