elia-morrison

Results 1 comments of elia-morrison

This can happen due to a number of reasons because of an insane `try/except` block in [this function](https://github.com/NavodPeiris/speechlib/blob/c7cdd473c58a68b7f1443fc383f9fbe5c288bdb4/speechlib/wav_segmenter.py#L6). It literally says: ```python try: trans = transcribe(file, language, modelSize, quantization) #...