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
facebook_mms-tts-eng_test_sentence.json
Try renaming this file to be a flac file and it should work. I faked it to be a 'json' so that your importer didn't block it.
IIRC, this is a libsndfile error, where the number of frames is not reported correctly. It will be fixed with the next release once we update libsndfile.
I have a small working flac file. I apparently can't attach it. But it works fine playing it but it is short. 96k.
import soundfile as sf
with open('facebook_mms-tts-eng_test_sentence.flac', 'rb') as f:
data, samplerate = sf.read(f)
I get this error:
ValueError: array is too big;
arr.size * arr.dtype.itemsize
is larger than the maximum possible size.The text was updated successfully, but these errors were encountered: