Which file format is supported by Python Speech Recognition Library?
Speech Recognition is the process of converting audio into text. This is used in voice assistants like Alexa, Siri etc. Python provides an API called SpeechRecognition to allow us to convert audio into text for further processing.
Currently, SpeechRecognition supports the following file formats:
- WAV: must be in PCM/LPCM format
- AIFF
- AIFF-C
- FLAC: must be native FLAC format; OGG-FLAC is not supported
If you want to know more about SpeechRecognition, check out their documentation.
Subscribe
Login
Please login to comment
0 Discussion