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
File "C:\audio\bark_tts_project\bark_synthesizer.py", line 57, in
scipy.io.wavfile.write(audio_file_path, rate=sampling_rate, data=audio_data)
File "C:\audio\bark_tts_project\bark_tts_project\lib\site-packages\scipy\io\wavfile.py", line 824, in write
fmt_chunk_data = struct.pack('<HHIIHH', format_tag, channels, fs,
struct.error: ushort format requires 0 <= number <= 0xffff
The gpt chat cannot help solve this problem, the error occurs over and over again, please help solve this problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the error-
File "C:\audio\bark_tts_project\bark_synthesizer.py", line 57, in
scipy.io.wavfile.write(audio_file_path, rate=sampling_rate, data=audio_data)
File "C:\audio\bark_tts_project\bark_tts_project\lib\site-packages\scipy\io\wavfile.py", line 824, in write
fmt_chunk_data = struct.pack('<HHIIHH', format_tag, channels, fs,
struct.error: ushort format requires 0 <= number <= 0xffff
The gpt chat cannot help solve this problem, the error occurs over and over again, please help solve this problem
Beta Was this translation helpful? Give feedback.
All reactions