Daniel Padilla

Results 2 comments of Daniel Padilla

I had a problem like this and solved it changing my audio to mono. ``` aud_seg = AudioSegment.from_wav(wav_filename) aud_seg = aud_seg.set_channels(1) aud_seg.export(wav_filename, format="wav") ```

> > We have multilingual models (Hindi-English for example). > > You mean we need initialize all model class initially ? simply my requirement is when we talk in other...